Searched defs:ConstantFP (Results 1 – 13 of 13) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | SelectionDAG.h | 68 class ConstantFP; variable |
H A D | FastISel.h | 40 class ConstantFP; variable |
H A D | MachineOperand.h | 26 class ConstantFP; variable |
H A D | ISDOpcodes.h | 77 ConstantFP, enumerator |
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ | ||
H A D | DwarfUnit.h | 26 class ConstantFP; variable |
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ | ||
H A D | Utils.h | 50 class ConstantFP; global() variable |
H A D | CombinerHelper.h | 32 class ConstantFP; global() variable |
H A D | MachineIRBuilder.h | 31 class ConstantFP; variable |
/llvm-project/llvm/bindings/ocaml/llvm/ | ||
H A D | llvm.ml | 315 | ConstantFP global() Constructor |
H A D | llvm.mli | 352 | ConstantFP global() Constructor |
H A D | llvm_ocaml.c | 718 ConstantFP, global() enumerator |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | FastISel.cpp | 1968 const ConstantFP * /*FPImm*/) { in fastEmit_f() argument |
/llvm-project/llvm/lib/IR/ | ||
H A D | Constants.cpp | 1094 ConstantFP::ConstantFP(Type *Ty, const APFloat &V) ConstantFP() function in ConstantFP |