Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp252 FPExtInst *FpExt = dyn_cast<FPExtInst>(Arg); in lowerPrintfForGpu()
380 } else if (auto *FpExt = dyn_cast<FPExtInst>(Arg)) { in lowerPrintfForGpu()
H A DAMDGPUInstCombineIntrinsic.cpp105 if (isa<FPExtInst>(&V) || isa<SExtInst>(&V) || isa<ZExtInst>(&V)) in convertTo16Bit()
/openbsd/gnu/llvm/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.cpp1485 isa<FPExtInst>(*I->user_begin())) || in getMemoryOpCost()
2125 if (isa<FPExtInst>(&I) || isa<FPTruncInst>(&I)) in canTailPredicateInstruction()
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h141 void visitFPExtInst(FPExtInst &I);
H A DExecution.cpp1722 void Interpreter::visitFPExtInst(FPExtInst &I) { in visitFPExtInst()
/openbsd/gnu/llvm/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.h4969 class FPExtInst : public CastInst {
4975 FPExtInst *cloneImpl() const;
4979 FPExtInst(
4987 FPExtInst(
/openbsd/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp3363 case FPExt: return new FPExtInst (S, Ty, Name, InsertBefore); in Create()
3385 case FPExt: return new FPExtInst (S, Ty, Name, InsertAtEnd); in Create()
3885 FPExtInst::FPExtInst( in FPExtInst() function in FPExtInst
3891 FPExtInst::FPExtInst( in FPExtInst() function in FPExtInst
4876 FPExtInst *FPExtInst::cloneImpl() const { in cloneImpl()
4877 return new FPExtInst(getOperand(0), getType()); in cloneImpl()
H A DVerifier.cpp500 void visitFPExtInst(FPExtInst &I);
3006 void Verifier::visitFPExtInst(FPExtInst &I) { in visitFPExtInst()
/openbsd/gnu/llvm/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp612 new FPExtInst(V, DestTy, "ZE", BB->getTerminator())); in Act()
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1695 if (auto *FPExt = dyn_cast<FPExtInst>(V)) in getMinimumFPType()
1920 FPExtInst *FPExtSrc = dyn_cast<FPExtInst>(Src); in visitFPTrunc()
H A DInstCombineCalls.cpp1847 return new FPExtInst(NewCall, II->getType()); in visitCallInst()
2056 return new FPExtInst(NarrowII, II->getType()); in visitCallInst()
/openbsd/gnu/llvm/llvm/include/llvm-c/
H A DCore.h1685 macro(FPExtInst) \
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1681 if (FPExtInst *Cast = dyn_cast<FPExtInst>(Val)) { in valueHasFloatPrecision()
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp10042 if (isa<FPExtInst>(I) && EmittedRemark.insert(I).second) in checkMixedPrecision()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13683 if (isa<FPExtInst>(Ext)) in isExtFreeImpl()