Home
last modified time | relevance | path

Searched refs:FPToSI (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp132 case Instruction::FPToSI: in findRoots()
220 case Instruction::FPToSI: in walkBackwards()
282 case Instruction::FPToSI: in walkForwards()
470 case Instruction::FPToSI: in convert()
DSCCP.cpp1328 case Instruction::FPToSI: in ResolvedUndefsIn()
DGVN.cpp432 case Instruction::FPToSI: in lookup_or_add()
/external/llvm/lib/Target/Mips/
DMipsOs16.cpp90 case Instruction::FPToSI: in needsFP()
DMipsFastISel.cpp1416 case Instruction::FPToSI: in fastSelectInstruction()
/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp112 case Instruction::FPToSI: in createReplacementInstr()
/external/llvm/include/llvm/IR/
DInstruction.def149 HANDLE_CAST_INST(37, FPToSI , FPToSIInst ) // floating point -> SInt
DIRBuilder.h1216 return CreateCast(Instruction::FPToSI, V, DestTy, Name);
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp634 case Instruction::FPToSI: in CanEvaluateShuffled()
719 case Instruction::FPToSI: in BuildNew()
797 case Instruction::FPToSI: in EvaluateInDifferentElementOrder()
/external/llvm/lib/IR/
DInstruction.cpp230 case FPToSI: return "fptosi"; in getOpcodeName()
DInstructions.cpp2037 case Instruction::FPToSI: in isNoopCast()
2310 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertBefore); in Create()
2332 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertAtEnd); in Create()
2671 return FPToSI; // FP -> sint in getCastOpcode()
2779 case Instruction::FPToSI: in castIsValid()
2947 ) : CastInst(Ty, FPToSI, S, Name, InsertBefore) { in FPToSIInst()
2953 ) : CastInst(Ty, FPToSI, S, Name, InsertAtEnd) { in FPToSIInst()
DConstantFold.cpp604 case Instruction::FPToSI: in ConstantFoldCastInstruction()
611 V.convertToInteger(x, DestBitWidth, opc==Instruction::FPToSI, in ConstantFoldCastInstruction()
1506 case Instruction::FPToSI: in evaluateICmpRelation()
DConstants.cpp1233 case Instruction::FPToSI: in getWithOperands()
1592 case Instruction::FPToSI: in getCast()
1781 return getFoldedCast(Instruction::FPToSI, C, Ty, OnlyIfReduced); in getFPToSI()
2987 case Instruction::FPToSI: in getAsInstruction()
/external/llvm/lib/Analysis/
DCostModel.cpp447 case Instruction::FPToSI: in getInstructionCost()
DConstantFolding.cpp1076 case Instruction::FPToSI: in ConstantFoldInstOperands()
/external/llvm/lib/Transforms/ObjCARC/
DARCInstKind.cpp291 case Instruction::FPToSI: in GetARCInstKind()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp853 case Instruction::FPToSI: Out << "Instruction::FPToSI"; break; in printConstant()
1404 case Instruction::FPToSI: in printInstruction()
1419 case Instruction::FPToSI: Out << "FPToSIInst"; break; in printInstruction()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp697 case Instruction::FPToSI: { in getConstantValue()
709 CE->getOpcode()==Instruction::FPToSI, in getConstantValue()
/external/llvm/lib/AsmParser/
DLLLexer.cpp720 INSTKEYWORD(fptosi, FPToSI); in LexIdentifier()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1151 case Instruction::FPToSI: in buildTree_rec()
1455 case Instruction::FPToSI: in getEntryCost()
2163 case Instruction::FPToSI: in vectorizeTree()
DLoopVectorize.cpp3267 case Instruction::FPToSI: in vectorizeBlockInLoop()
5156 case Instruction::FPToSI: in getInstructionCost()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1557 case FPToSI: return ISD::FP_TO_SINT; in InstructionOpcodeToISD()
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml189 | FPToSI Constructor
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1836 case Instruction::FPToSI: in fastSelectInstruction()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1551 case Instruction::FPToSI: in selectOperator()

12