/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 127 case Instruction::FPToSI: in findRoots() 208 case Instruction::FPToSI: in walkBackwards() 259 case Instruction::FPToSI: in walkForwards() 451 case Instruction::FPToSI: in convert()
|
D | SpeculativeExecution.cpp | 234 case Instruction::FPToSI: in ComputeSpeculationCost()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsOs16.cpp | 88 case Instruction::FPToSI: in needsFP()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 112 case Instruction::FPToSI: in createReplacementInstr()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 112 case Instruction::FPToSI: in createReplacementInstr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 652 Opcode == Instruction::FPToSI || Opcode == Instruction::FPToUI) { in getCastInstrCost() 672 (Opcode == Instruction::FPToSI || Opcode == Instruction::FPToUI)) in getCastInstrCost()
|
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instruction.def | 169 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/llvm/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()
|
/external/llvm/lib/Analysis/ |
D | CostModel.cpp | 442 case Instruction::FPToSI: in getInstructionCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 901 case Instruction::FPToSI: in CanEvaluateShuffled() 986 case Instruction::FPToSI: in buildNew() 1062 case Instruction::FPToSI: in EvaluateInDifferentElementOrder()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 2217 case Instruction::FPToSI: in isNoopCast() 2474 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertBefore); in Create() 2496 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertAtEnd); in Create() 2838 return FPToSI; // FP -> sint in getCastOpcode() 2945 case Instruction::FPToSI: in castIsValid() 3111 ) : CastInst(Ty, FPToSI, S, Name, InsertBefore) { in FPToSIInst() 3117 ) : CastInst(Ty, FPToSI, S, Name, InsertAtEnd) { in FPToSIInst()
|
/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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | CFLGraph.h | 537 case Instruction::FPToSI: { in visitConstantExpr()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 617 case Instruction::FPToSI: { in getConstantValue() 629 CE->getOpcode()==Instruction::FPToSI, in getConstantValue()
|