| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVELaneInterleavingPass.cpp | 129 if (isa<FPExtInst>(E) || !isa<LoadInst>(E->getOperand(0))) { in isProfitableToInterleave() 340 bool FPext = isa<FPExtInst>(I); in tryInterleave()
|
| H A D | ARMTargetTransformInfo.cpp | 1418 isa<FPExtInst>(*I->user_begin())) || in getMemoryOpCost() 1958 if (isa<FPExtInst>(&I) || isa<FPTruncInst>(&I)) in canTailPredicateInstruction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPrintfRuntimeBinding.cpp | 242 FPExtInst *FpExt = dyn_cast<FPExtInst>(Arg); in lowerPrintfForGpu() 408 } else if (auto *FpExt = dyn_cast<FPExtInst>(Arg)) { in lowerPrintfForGpu()
|
| H A D | AMDGPUInstCombineIntrinsic.cpp | 91 if (isa<FPExtInst>(&V) || isa<SExtInst>(&V) || isa<ZExtInst>(&V)) in convertTo16Bit()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Interpreter.h | 141 void visitFPExtInst(FPExtInst &I);
|
| H A D | Execution.cpp | 1722 void Interpreter::visitFPExtInst(FPExtInst &I) { in visitFPExtInst()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | InstVisitor.h | 181 RetTy visitFPExtInst(FPExtInst &I) { DELEGATE(CastInst);} in visitFPExtInst()
|
| H A D | Instruction.def | 192 HANDLE_CAST_INST(46, FPExt , FPExtInst ) // Extend floating point
|
| H A D | Instructions.h | 4875 class FPExtInst : public CastInst { 4881 FPExtInst *cloneImpl() const; 4885 FPExtInst( 4893 FPExtInst(
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 2975 case FPExt: return new FPExtInst (S, Ty, Name, InsertBefore); in Create() 2997 case FPExt: return new FPExtInst (S, Ty, Name, InsertAtEnd); in Create() 3497 FPExtInst::FPExtInst( in FPExtInst() function in FPExtInst 3503 FPExtInst::FPExtInst( in FPExtInst() function in FPExtInst 4432 FPExtInst *FPExtInst::cloneImpl() const { in cloneImpl() 4433 return new FPExtInst(getOperand(0), getType()); in cloneImpl()
|
| H A D | Verifier.cpp | 483 void visitFPExtInst(FPExtInst &I); 2836 void Verifier::visitFPExtInst(FPExtInst &I) { in visitFPExtInst()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-stress/ |
| H A D | llvm-stress.cpp | 618 new FPExtInst(V, DestTy, "ZE", BB->getTerminator())); in Act()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 1673 if (auto *FPExt = dyn_cast<FPExtInst>(V)) in getMinimumFPType() 1891 FPExtInst *FPExtSrc = dyn_cast<FPExtInst>(Src); in visitFPTrunc()
|
| H A D | InstCombineCalls.cpp | 1391 return new FPExtInst(NewCall, II->getType()); in visitCallInst() 1533 return new FPExtInst(NarrowII, II->getType()); in visitCallInst()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 1253 if (FPExtInst *Cast = dyn_cast<FPExtInst>(Val)) { in valueHasFloatPrecision()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | Core.h | 1633 macro(FPExtInst) \
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 10020 if (isa<FPExtInst>(I) && EmittedRemark.insert(I).second) in checkMixedPrecision()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 11408 if (isa<FPExtInst>(Ext)) in isExtFreeImpl()
|