/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 194 case Instruction::SIToFP: { in walkBackwards() 241 case Instruction::SIToFP: in walkForwards() 425 I->getOpcode() == Instruction::SIToFP) { in convert() 466 case Instruction::SIToFP: in convert()
|
D | SpeculativeExecution.cpp | 236 case Instruction::SIToFP: in ComputeSpeculationCost()
|
/external/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 202 case Instruction::SIToFP: { in walkBackwards() 248 case Instruction::SIToFP: in walkForwards() 439 I->getOpcode() == Instruction::SIToFP) { in convert() 480 case Instruction::SIToFP: in convert()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsOs16.cpp | 90 case Instruction::SIToFP: in needsFP()
|
/external/llvm/lib/Target/Mips/ |
D | MipsOs16.cpp | 92 case Instruction::SIToFP: in needsFP()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 1523 extendCastType = Instruction::CastOps::SIToFP; in JitGatherVertices() 1919 if ((extendType == Instruction::CastOps::SExt) || (extendType == Instruction::CastOps::SIToFP)) in Shuffle8bpcGatherd16() 1976 fpCast = Instruction::CastOps::SIToFP; in Shuffle8bpcGatherd16() 1980 fpCast = Instruction::CastOps::SIToFP; in Shuffle8bpcGatherd16() 2180 (extendType == Instruction::CastOps::SIToFP)) { in Shuffle8bpcGatherd() 2276 …if ((extendType == Instruction::CastOps::SExt) || (extendType == Instruction::CastOps::SIToFP) || … in Shuffle16bpcGather16() 2333 IntToFpCast = Instruction::CastOps::SIToFP; in Shuffle16bpcGather16() 2337 IntToFpCast = Instruction::CastOps::SIToFP; in Shuffle16bpcGather16() 2525 … if ((extendType == Instruction::CastOps::SExt) || (extendType == Instruction::CastOps::SIToFP) || in Shuffle16bpcGather() 2564 IntToFpCast = Instruction::CastOps::SIToFP; 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 | 41 LLVMOpcode = Instruction::SIToFP; in DecodeCastOpcode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 114 case Instruction::SIToFP: in createReplacementInstr()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 114 case Instruction::SIToFP: in createReplacementInstr()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 676 case Instruction::SIToFP: in CanEvaluateShuffled() 761 case Instruction::SIToFP: in buildNew() 839 case Instruction::SIToFP: in EvaluateInDifferentElementOrder()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instruction.def | 152 HANDLE_CAST_INST(40, SIToFP , SIToFPInst ) // SInt -> floating point
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instruction.def | 171 HANDLE_CAST_INST(42, SIToFP , SIToFPInst ) // SInt -> floating point
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.def | 167 HANDLE_CAST_INST(42, SIToFP , SIToFPInst ) // SInt -> floating point
|
/external/llvm/include/llvm/IR/ |
D | Instruction.def | 167 HANDLE_CAST_INST(42, SIToFP , SIToFPInst ) // SInt -> floating point
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 526 opc == Instruction::UIToFP || opc == Instruction::SIToFP) in ConstantFoldCastInstruction() 680 case Instruction::SIToFP: in ConstantFoldCastInstruction() 685 apf.convertFromAPInt(api, opc==Instruction::SIToFP, in ConstantFoldCastInstruction() 1399 case Instruction::SIToFP: in evaluateFCmpRelation() 1550 case Instruction::SIToFP: in evaluateICmpRelation()
|
D | Instructions.cpp | 2215 case Instruction::SIToFP: in isNoopCast() 2472 case SIToFP: return new SIToFPInst (S, Ty, Name, InsertBefore); in Create() 2494 case SIToFP: return new SIToFPInst (S, Ty, Name, InsertAtEnd); in Create() 2853 return SIToFP; // sint -> FP in getCastOpcode() 2941 case Instruction::SIToFP: in castIsValid() 3087 ) : CastInst(Ty, SIToFP, S, Name, InsertBefore) { in SIToFPInst() 3093 ) : CastInst(Ty, SIToFP, S, Name, InsertAtEnd) { in SIToFPInst()
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 529 opc == Instruction::UIToFP || opc == Instruction::SIToFP) in ConstantFoldCastInstruction() 669 case Instruction::SIToFP: in ConstantFoldCastInstruction() 675 apf.convertFromAPInt(api, opc==Instruction::SIToFP, in ConstantFoldCastInstruction() 1383 case Instruction::SIToFP: in evaluateFCmpRelation() 1529 case Instruction::SIToFP: in evaluateICmpRelation()
|
D | Instructions.cpp | 2379 case Instruction::SIToFP: in isNoopCast() 2657 case SIToFP: return new SIToFPInst (S, Ty, Name, InsertBefore); in Create() 2679 case SIToFP: return new SIToFPInst (S, Ty, Name, InsertAtEnd); in Create() 3035 return SIToFP; // sint -> FP in getCastOpcode() 3124 case Instruction::SIToFP: in castIsValid() 3272 ) : CastInst(Ty, SIToFP, S, Name, InsertBefore) { in SIToFPInst() 3278 ) : CastInst(Ty, SIToFP, S, Name, InsertAtEnd) { in SIToFPInst()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 2053 case Instruction::SIToFP: in isNoopCast() 2259 case SIToFP: return new SIToFPInst (S, Ty, Name, InsertBefore); in Create() 2282 case SIToFP: return new SIToFPInst (S, Ty, Name, InsertAtEnd); in Create() 2545 return SIToFP; // sint -> FP in getCastOpcode() 2640 case Instruction::SIToFP: in castIsValid() 2737 ) : CastInst(Ty, SIToFP, S, Name, InsertBefore) { in SIToFPInst() 2743 ) : CastInst(Ty, SIToFP, S, Name, InsertAtEnd) { in SIToFPInst()
|
D | Instruction.cpp | 145 case SIToFP: return "sitofp"; in getOpcodeName()
|
D | ConstantFold.cpp | 514 opc == Instruction::UIToFP || opc == Instruction::SIToFP) in ConstantFoldCastInstruction() 645 case Instruction::SIToFP: in ConstantFoldCastInstruction() 650 opc==Instruction::SIToFP, in ConstantFoldCastInstruction() 1576 case Instruction::SIToFP: in evaluateFCmpRelation() 1701 case Instruction::SIToFP: 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 | 446 case Instruction::SIToFP: in getInstructionCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 903 case Instruction::SIToFP: in CanEvaluateShuffled() 988 case Instruction::SIToFP: in buildNew() 1064 case Instruction::SIToFP: in EvaluateInDifferentElementOrder()
|