Searched refs:FPToSIInst (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Interpreter.h | 145 void visitFPToSIInst(FPToSIInst &I);
|
| H A D | Execution.cpp | 1742 void Interpreter::visitFPToSIInst(FPToSIInst &I) { in visitFPToSIInst()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | InstVisitor.h | 182 RetTy visitFPToSIInst(FPToSIInst &I) { DELEGATE(CastInst);} in visitFPToSIInst()
|
| H A D | Instruction.def | 188 HANDLE_CAST_INST(42, FPToSI , FPToSIInst ) // floating point -> SInt
|
| H A D | Instructions.h | 5139 class FPToSIInst : public CastInst { 5145 FPToSIInst *cloneImpl() const; 5149 FPToSIInst( 5157 FPToSIInst(
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 3346 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertBefore); in Create() 3368 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertAtEnd); in Create() 3912 FPToSIInst::FPToSIInst( in FPToSIInst() function in FPToSIInst 3918 FPToSIInst::FPToSIInst( in FPToSIInst() function in FPToSIInst 4876 FPToSIInst *FPToSIInst::cloneImpl() const { in cloneImpl() 4877 return new FPToSIInst(getOperand(0), getType()); in cloneImpl()
|
| H A D | Verifier.cpp | 535 void visitFPToSIInst(FPToSIInst &I); 3236 void Verifier::visitFPToSIInst(FPToSIInst &I) { in visitFPToSIInst()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-stress/ |
| H A D | llvm-stress.cpp | 589 new FPToSIInst(V, DestTy, "FC", BB->getTerminator())); in Act()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineInternal.h | 141 Instruction *visitFPToSI(FPToSIInst &FI);
|
| H A D | InstCombineCasts.cpp | 1879 bool IsOutputSigned = isa<FPToSIInst>(FI); in foldItoFPtoI() 1918 Instruction *InstCombinerImpl::visitFPToSI(FPToSIInst &FI) { in visitFPToSI()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | Core.h | 1780 macro(FPToSIInst) \
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 386 return isa<FPToSIInst>(FP); in isFPSatMinMaxPattern()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 8864 if (isa<FPToSIInst>(I) && BitWidth >= 17) { in setLimitForFPToI() 8915 } else if (isa<FPToUIInst>(V) || isa<FPToSIInst>(V)) { in computeConstantRange()
|