Searched defs:FPExt (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | CallingConvLower.h | 51 FPExt, // The floating-point value is fp-extended in the location. enumerator |
/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineCasts.cpp | 1636 if (auto *FPExt = dyn_cast<FPExtInst>(V)) getMinimumFPType() local |
/llvm-project/llvm/bindings/ocaml/llvm/ | ||
H A D | llvm.ml | 223 | FPExt Constructor |
H A D | llvm.mli | 249 | FPExt Constructor |
/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVISelLowering.cpp | 14206 enum ExtKind : uint8_t { ZExt = 1 << 0, SExt = 1 << 1, FPExt = 1 << 2 }; global() enumerator |
/llvm-project/llvm/lib/Target/ARM/ | ||
H A D | ARMISelLowering.cpp | 17879 SDValue FPExt = DAG.getNode(ARMISD::VCVTL, DL, MVT::v4f32, LoadBC, PerformSplittingToWideningLoad() local |