Home
last modified time | relevance | path

Searched refs:FPToSIInst (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h145 void visitFPToSIInst(FPToSIInst &I);
H A DExecution.cpp1706 void Interpreter::visitFPToSIInst(FPToSIInst &I) { in visitFPToSIInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h182 RetTy visitFPToSIInst(FPToSIInst &I) { DELEGATE(CastInst);} in visitFPToSIInst()
H A DInstruction.def188 HANDLE_CAST_INST(42, FPToSI , FPToSIInst ) // floating point -> SInt
H A DInstructions.h4845 class FPToSIInst : public CastInst {
4851 LLVM_ABI FPToSIInst *cloneImpl() const;
4856 FPToSIInst(Value *S, ///< The value to be converted
H A DPatternMatch.h2222 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 DInstructions.cpp3048 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 DVerifier.cpp564 void visitFPToSIInst(FPToSIInst &I);
3506 void Verifier::visitFPToSIInst(FPToSIInst &I) { in visitFPToSIInst()
/freebsd/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp576 return PT->push_back(new FPToSIInst( in Act()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h141 Instruction *visitFPToSI(FPToSIInst &FI);
H A DInstCombineCasts.cpp1973 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 DCore.h1951 macro(FPToSIInst) \
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h2364 class FPToSIInst final : public CastInstImpl<Instruction::Opcode::FPToSI> {};
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp410 return isa<FPToSIInst>(FP); in isFPSatMinMaxPattern()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp2894 } else if (isa<UnaryOperator, TruncInst, ZExtInst, SExtInst, FPToSIInst, in foldShuffleToIdentity()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp9979 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 DDemangleTestCases.inc18852 …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 …]