/external/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 126 case Instruction::FPToUI: in findRoots() 214 case Instruction::FPToUI: in walkBackwards() 276 case Instruction::FPToUI: in walkForwards() 461 case Instruction::FPToUI: in convert()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 135 case Instruction::FPToUI: in findRoots() 218 case Instruction::FPToUI: in walkBackwards() 278 case Instruction::FPToUI: in walkForwards() 467 case Instruction::FPToUI: in convert()
|
D | SpeculativeExecution.cpp | 234 case Instruction::FPToUI: in ComputeSpeculationCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 136 case Instruction::FPToUI: in findRoots() 219 case Instruction::FPToUI: in walkBackwards() 279 case Instruction::FPToUI: in walkForwards() 468 case Instruction::FPToUI: in convert()
|
D | SpeculativeExecution.cpp | 233 case Instruction::FPToUI: in ComputeSpeculationCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsOs16.cpp | 86 case Instruction::FPToUI: in needsFP()
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsOs16.cpp | 86 case Instruction::FPToUI: in needsFP()
|
/external/llvm/lib/Target/Mips/ |
D | MipsOs16.cpp | 89 case Instruction::FPToUI: in needsFP()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstrainedOps.def | 47 INSTRUCTION(FPToUI, 1, 0, experimental_constrained_fptoui, FP_TO_UINT)
|
D | Instruction.def | 187 HANDLE_CAST_INST(41, FPToUI , FPToUIInst ) // floating point -> UInt
|
/external/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeDecoders.cpp | 31 LLVMOpcode = Instruction::FPToUI; in DecodeCastOpcode()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | ConstrainedOps.def | 61 DAG_INSTRUCTION(FPToUI, 1, 0, experimental_constrained_fptoui, FP_TO_UINT)
|
D | Instruction.def | 187 HANDLE_CAST_INST(41, FPToUI , FPToUIInst ) // floating point -> UInt
|
/external/llvm-project/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 111 case Instruction::FPToUI: in createReplacementInstr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 111 case Instruction::FPToUI: in createReplacementInstr()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 111 case Instruction::FPToUI: in createReplacementInstr()
|
/external/llvm-project/mlir/lib/Target/LLVMIR/ |
D | ConvertFromLLVMIR.cpp | 437 INST(FPToUI, FPToUI), INST(FPToSI, FPToSI), INST(UIToFP, UIToFP), in lookupOperationNameFromOpcode() 559 case llvm::Instruction::FPToUI: in processInstruction()
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetTransformInfo.cpp | 245 return {Instruction::FPToUI}; in simplifyNvvmIntrinsic()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 673 case Instruction::FPToUI: in CanEvaluateShuffled() 758 case Instruction::FPToUI: in buildNew() 836 case Instruction::FPToUI: in EvaluateInDifferentElementOrder()
|
/external/llvm/include/llvm/IR/ |
D | Instruction.def | 164 HANDLE_CAST_INST(39, FPToUI , FPToUIInst ) // floating point -> UInt
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.def | 164 HANDLE_CAST_INST(39, FPToUI , FPToUIInst ) // floating point -> UInt
|
/external/llvm/lib/Analysis/ |
D | CostModel.cpp | 441 case Instruction::FPToUI: 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 | 2494 case Instruction::FPToUI: in isNoopCast() 2751 case FPToUI: return new FPToUIInst (S, Ty, Name, InsertBefore); in Create() 2773 case FPToUI: return new FPToUIInst (S, Ty, Name, InsertAtEnd); in Create() 3118 return FPToUI; // FP -> uint in getCastOpcode() 3222 case Instruction::FPToUI: in castIsValid() 3379 ) : CastInst(Ty, FPToUI, S, Name, InsertBefore) { in FPToUIInst() 3385 ) : CastInst(Ty, FPToUI, S, Name, InsertAtEnd) { in FPToUIInst()
|