Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp129 if (isa<FPExtInst>(E) || !isa<LoadInst>(E->getOperand(0))) { in isProfitableToInterleave()
340 bool FPext = isa<FPExtInst>(I); in tryInterleave()
H A DARMTargetTransformInfo.cpp1413 isa<FPExtInst>(*I->user_begin())) || in getMemoryOpCost()
1952 if (isa<FPExtInst>(&I) || isa<FPTruncInst>(&I)) in canTailPredicateInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp242 FPExtInst *FpExt = dyn_cast<FPExtInst>(Arg); in lowerPrintfForGpu()
414 } else if (auto *FpExt = dyn_cast<FPExtInst>(Arg)) { in lowerPrintfForGpu()
H A DAMDGPUInstCombineIntrinsic.cpp91 if (isa<FPExtInst>(&V) || isa<SExtInst>(&V) || isa<ZExtInst>(&V)) in convertTo16Bit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h141 void visitFPExtInst(FPExtInst &I);
H A DExecution.cpp1722 void Interpreter::visitFPExtInst(FPExtInst &I) { in visitFPExtInst()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstVisitor.h181 RetTy visitFPExtInst(FPExtInst &I) { DELEGATE(CastInst);} in visitFPExtInst()
H A DInstruction.def192 HANDLE_CAST_INST(46, FPExt , FPExtInst ) // Extend floating point
H A DInstructions.h4863 class FPExtInst : public CastInst {
4869 FPExtInst *cloneImpl() const;
4873 FPExtInst(
4881 FPExtInst(
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp2955 case FPExt: return new FPExtInst (S, Ty, Name, InsertBefore); in Create()
2977 case FPExt: return new FPExtInst (S, Ty, Name, InsertAtEnd); in Create()
3477 FPExtInst::FPExtInst( in FPExtInst() function in FPExtInst
3483 FPExtInst::FPExtInst( in FPExtInst() function in FPExtInst
4412 FPExtInst *FPExtInst::cloneImpl() const { in cloneImpl()
4413 return new FPExtInst(getOperand(0), getType()); in cloneImpl()
H A DVerifier.cpp483 void visitFPExtInst(FPExtInst &I);
2902 void Verifier::visitFPExtInst(FPExtInst &I) { in visitFPExtInst()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp614 new FPExtInst(V, DestTy, "ZE", BB->getTerminator())); in Act()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1608 if (auto *FPExt = dyn_cast<FPExtInst>(V)) in getMinimumFPType()
1826 FPExtInst *FPExtSrc = dyn_cast<FPExtInst>(Src); in visitFPTrunc()
H A DInstCombineCalls.cpp1363 return new FPExtInst(NewCall, II->getType()); in visitCallInst()
1492 return new FPExtInst(NarrowII, II->getType()); in visitCallInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1252 if (FPExtInst *Cast = dyn_cast<FPExtInst>(Val)) { in valueHasFloatPrecision()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h1633 macro(FPExtInst) \
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9815 if (isa<FPExtInst>(I) && EmittedRemark.insert(I).second) in checkMixedPrecision()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11049 if (isa<FPExtInst>(Ext)) in isExtFreeImpl()