Home
last modified time | relevance | path

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

12345

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp193 case Instruction::UIToFP: in walkBackwards()
240 case Instruction::UIToFP: in walkForwards()
424 if (I->getOpcode() == Instruction::UIToFP || in convert()
462 case Instruction::UIToFP: in convert()
DSpeculativeExecution.cpp235 case Instruction::UIToFP: in ComputeSpeculationCost()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsOs16.cpp89 case Instruction::UIToFP: in needsFP()
/external/llvm/lib/Target/Mips/
DMipsOs16.cpp91 case Instruction::UIToFP: in needsFP()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp1519 extendCastType = Instruction::CastOps::UIToFP; in JitGatherVertices()
2036 …lse if ((extendType == Instruction::CastOps::ZExt) || (extendType == Instruction::CastOps::UIToFP)) in Shuffle8bpcGatherd16()
2045 fpCast = Instruction::CastOps::UIToFP; in Shuffle8bpcGatherd16()
2049 fpCast = Instruction::CastOps::UIToFP; in Shuffle8bpcGatherd16()
2199 (extendType == Instruction::CastOps::UIToFP)) { in Shuffle8bpcGatherd()
2404 …lse if ((extendType == Instruction::CastOps::ZExt) || (extendType == Instruction::CastOps::UIToFP)) in Shuffle16bpcGather16()
2430 fpCast = Instruction::CastOps::UIToFP; in Shuffle16bpcGather16()
2434 fpCast = Instruction::CastOps::UIToFP; in Shuffle16bpcGather16()
2627 …lse if ((extendType == Instruction::CastOps::ZExt) || (extendType == Instruction::CastOps::UIToFP)) in Shuffle16bpcGather()
2650 fpCast = Instruction::CastOps::UIToFP; in Shuffle16bpcGather()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp651 if (Opcode == Instruction::SIToFP || Opcode == Instruction::UIToFP || in getCastInstrCost()
669 (Opcode == Instruction::SIToFP || Opcode == Instruction::UIToFP)) in getCastInstrCost()
705 if (Opcode == Instruction::SIToFP || Opcode == Instruction::UIToFP) in getCastInstrCost()
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp38 LLVMOpcode = Instruction::UIToFP; in DecodeCastOpcode()
/external/swiftshader/third_party/llvm-7.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/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp675 case Instruction::UIToFP: in CanEvaluateShuffled()
760 case Instruction::UIToFP: in buildNew()
838 case Instruction::UIToFP: in EvaluateInDifferentElementOrder()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstruction.def151 HANDLE_CAST_INST(39, UIToFP , UIToFPInst ) // UInt -> floating point
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.def170 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/llvm/include/llvm/IR/
DInstruction.def166 HANDLE_CAST_INST(41, UIToFP , UIToFPInst ) // UInt -> floating point
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp2052 case Instruction::UIToFP: in isNoopCast()
2258 case UIToFP: return new UIToFPInst (S, Ty, Name, InsertBefore); in Create()
2281 case UIToFP: return new UIToFPInst (S, Ty, Name, InsertAtEnd); in Create()
2547 return UIToFP; // uint -> FP in getCastOpcode()
2639 case Instruction::UIToFP: in castIsValid()
2725 ) : CastInst(Ty, UIToFP, S, Name, InsertBefore) { in UIToFPInst()
2731 ) : CastInst(Ty, UIToFP, S, Name, InsertAtEnd) { in UIToFPInst()
DInstruction.cpp144 case UIToFP: return "uitofp"; in getOpcodeName()
DConstants.cpp809 case Instruction::UIToFP: in getWithOperandReplaced()
877 case Instruction::UIToFP: in getWithOperands()
1245 case Instruction::UIToFP: return getUIToFP(C, Ty); in getCast()
1382 return getFoldedCast(Instruction::UIToFP, C, Ty); in getUIToFP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp2214 case Instruction::UIToFP: in isNoopCast()
2451 return Instruction::UIToFP; in isEliminableCastPair()
2471 case UIToFP: return new UIToFPInst (S, Ty, Name, InsertBefore); in Create()
2493 case UIToFP: return new UIToFPInst (S, Ty, Name, InsertAtEnd); in Create()
2855 return UIToFP; // uint -> FP in getCastOpcode()
2940 case Instruction::UIToFP: in castIsValid()
3075 ) : CastInst(Ty, UIToFP, S, Name, InsertBefore) { in UIToFPInst()
3081 ) : CastInst(Ty, UIToFP, S, Name, InsertAtEnd) { in UIToFPInst()
DConstantFold.cpp526 opc == Instruction::UIToFP || opc == Instruction::SIToFP) in ConstantFoldCastInstruction()
679 case Instruction::UIToFP: in ConstantFoldCastInstruction()
1398 case Instruction::UIToFP: in evaluateFCmpRelation()
1549 case Instruction::UIToFP: in evaluateICmpRelation()
/external/llvm/lib/IR/
DInstructions.cpp2378 case Instruction::UIToFP: in isNoopCast()
2636 return Instruction::UIToFP; in isEliminableCastPair()
2656 case UIToFP: return new UIToFPInst (S, Ty, Name, InsertBefore); in Create()
2678 case UIToFP: return new UIToFPInst (S, Ty, Name, InsertAtEnd); in Create()
3037 return UIToFP; // uint -> FP in getCastOpcode()
3123 case Instruction::UIToFP: in castIsValid()
3260 ) : CastInst(Ty, UIToFP, S, Name, InsertBefore) { in UIToFPInst()
3266 ) : CastInst(Ty, UIToFP, S, Name, InsertAtEnd) { in UIToFPInst()
DConstantFold.cpp529 opc == Instruction::UIToFP || opc == Instruction::SIToFP) in ConstantFoldCastInstruction()
668 case Instruction::UIToFP: in ConstantFoldCastInstruction()
1382 case Instruction::UIToFP: in evaluateFCmpRelation()
1528 case Instruction::UIToFP: in evaluateICmpRelation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLibCallsShrinkWrap.cpp454 if (Opcode == Instruction::UIToFP || Opcode == Instruction::SIToFP) { in generateCondForPow()
/external/llvm/lib/Analysis/
DCostModel.cpp447 case Instruction::UIToFP: in getInstructionCost()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp902 case Instruction::UIToFP: in CanEvaluateShuffled()
987 case Instruction::UIToFP: in buildNew()
1063 case Instruction::UIToFP: in EvaluateInDifferentElementOrder()

12345