Searched refs:FPToSIInst (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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 | 5090 class FPToSIInst : public CastInst { 5096 FPToSIInst *cloneImpl() const; 5100 FPToSIInst( 5108 FPToSIInst(
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Instructions.cpp | 3198 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertBefore); in Create() 3220 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertAtEnd); in Create() 3764 FPToSIInst::FPToSIInst( in FPToSIInst() function in FPToSIInst 3770 FPToSIInst::FPToSIInst( in FPToSIInst() function in FPToSIInst 4736 FPToSIInst *FPToSIInst::cloneImpl() const { in cloneImpl() 4737 return new FPToSIInst(getOperand(0), getType()); in cloneImpl()
|
| H A D | Verifier.cpp | 500 void visitFPToSIInst(FPToSIInst &I); 3041 void Verifier::visitFPToSIInst(FPToSIInst &I) { in visitFPToSIInst()
|
| /llvm-project-15.0.7/llvm/tools/llvm-stress/ |
| H A D | llvm-stress.cpp | 591 new FPToSIInst(V, DestTy, "FC", BB->getTerminator())); in Act()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineInternal.h | 135 Instruction *visitFPToSI(FPToSIInst &FI);
|
| H A D | InstCombineCasts.cpp | 1980 bool IsOutputSigned = isa<FPToSIInst>(FI); in foldItoFPtoI() 2019 Instruction *InstCombinerImpl::visitFPToSI(FPToSIInst &FI) { in visitFPToSI()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 660 isa<FPToUIInst>(J) || isa<FPToSIInst>(J)) { in mightUseCTR()
|
| /llvm-project-15.0.7/llvm/include/llvm-c/ |
| H A D | Core.h | 1665 macro(FPToSIInst) \
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 383 return isa<FPToSIInst>(FP); in isFPSatMinMaxPattern()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 7209 if (isa<FPToSIInst>(I) && BitWidth >= 17) { in setLimitForFPToI() 7244 else if (isa<FPToUIInst>(V) || isa<FPToSIInst>(V)) in computeConstantRange()
|