Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h145 void visitFPToSIInst(FPToSIInst &I);
H A DExecution.cpp1742 void Interpreter::visitFPToSIInst(FPToSIInst &I) { in visitFPToSIInst()
/freebsd-14.2/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.h5139 class FPToSIInst : public CastInst {
5145 FPToSIInst *cloneImpl() const;
5149 FPToSIInst(
5157 FPToSIInst(
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3346 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 DVerifier.cpp535 void visitFPToSIInst(FPToSIInst &I);
3236 void Verifier::visitFPToSIInst(FPToSIInst &I) { in visitFPToSIInst()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp589 new FPToSIInst(V, DestTy, "FC", BB->getTerminator())); in Act()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h141 Instruction *visitFPToSI(FPToSIInst &FI);
H A DInstCombineCasts.cpp1879 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 DCore.h1780 macro(FPToSIInst) \
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp386 return isa<FPToSIInst>(FP); in isFPSatMinMaxPattern()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp8864 if (isa<FPToSIInst>(I) && BitWidth >= 17) { in setLimitForFPToI()
8915 } else if (isa<FPToUIInst>(V) || isa<FPToSIInst>(V)) { in computeConstantRange()