Searched refs:FPExtInst (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Interpreter.h | 142 void visitFPExtInst(FPExtInst &I);
|
| H A D | Execution.cpp | 1674 void Interpreter::visitFPExtInst(FPExtInst &I) { in visitFPExtInst()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Instructions.cpp | 2582 case FPExt: return new FPExtInst (S, Ty, Name, InsertBefore); in Create() 2604 case FPExt: return new FPExtInst (S, Ty, Name, InsertAtEnd); in Create() 3175 FPExtInst::FPExtInst( in FPExtInst() function in FPExtInst 3181 FPExtInst::FPExtInst( in FPExtInst() function in FPExtInst 3889 FPExtInst *FPExtInst::cloneImpl() const { in cloneImpl() 3890 return new FPExtInst(getOperand(0), getType()); in cloneImpl()
|
| H A D | Verifier.cpp | 439 void visitFPExtInst(FPExtInst &I); 2542 void Verifier::visitFPExtInst(FPExtInst &I) { in visitFPExtInst()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | InstVisitor.h | 183 RetTy visitFPExtInst(FPExtInst &I) { DELEGATE(CastInst);} in visitFPExtInst()
|
| H A D | Instruction.def | 192 HANDLE_CAST_INST(45, FPExt , FPExtInst ) // Extend floating point
|
| H A D | Instructions.h | 4567 class FPExtInst : public CastInst { 4573 FPExtInst *cloneImpl() const; 4577 FPExtInst( 4585 FPExtInst(
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 824 if (isa<SExtInst>(CI) || isa<ZExtInst>(CI) || isa<FPExtInst>(CI)) in getUserCost()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 1508 if (auto *FPExt = dyn_cast<FPExtInst>(V)) in getMinimumFPType() 1648 FPExtInst *FPExtSrc = dyn_cast<FPExtInst>(Src); in visitFPTrunc()
|
| H A D | InstCombineCalls.cpp | 2271 return new FPExtInst(NarrowII, II->getType()); in visitCallInst() 2342 return new FPExtInst(Load, II->getType()); in visitCallInst()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-stress/ |
| H A D | llvm-stress.cpp | 609 new FPExtInst(V, DestTy, "ZE", BB->getTerminator())); in Act()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 1015 if (FPExtInst *Cast = dyn_cast<FPExtInst>(Val)) { in valueHasFloatPrecision()
|
| /freebsd-12.1/contrib/llvm/include/llvm-c/ |
| H A D | Core.h | 1581 macro(FPExtInst) \
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 8233 if (isa<FPExtInst>(Ext)) in isExtFreeImpl()
|