|
LLVM 22.0.0git
|
This file contains the implementations of entities that describe floating point environment. More...
#include "llvm/IR/FPEnv.h"#include "llvm/ADT/StringSwitch.h"#include "llvm/IR/Instruction.h"#include "llvm/IR/IntrinsicInst.h"#include "llvm/IR/Intrinsics.h"#include <optional>#include "llvm/IR/ConstrainedOps.def"Go to the source code of this file.
Macros | |
| #define | INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC) |
| #define | FUNCTION(NAME, NARG, ROUND_MODE, INTRINSIC) |
| #define | CMP_INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC, DAGN) |
| #define | FUNCTION(NAME, NARG, ROUND_MODE, INTRINSIC) |
| #define | INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC) |
| #define | CMP_INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC, DAGN) |
This file contains the implementations of entities that describe floating point environment.
Definition in file FPEnv.cpp.
| #define CMP_INSTRUCTION | ( | NAME, | |
| NARG, | |||
| ROUND_MODE, | |||
| INTRINSIC, | |||
| DAGN ) |
| #define CMP_INSTRUCTION | ( | NAME, | |
| NARG, | |||
| ROUND_MODE, | |||
| INTRINSIC, | |||
| DAGN ) |
| #define FUNCTION | ( | NAME, | |
| NARG, | |||
| ROUND_MODE, | |||
| INTRINSIC ) |
Referenced by llvm::yaml::ScalarEnumerationTraits< WasmYAML::ComdatKind >::enumeration(), llvm::yaml::ScalarEnumerationTraits< WasmYAML::ExportKind >::enumeration(), llvm::yaml::ScalarEnumerationTraits< WasmYAML::SectionType >::enumeration(), llvm::yaml::ScalarEnumerationTraits< WasmYAML::SymbolKind >::enumeration(), and GetCodeName().
| #define FUNCTION | ( | NAME, | |
| NARG, | |||
| ROUND_MODE, | |||
| INTRINSIC ) |
| #define INSTRUCTION | ( | NAME, | |
| NARG, | |||
| ROUND_MODE, | |||
| INTRINSIC ) |
| #define INSTRUCTION | ( | NAME, | |
| NARG, | |||
| ROUND_MODE, | |||
| INTRINSIC ) |