/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 193 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()
|
D | SpeculativeExecution.cpp | 235 case Instruction::UIToFP: in ComputeSpeculationCost()
|
/external/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 193 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/ |
D | MipsOs16.cpp | 89 case Instruction::UIToFP: in needsFP()
|
/external/llvm/lib/Target/Mips/ |
D | MipsOs16.cpp | 91 case Instruction::UIToFP: in needsFP()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 1519 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/ |
D | SystemZTargetTransformInfo.cpp | 651 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/ |
D | NaClBitcodeDecoders.cpp | 38 LLVMOpcode = Instruction::UIToFP; in DecodeCastOpcode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 113 case Instruction::UIToFP: in createReplacementInstr()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 113 case Instruction::UIToFP: in createReplacementInstr()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 675 case Instruction::UIToFP: in CanEvaluateShuffled() 760 case Instruction::UIToFP: in buildNew() 838 case Instruction::UIToFP: in EvaluateInDifferentElementOrder()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instruction.def | 151 HANDLE_CAST_INST(39, UIToFP , UIToFPInst ) // UInt -> floating point
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instruction.def | 170 HANDLE_CAST_INST(41, UIToFP , UIToFPInst ) // UInt -> floating point
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.def | 166 HANDLE_CAST_INST(41, UIToFP , UIToFPInst ) // UInt -> floating point
|
/external/llvm/include/llvm/IR/ |
D | Instruction.def | 166 HANDLE_CAST_INST(41, UIToFP , UIToFPInst ) // UInt -> floating point
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 2052 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()
|
D | Instruction.cpp | 144 case UIToFP: return "uitofp"; in getOpcodeName()
|
D | Constants.cpp | 809 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/ |
D | Instructions.cpp | 2214 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()
|
D | ConstantFold.cpp | 526 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/ |
D | Instructions.cpp | 2378 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()
|
D | ConstantFold.cpp | 529 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/ |
D | LibCallsShrinkWrap.cpp | 454 if (Opcode == Instruction::UIToFP || Opcode == Instruction::SIToFP) { in generateCondForPow()
|
/external/llvm/lib/Analysis/ |
D | CostModel.cpp | 447 case Instruction::UIToFP: in getInstructionCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 902 case Instruction::UIToFP: in CanEvaluateShuffled() 987 case Instruction::UIToFP: in buildNew() 1063 case Instruction::UIToFP: in EvaluateInDifferentElementOrder()
|