Home
last modified time | relevance | path

Searched refs:FPToUI (Results 1 – 25 of 126) sorted by relevance

123456

/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp126 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/
DFloat2Int.cpp135 case Instruction::FPToUI: in findRoots()
218 case Instruction::FPToUI: in walkBackwards()
278 case Instruction::FPToUI: in walkForwards()
467 case Instruction::FPToUI: in convert()
DSpeculativeExecution.cpp234 case Instruction::FPToUI: in ComputeSpeculationCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp136 case Instruction::FPToUI: in findRoots()
219 case Instruction::FPToUI: in walkBackwards()
279 case Instruction::FPToUI: in walkForwards()
468 case Instruction::FPToUI: in convert()
DSpeculativeExecution.cpp233 case Instruction::FPToUI: in ComputeSpeculationCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsOs16.cpp86 case Instruction::FPToUI: in needsFP()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsOs16.cpp86 case Instruction::FPToUI: in needsFP()
/external/llvm/lib/Target/Mips/
DMipsOs16.cpp89 case Instruction::FPToUI: in needsFP()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstrainedOps.def47 INSTRUCTION(FPToUI, 1, 0, experimental_constrained_fptoui, FP_TO_UINT)
DInstruction.def187 HANDLE_CAST_INST(41, FPToUI , FPToUIInst ) // floating point -> UInt
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp31 LLVMOpcode = Instruction::FPToUI; in DecodeCastOpcode()
/external/llvm-project/llvm/include/llvm/IR/
DConstrainedOps.def61 DAG_INSTRUCTION(FPToUI, 1, 0, experimental_constrained_fptoui, FP_TO_UINT)
DInstruction.def187 HANDLE_CAST_INST(41, FPToUI , FPToUIInst ) // floating point -> UInt
/external/llvm-project/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp111 case Instruction::FPToUI: in createReplacementInstr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp111 case Instruction::FPToUI: in createReplacementInstr()
/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp111 case Instruction::FPToUI: in createReplacementInstr()
/external/llvm-project/mlir/lib/Target/LLVMIR/
DConvertFromLLVMIR.cpp437 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/
DNVPTXTargetTransformInfo.cpp245 return {Instruction::FPToUI}; in simplifyNvvmIntrinsic()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp673 case Instruction::FPToUI: in CanEvaluateShuffled()
758 case Instruction::FPToUI: in buildNew()
836 case Instruction::FPToUI: in EvaluateInDifferentElementOrder()
/external/llvm/include/llvm/IR/
DInstruction.def164 HANDLE_CAST_INST(39, FPToUI , FPToUIInst ) // floating point -> UInt
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.def164 HANDLE_CAST_INST(39, FPToUI , FPToUIInst ) // floating point -> UInt
/external/llvm/lib/Analysis/
DCostModel.cpp441 case Instruction::FPToUI: in getInstructionCost()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp776 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/
DSystemZTargetTransformInfo.cpp706 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/
DInstructions.cpp2494 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()

123456