Home
last modified time | relevance | path

Searched refs:UIToFP (Results 1 – 25 of 134) sorted by relevance

123456

/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp193 case Instruction::UIToFP: { in walkBackwards()
247 case Instruction::UIToFP: in walkForwards()
438 if (I->getOpcode() == Instruction::UIToFP || in convert()
476 case Instruction::UIToFP: in convert()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp203 case Instruction::UIToFP: in walkBackwards()
251 case Instruction::UIToFP: in walkForwards()
444 if (I->getOpcode() == Instruction::UIToFP || in convert()
482 case Instruction::UIToFP: in convert()
DSpeculativeExecution.cpp236 case Instruction::UIToFP: in ComputeSpeculationCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp204 case Instruction::UIToFP: in walkBackwards()
252 case Instruction::UIToFP: in walkForwards()
445 if (I->getOpcode() == Instruction::UIToFP || in convert()
483 case Instruction::UIToFP: in convert()
DSpeculativeExecution.cpp235 case Instruction::UIToFP: in ComputeSpeculationCost()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp930 extendCastType = Instruction::CastOps::UIToFP; in JitGatherVertices()
1452 (extendType == Instruction::CastOps::UIToFP)) in Shuffle8bpcGatherd16()
1461 fpCast = Instruction::CastOps::UIToFP; in Shuffle8bpcGatherd16()
1465 fpCast = Instruction::CastOps::UIToFP; in Shuffle8bpcGatherd16()
1624 (extendType == Instruction::CastOps::UIToFP)) in Shuffle8bpcGatherd()
1841 (extendType == Instruction::CastOps::UIToFP)) in Shuffle16bpcGather16()
1869 fpCast = Instruction::CastOps::UIToFP; in Shuffle16bpcGather16()
1873 fpCast = Instruction::CastOps::UIToFP; in Shuffle16bpcGather16()
2079 (extendType == Instruction::CastOps::UIToFP)) in Shuffle16bpcGather()
2106 fpCast = Instruction::CastOps::UIToFP; in Shuffle16bpcGather()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsOs16.cpp88 case Instruction::UIToFP: in needsFP()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsOs16.cpp88 case Instruction::UIToFP: in needsFP()
/external/llvm/lib/Target/Mips/
DMipsOs16.cpp91 case Instruction::UIToFP: in needsFP()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp697 if (Opcode == Instruction::ZExt || Opcode == Instruction::UIToFP) in getBoolVecToIntConversionCost()
719 if (Opcode == Instruction::SIToFP || Opcode == Instruction::UIToFP) { in getCastInstrCost()
775 if (Opcode == Instruction::SIToFP || Opcode == Instruction::UIToFP || in getCastInstrCost()
798 (Opcode == Instruction::SIToFP || Opcode == Instruction::UIToFP)) in getCastInstrCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp664 if (Opcode == Instruction::ZExt || Opcode == Instruction::UIToFP) in getBoolVecToIntConversionCost()
705 if (Opcode == Instruction::SIToFP || Opcode == Instruction::UIToFP || in getCastInstrCost()
728 (Opcode == Instruction::SIToFP || Opcode == Instruction::UIToFP)) in getCastInstrCost()
765 if (Opcode == Instruction::SIToFP || Opcode == Instruction::UIToFP) { in getCastInstrCost()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstrainedOps.def45 INSTRUCTION(UIToFP, 1, 1, experimental_constrained_uitofp, UINT_TO_FP)
DInstruction.def189 HANDLE_CAST_INST(43, UIToFP , UIToFPInst ) // UInt -> floating point
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp37 LLVMOpcode = Instruction::UIToFP; in DecodeCastOpcode()
/external/llvm-project/llvm/include/llvm/IR/
DConstrainedOps.def59 DAG_INSTRUCTION(UIToFP, 1, 1, experimental_constrained_uitofp, UINT_TO_FP)
DInstruction.def189 HANDLE_CAST_INST(43, UIToFP , UIToFPInst ) // UInt -> floating point
/external/llvm-project/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp113 case Instruction::UIToFP: in createReplacementInstr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp113 case Instruction::UIToFP: in createReplacementInstr()
/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp113 case Instruction::UIToFP: in createReplacementInstr()
/external/llvm-project/mlir/lib/Target/LLVMIR/
DConvertFromLLVMIR.cpp437 INST(FPToUI, FPToUI), INST(FPToSI, FPToSI), INST(UIToFP, UIToFP), in lookupOperationNameFromOpcode()
561 case llvm::Instruction::UIToFP: in processInstruction()
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.cpp255 return {Instruction::UIToFP}; in simplifyNvvmIntrinsic()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp675 case Instruction::UIToFP: in CanEvaluateShuffled()
760 case Instruction::UIToFP: in buildNew()
838 case Instruction::UIToFP: in EvaluateInDifferentElementOrder()
/external/llvm/include/llvm/IR/
DInstruction.def166 HANDLE_CAST_INST(41, UIToFP , UIToFPInst ) // UInt -> floating point
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.def166 HANDLE_CAST_INST(41, UIToFP , UIToFPInst ) // UInt -> floating point
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLibCallsShrinkWrap.cpp454 if (Opcode == Instruction::UIToFP || Opcode == Instruction::SIToFP) { in generateCondForPow()

123456