/external/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 127 case Instruction::FPToSI: in findRoots() 215 case Instruction::FPToSI: in walkBackwards() 277 case Instruction::FPToSI: in walkForwards() 465 case Instruction::FPToSI: in convert()
|
/external/llvm/lib/Target/Mips/ |
D | MipsOs16.cpp | 90 case Instruction::FPToSI: in needsFP()
|
/external/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeDecoders.cpp | 35 LLVMOpcode = Instruction::FPToSI; in DecodeCastOpcode()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 112 case Instruction::FPToSI: in createReplacementInstr()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 674 case Instruction::FPToSI: in CanEvaluateShuffled() 759 case Instruction::FPToSI: in buildNew() 837 case Instruction::FPToSI: in EvaluateInDifferentElementOrder()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instruction.def | 150 HANDLE_CAST_INST(38, FPToSI , FPToSIInst ) // floating point -> SInt
|
/external/llvm/include/llvm/IR/ |
D | Instruction.def | 165 HANDLE_CAST_INST(40, FPToSI , FPToSIInst ) // floating point -> SInt
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.def | 165 HANDLE_CAST_INST(40, FPToSI , FPToSIInst ) // floating point -> SInt
|
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/ |
D | CBackend.cpp | 709 case Instruction::FPToSI: // For these, make sure we get a signed dest in printCast() 741 case Instruction::FPToSI: in printCast() 762 case Instruction::FPToSI: in printConstant() 777 CE->getOpcode() == Instruction::FPToSI || in printConstant() 1154 case Instruction::FPToSI: in printConstExprCast() 2712 I.getOpcode() == Instruction::FPToSI || in visitCastInst()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 2055 case Instruction::FPToSI: in isNoopCast() 2261 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertBefore); in Create() 2284 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertAtEnd); in Create() 2530 return FPToSI; // FP -> sint in getCastOpcode() 2644 case Instruction::FPToSI: in castIsValid() 2761 ) : CastInst(Ty, FPToSI, S, Name, InsertBefore) { in FPToSIInst() 2767 ) : CastInst(Ty, FPToSI, S, Name, InsertAtEnd) { in FPToSIInst()
|
D | Instruction.cpp | 143 case FPToSI: return "fptosi"; in getOpcodeName()
|
D | Constants.cpp | 812 case Instruction::FPToSI: in getWithOperandReplaced() 880 case Instruction::FPToSI: in getWithOperands() 1248 case Instruction::FPToSI: return getFPToSI(C, Ty); in getCast() 1415 return getFoldedCast(Instruction::FPToSI, C, Ty); in getFPToSI()
|
D | ConstantFold.cpp | 584 case Instruction::FPToSI: in ConstantFoldCastInstruction() 590 (void) V.convertToInteger(x, DestBitWidth, opc==Instruction::FPToSI, in ConstantFoldCastInstruction() 1697 case Instruction::FPToSI: in evaluateICmpRelation()
|
/external/llvm/lib/Analysis/ |
D | CostModel.cpp | 442 case Instruction::FPToSI: in getInstructionCost()
|
D | ObjCARCInstKind.cpp | 297 case Instruction::FPToSI: in GetARCInstKind()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2381 case Instruction::FPToSI: in isNoopCast() 2659 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertBefore); in Create() 2681 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertAtEnd); in Create() 3020 return FPToSI; // FP -> sint in getCastOpcode() 3128 case Instruction::FPToSI: in castIsValid() 3296 ) : CastInst(Ty, FPToSI, S, Name, InsertBefore) { in FPToSIInst() 3302 ) : CastInst(Ty, FPToSI, S, Name, InsertAtEnd) { in FPToSIInst()
|
D | Instruction.cpp | 308 case FPToSI: return "fptosi"; in getOpcodeName()
|
D | Constants.cpp | 1146 case Instruction::FPToSI: in getWithOperands() 1483 case Instruction::FPToSI: in getCast() 1671 return getFoldedCast(Instruction::FPToSI, C, Ty, OnlyIfReduced); in getFPToSI() 2862 case Instruction::FPToSI: in getAsInstruction()
|
D | ConstantFold.cpp | 603 case Instruction::FPToSI: in ConstantFoldCastInstruction() 610 V.convertToInteger(x, DestBitWidth, opc==Instruction::FPToSI, in ConstantFoldCastInstruction() 1525 case Instruction::FPToSI: in evaluateICmpRelation()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 617 case Instruction::FPToSI: { in getConstantValue() 629 CE->getOpcode()==Instruction::FPToSI, in getConstantValue()
|
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 788 case Instruction::FPToSI: Out << "Instruction::FPToSI"; break; in printConstant() 1297 case Instruction::FPToSI: in printInstruction() 1312 case Instruction::FPToSI: Out << "FPToSIInst"; break; in printInstruction()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 448 case Instruction::FPToSI: in mightUseCTR()
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 715 case Instruction::FPToSI: { in getConstantValue() 727 CE->getOpcode()==Instruction::FPToSI, in getConstantValue()
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLLexer.cpp | 633 INSTKEYWORD(fptosi, FPToSI); in LexIdentifier()
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 751 INSTKEYWORD(fptosi, FPToSI); in LexIdentifier()
|