| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Interpreter.h | 145 void visitFPToSIInst(FPToSIInst &I);
|
| H A D | Execution.cpp | 1706 void Interpreter::visitFPToSIInst(FPToSIInst &I) { in visitFPToSIInst()
|
| /freebsd/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 | 4845 class FPToSIInst : public CastInst { 4851 LLVM_ABI FPToSIInst *cloneImpl() const; 4856 FPToSIInst(Value *S, ///< The value to be converted
|
| H A D | PatternMatch.h | 2222 inline CastInst_match<OpTy, FPToSIInst> m_FPToSI(const OpTy &Op) { in m_FPToSI() 2223 return CastInst_match<OpTy, FPToSIInst>(Op); in m_FPToSI()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 3048 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertBefore); in Create() 3451 FPToSIInst::FPToSIInst(Value *S, Type *Ty, const Twine &Name, in FPToSIInst() function in FPToSIInst 4422 FPToSIInst *FPToSIInst::cloneImpl() const { in cloneImpl() 4423 return new FPToSIInst(getOperand(0), getType()); in cloneImpl()
|
| H A D | Verifier.cpp | 564 void visitFPToSIInst(FPToSIInst &I); 3506 void Verifier::visitFPToSIInst(FPToSIInst &I) { in visitFPToSIInst()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-stress/ |
| H A D | llvm-stress.cpp | 576 return PT->push_back(new FPToSIInst( in Act()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineInternal.h | 141 Instruction *visitFPToSI(FPToSIInst &FI);
|
| H A D | InstCombineCasts.cpp | 1973 bool IsOutputSigned = isa<FPToSIInst>(FI); in foldItoFPtoI() 2027 Instruction *InstCombinerImpl::visitFPToSI(FPToSIInst &FI) { in visitFPToSI()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | Core.h | 1951 macro(FPToSIInst) \
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Instruction.h | 2364 class FPToSIInst final : public CastInstImpl<Instruction::Opcode::FPToSI> {};
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 410 return isa<FPToSIInst>(FP); in isFPSatMinMaxPattern()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VectorCombine.cpp | 2894 } else if (isa<UnaryOperator, TruncInst, ZExtInst, SExtInst, FPToSIInst, in foldShuffleToIdentity()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 9979 if (isa<FPToSIInst>(I) && BitWidth >= 17) { in setLimitForFPToI() 10021 } else if (isa<FPToUIInst>(V) || isa<FPToSIInst>(V)) { in computeConstantRange()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 18852 …nstCombiner11visitFPToSIERNS_10FPToSIInstE", "llvm::InstCombiner::visitFPToSI(llvm::FPToSIInst&)"}, 21601 …C1EPNS_5ValueEPKNS_4TypeERKNS_5TwineEPNS_11InstructionE", "llvm::FPToSIInst::FPToSIInst(llvm::Valu… 21614 …tC1EPNS_5ValueEPKNS_4TypeERKNS_5TwineEPNS_10BasicBlockE", "llvm::FPToSIInst::FPToSIInst(llvm::Valu… 21649 …C2EPNS_5ValueEPKNS_4TypeERKNS_5TwineEPNS_11InstructionE", "llvm::FPToSIInst::FPToSIInst(llvm::Valu… 21650 …tC2EPNS_5ValueEPKNS_4TypeERKNS_5TwineEPNS_10BasicBlockE", "llvm::FPToSIInst::FPToSIInst(llvm::Valu… 21727 {"_ZNK4llvm10FPToSIInst10clone_implEv", "llvm::FPToSIInst::clone_impl() const"}, 21801 {"_ZN4llvm10FPToSIInstD1Ev", "llvm::FPToSIInst::~FPToSIInst()"}, 21802 {"_ZN4llvm10FPToSIInstD0Ev", "llvm::FPToSIInst::~FPToSIInst()"}, 24783 {"_ZTSN4llvm10FPToSIInstE", "typeinfo name for llvm::FPToSIInst"}, 25983 {"_ZTVN4llvm10FPToSIInstE", "vtable for llvm::FPToSIInst"}, [all …]
|