Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h145 void visitFPToSIInst(FPToSIInst &I);
H A DExecution.cpp1742 void Interpreter::visitFPToSIInst(FPToSIInst &I) { in visitFPToSIInst()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstVisitor.h183 RetTy visitFPToSIInst(FPToSIInst &I) { DELEGATE(CastInst);} in visitFPToSIInst()
H A DInstruction.def188 HANDLE_CAST_INST(42, FPToSI , FPToSIInst ) // floating point -> SInt
H A DInstructions.h5019 class FPToSIInst : public CastInst {
5025 FPToSIInst *cloneImpl() const;
5029 FPToSIInst(
5037 FPToSIInst(
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp2959 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertBefore); in Create()
2981 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertAtEnd); in Create()
3525 FPToSIInst::FPToSIInst( in FPToSIInst() function in FPToSIInst
3531 FPToSIInst::FPToSIInst( in FPToSIInst() function in FPToSIInst
4428 FPToSIInst *FPToSIInst::cloneImpl() const { in cloneImpl()
4429 return new FPToSIInst(getOperand(0), getType()); in cloneImpl()
H A DVerifier.cpp485 void visitFPToSIInst(FPToSIInst &I);
2989 void Verifier::visitFPToSIInst(FPToSIInst &I) { in visitFPToSIInst()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp595 new FPToSIInst(V, DestTy, "FC", BB->getTerminator())); in Act()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h134 Instruction *visitFPToSI(FPToSIInst &FI);
H A DInstCombineCasts.cpp1885 bool IsOutputSigned = isa<FPToSIInst>(FI); in foldItoFPtoI()
1924 Instruction *InstCombinerImpl::visitFPToSI(FPToSIInst &FI) { in visitFPToSI()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp652 isa<FPToUIInst>(J) || isa<FPToSIInst>(J)) { in mightUseCTR()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h1634 macro(FPToSIInst) \