/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-project/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 136 case Instruction::FPToSI: in findRoots() 219 case Instruction::FPToSI: in walkBackwards() 279 case Instruction::FPToSI: in walkForwards() 471 case Instruction::FPToSI: in convert()
|
D | SpeculativeExecution.cpp | 235 case Instruction::FPToSI: in ComputeSpeculationCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 137 case Instruction::FPToSI: in findRoots() 220 case Instruction::FPToSI: in walkBackwards() 280 case Instruction::FPToSI: in walkForwards() 472 case Instruction::FPToSI: in convert()
|
D | SpeculativeExecution.cpp | 234 case Instruction::FPToSI: in ComputeSpeculationCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsOs16.cpp | 87 case Instruction::FPToSI: in needsFP()
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsOs16.cpp | 87 case Instruction::FPToSI: in needsFP()
|
/external/llvm/lib/Target/Mips/ |
D | MipsOs16.cpp | 90 case Instruction::FPToSI: in needsFP()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstrainedOps.def | 46 INSTRUCTION(FPToSI, 1, 0, experimental_constrained_fptosi, FP_TO_SINT)
|
D | Instruction.def | 188 HANDLE_CAST_INST(42, FPToSI , FPToSIInst ) // floating point -> SInt
|
/external/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeDecoders.cpp | 34 LLVMOpcode = Instruction::FPToSI; in DecodeCastOpcode()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | ConstrainedOps.def | 60 DAG_INSTRUCTION(FPToSI, 1, 0, experimental_constrained_fptosi, FP_TO_SINT)
|
D | Instruction.def | 188 HANDLE_CAST_INST(42, FPToSI , FPToSIInst ) // floating point -> SInt
|
/external/llvm-project/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 112 case Instruction::FPToSI: in createReplacementInstr()
|
/external/swiftshader/third_party/llvm-10.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/llvm-project/mlir/lib/Target/LLVMIR/ |
D | ConvertFromLLVMIR.cpp | 437 INST(FPToUI, FPToUI), INST(FPToSI, FPToSI), INST(UIToFP, UIToFP), in lookupOperationNameFromOpcode() 560 case llvm::Instruction::FPToSI: in processInstruction()
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetTransformInfo.cpp | 240 return {Instruction::FPToSI}; in simplifyNvvmIntrinsic()
|
/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/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/llvm/lib/Analysis/ |
D | CostModel.cpp | 442 case Instruction::FPToSI: in getInstructionCost()
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 776 Opcode == Instruction::FPToSI || Opcode == Instruction::FPToUI) { in getCastInstrCost() 801 (Opcode == Instruction::FPToSI || Opcode == Instruction::FPToUI)) in getCastInstrCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 706 Opcode == Instruction::FPToSI || Opcode == Instruction::FPToUI) { in getCastInstrCost() 731 (Opcode == Instruction::FPToSI || Opcode == Instruction::FPToUI)) in getCastInstrCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 2495 case Instruction::FPToSI: in isNoopCast() 2752 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertBefore); in Create() 2774 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertAtEnd); in Create() 3116 return FPToSI; // FP -> sint in getCastOpcode() 3223 case Instruction::FPToSI: in castIsValid() 3391 ) : CastInst(Ty, FPToSI, S, Name, InsertBefore) { in FPToSIInst() 3397 ) : CastInst(Ty, FPToSI, S, Name, InsertAtEnd) { in FPToSIInst()
|