Home
last modified time | relevance | path

Searched refs:FPExtInst (Results 1 – 18 of 18) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp219 FPExtInst *FpExt = dyn_cast<FPExtInst>(Arg); in lowerPrintfForGpu()
347 } else if (auto *FpExt = dyn_cast<FPExtInst>(Arg)) { in lowerPrintfForGpu()
H A DAMDGPUInstCombineIntrinsic.cpp106 if (isa<FPExtInst>(&V) || isa<SExtInst>(&V) || isa<ZExtInst>(&V)) in convertTo16Bit()
837 return new FPExtInst(NewCall, II.getType()); in instCombineIntrinsic()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp130 if (isa<FPExtInst>(E) || !isa<LoadInst>(E->getOperand(0))) { in isProfitableToInterleave()
365 bool FPext = isa<FPExtInst>(I); in tryInterleave()
H A DARMTargetTransformInfo.cpp1487 isa<FPExtInst>(*I->user_begin())) || in getMemoryOpCost()
2250 if (isa<FPExtInst>(&I) || isa<FPTruncInst>(&I)) in canTailPredicateInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h141 void visitFPExtInst(FPExtInst &I);
H A DExecution.cpp1722 void Interpreter::visitFPExtInst(FPExtInst &I) { in visitFPExtInst()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h180 RetTy visitFPExtInst(FPExtInst &I) { DELEGATE(CastInst);} in visitFPExtInst()
H A DInstruction.def192 HANDLE_CAST_INST(46, FPExt , FPExtInst ) // Extend floating point
H A DInstructions.h4983 class FPExtInst : public CastInst {
4989 FPExtInst *cloneImpl() const;
4993 FPExtInst(
5001 FPExtInst(
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3342 case FPExt: return new FPExtInst (S, Ty, Name, InsertBefore); in Create()
3364 case FPExt: return new FPExtInst (S, Ty, Name, InsertAtEnd); in Create()
3864 FPExtInst::FPExtInst( in FPExtInst() function in FPExtInst
3870 FPExtInst::FPExtInst( in FPExtInst() function in FPExtInst
4860 FPExtInst *FPExtInst::cloneImpl() const { in cloneImpl()
4861 return new FPExtInst(getOperand(0), getType()); in cloneImpl()
H A DVerifier.cpp533 void visitFPExtInst(FPExtInst &I);
3150 void Verifier::visitFPExtInst(FPExtInst &I) { in visitFPExtInst()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp608 new FPExtInst(V, DestTy, "ZE", BB->getTerminator())); in Act()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1595 if (auto *FPExt = dyn_cast<FPExtInst>(V)) in getMinimumFPType()
1820 FPExtInst *FPExtSrc = dyn_cast<FPExtInst>(Src); in visitFPTrunc()
H A DInstCombineCalls.cpp2279 return new FPExtInst(NewCall, II->getType()); in visitCallInst()
2488 return new FPExtInst(NarrowII, II->getType()); in visitCallInst()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h1779 macro(FPExtInst) \
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1791 if (FPExtInst *Cast = dyn_cast<FPExtInst>(Val)) { in valueHasFloatPrecision()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9707 if (isa<FPExtInst>(I) && EmittedRemark.insert(I).second) in checkMixedPrecision()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp14787 if (isa<FPExtInst>(Ext)) in isExtFreeImpl()