Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp130 if (isa<FPExtInst>(E) || !isa<LoadInst>(E->getOperand(0))) { in isProfitableToInterleave()
339 bool FPext = isa<FPExtInst>(I); in tryInterleave()
H A DARMTargetTransformInfo.cpp1478 isa<FPExtInst>(*I->user_begin())) || in getMemoryOpCost()
2085 if (isa<FPExtInst>(&I) || isa<FPTruncInst>(&I)) in canTailPredicateInstruction()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp243 FPExtInst *FpExt = dyn_cast<FPExtInst>(Arg); in lowerPrintfForGpu()
409 } else if (auto *FpExt = dyn_cast<FPExtInst>(Arg)) { in lowerPrintfForGpu()
H A DAMDGPUInstCombineIntrinsic.cpp103 if (isa<FPExtInst>(&V) || isa<SExtInst>(&V) || isa<ZExtInst>(&V)) in convertTo16Bit()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h141 void visitFPExtInst(FPExtInst &I);
H A DExecution.cpp1722 void Interpreter::visitFPExtInst(FPExtInst &I) { in visitFPExtInst()
/llvm-project-15.0.7/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.h4934 class FPExtInst : public CastInst {
4940 FPExtInst *cloneImpl() const;
4944 FPExtInst(
4952 FPExtInst(
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp3194 case FPExt: return new FPExtInst (S, Ty, Name, InsertBefore); in Create()
3216 case FPExt: return new FPExtInst (S, Ty, Name, InsertAtEnd); in Create()
3716 FPExtInst::FPExtInst( in FPExtInst() function in FPExtInst
3722 FPExtInst::FPExtInst( in FPExtInst() function in FPExtInst
4720 FPExtInst *FPExtInst::cloneImpl() const { in cloneImpl()
4721 return new FPExtInst(getOperand(0), getType()); in cloneImpl()
H A DVerifier.cpp498 void visitFPExtInst(FPExtInst &I);
2955 void Verifier::visitFPExtInst(FPExtInst &I) { in visitFPExtInst()
/llvm-project-15.0.7/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp610 new FPExtInst(V, DestTy, "ZE", BB->getTerminator())); in Act()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1696 if (auto *FPExt = dyn_cast<FPExtInst>(V)) in getMinimumFPType()
1921 FPExtInst *FPExtSrc = dyn_cast<FPExtInst>(Src); in visitFPTrunc()
H A DInstCombineCalls.cpp1814 return new FPExtInst(NewCall, II->getType()); in visitCallInst()
1956 return new FPExtInst(NarrowII, II->getType()); in visitCallInst()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp655 } else if ((isa<FPTruncInst>(J) || isa<FPExtInst>(J)) && in mightUseCTR()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h1664 macro(FPExtInst) \
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1568 if (FPExtInst *Cast = dyn_cast<FPExtInst>(Val)) { in valueHasFloatPrecision()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9919 if (isa<FPExtInst>(I) && EmittedRemark.insert(I).second) in checkMixedPrecision()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12640 if (isa<FPExtInst>(Ext)) in isExtFreeImpl()