Home
last modified time | relevance | path

Searched refs:SIToFP (Results 1 – 25 of 114) sorted by relevance

12345

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp194 case Instruction::SIToFP: { in walkBackwards()
241 case Instruction::SIToFP: in walkForwards()
425 I->getOpcode() == Instruction::SIToFP) { in convert()
466 case Instruction::SIToFP: in convert()
DSpeculativeExecution.cpp236 case Instruction::SIToFP: in ComputeSpeculationCost()
/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp202 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/
DMipsOs16.cpp90 case Instruction::SIToFP: in needsFP()
/external/llvm/lib/Target/Mips/
DMipsOs16.cpp92 case Instruction::SIToFP: in needsFP()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp1523 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/
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.cpp41 LLVMOpcode = Instruction::SIToFP; in DecodeCastOpcode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp114 case Instruction::SIToFP: in createReplacementInstr()
/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp114 case Instruction::SIToFP: in createReplacementInstr()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp676 case Instruction::SIToFP: in CanEvaluateShuffled()
761 case Instruction::SIToFP: in buildNew()
839 case Instruction::SIToFP: in EvaluateInDifferentElementOrder()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstruction.def152 HANDLE_CAST_INST(40, SIToFP , SIToFPInst ) // SInt -> floating point
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.def171 HANDLE_CAST_INST(42, SIToFP , SIToFPInst ) // SInt -> floating point
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.def167 HANDLE_CAST_INST(42, SIToFP , SIToFPInst ) // SInt -> floating point
/external/llvm/include/llvm/IR/
DInstruction.def167 HANDLE_CAST_INST(42, SIToFP , SIToFPInst ) // SInt -> floating point
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantFold.cpp526 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()
DInstructions.cpp2215 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/
DConstantFold.cpp529 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()
DInstructions.cpp2379 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/
DInstructions.cpp2053 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()
DInstruction.cpp145 case SIToFP: return "sitofp"; in getOpcodeName()
DConstantFold.cpp514 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/
DLibCallsShrinkWrap.cpp454 if (Opcode == Instruction::UIToFP || Opcode == Instruction::SIToFP) { in generateCondForPow()
/external/llvm/lib/Analysis/
DCostModel.cpp446 case Instruction::SIToFP: in getInstructionCost()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp903 case Instruction::SIToFP: in CanEvaluateShuffled()
988 case Instruction::SIToFP: in buildNew()
1064 case Instruction::SIToFP: in EvaluateInDifferentElementOrder()

12345