Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h145 void visitFPToSIInst(FPToSIInst &I);
DExecution.cpp1742 void Interpreter::visitFPToSIInst(FPToSIInst &I) { in visitFPToSIInst()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DInstVisitor.h183 RetTy visitFPToSIInst(FPToSIInst &I) { DELEGATE(CastInst);} in visitFPToSIInst()
DInstruction.def188 HANDLE_CAST_INST(42, FPToSI , FPToSIInst ) // floating point -> SInt
DInstructions.h5031 class FPToSIInst : public CastInst {
5037 FPToSIInst *cloneImpl() const;
5041 FPToSIInst(
5049 FPToSIInst(
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DInstructions.cpp2979 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertBefore); in Create()
3001 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertAtEnd); in Create()
3545 FPToSIInst::FPToSIInst( in FPToSIInst() function in FPToSIInst
3551 FPToSIInst::FPToSIInst( in FPToSIInst() function in FPToSIInst
4448 FPToSIInst *FPToSIInst::cloneImpl() const { in cloneImpl()
4449 return new FPToSIInst(getOperand(0), getType()); in cloneImpl()
DVerifier.cpp485 void visitFPToSIInst(FPToSIInst &I);
2923 void Verifier::visitFPToSIInst(FPToSIInst &I) { in visitFPToSIInst()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-stress/
Dllvm-stress.cpp599 new FPToSIInst(V, DestTy, "FC", BB->getTerminator())); in Act()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h134 Instruction *visitFPToSI(FPToSIInst &FI);
DInstCombineCasts.cpp1950 bool IsOutputSigned = isa<FPToSIInst>(FI); in foldItoFPtoI()
1989 Instruction *InstCombinerImpl::visitFPToSI(FPToSIInst &FI) { in visitFPToSI()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp655 isa<FPToUIInst>(J) || isa<FPToSIInst>(J)) { in mightUseCTR()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm-c/
DCore.h1634 macro(FPToSIInst) \