/external/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 132 case Instruction::FPToSI: in findRoots() 220 case Instruction::FPToSI: in walkBackwards() 282 case Instruction::FPToSI: in walkForwards() 470 case Instruction::FPToSI: in convert()
|
D | SCCP.cpp | 1328 case Instruction::FPToSI: in ResolvedUndefsIn()
|
D | GVN.cpp | 432 case Instruction::FPToSI: in lookup_or_add()
|
/external/llvm/lib/Target/Mips/ |
D | MipsOs16.cpp | 90 case Instruction::FPToSI: in needsFP()
|
D | MipsFastISel.cpp | 1416 case Instruction::FPToSI: in fastSelectInstruction()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 112 case Instruction::FPToSI: in createReplacementInstr()
|
/external/llvm/include/llvm/IR/ |
D | Instruction.def | 149 HANDLE_CAST_INST(37, FPToSI , FPToSIInst ) // floating point -> SInt
|
D | IRBuilder.h | 1216 return CreateCast(Instruction::FPToSI, V, DestTy, Name);
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 634 case Instruction::FPToSI: in CanEvaluateShuffled() 719 case Instruction::FPToSI: in BuildNew() 797 case Instruction::FPToSI: in EvaluateInDifferentElementOrder()
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 230 case FPToSI: return "fptosi"; in getOpcodeName()
|
D | Instructions.cpp | 2037 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()
|
D | ConstantFold.cpp | 604 case Instruction::FPToSI: in ConstantFoldCastInstruction() 611 V.convertToInteger(x, DestBitWidth, opc==Instruction::FPToSI, in ConstantFoldCastInstruction() 1506 case Instruction::FPToSI: in evaluateICmpRelation()
|
D | Constants.cpp | 1233 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/ |
D | CostModel.cpp | 447 case Instruction::FPToSI: in getInstructionCost()
|
D | ConstantFolding.cpp | 1076 case Instruction::FPToSI: in ConstantFoldInstOperands()
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ARCInstKind.cpp | 291 case Instruction::FPToSI: in GetARCInstKind()
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 853 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/ |
D | ExecutionEngine.cpp | 697 case Instruction::FPToSI: { in getConstantValue() 709 CE->getOpcode()==Instruction::FPToSI, in getConstantValue()
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 720 INSTKEYWORD(fptosi, FPToSI); in LexIdentifier()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 1151 case Instruction::FPToSI: in buildTree_rec() 1455 case Instruction::FPToSI: in getEntryCost() 2163 case Instruction::FPToSI: in vectorizeTree()
|
D | LoopVectorize.cpp | 3267 case Instruction::FPToSI: in vectorizeBlockInLoop() 5156 case Instruction::FPToSI: in getInstructionCost()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1557 case FPToSI: return ISD::FP_TO_SINT; in InstructionOpcodeToISD()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 189 | FPToSI Constructor
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 1836 case Instruction::FPToSI: in fastSelectInstruction()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1551 case Instruction::FPToSI: in selectOperator()
|