/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/llvm-project/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 204 case Instruction::SIToFP: { in walkBackwards() 252 case Instruction::SIToFP: in walkForwards() 445 I->getOpcode() == Instruction::SIToFP) { in convert() 486 case Instruction::SIToFP: in convert()
|
D | SpeculativeExecution.cpp | 237 case Instruction::SIToFP: in ComputeSpeculationCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 205 case Instruction::SIToFP: { in walkBackwards() 253 case Instruction::SIToFP: in walkForwards() 446 I->getOpcode() == Instruction::SIToFP) { in convert() 487 case Instruction::SIToFP: in convert()
|
D | SpeculativeExecution.cpp | 236 case Instruction::SIToFP: in ComputeSpeculationCost()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 934 extendCastType = Instruction::CastOps::SIToFP; in JitGatherVertices() 1319 if ((extendType == Instruction::CastOps::SExt) || (extendType == Instruction::CastOps::SIToFP)) in Shuffle8bpcGatherd16() 1387 fpCast = Instruction::CastOps::SIToFP; in Shuffle8bpcGatherd16() 1391 fpCast = Instruction::CastOps::SIToFP; in Shuffle8bpcGatherd16() 1604 (extendType == Instruction::CastOps::SIToFP)) in Shuffle8bpcGatherd() 1697 (extendType == Instruction::CastOps::SIToFP) || (extendType == Instruction::CastOps::FPExt)) in Shuffle16bpcGather16() 1763 IntToFpCast = Instruction::CastOps::SIToFP; in Shuffle16bpcGather16() 1767 IntToFpCast = Instruction::CastOps::SIToFP; in Shuffle16bpcGather16() 1966 (extendType == Instruction::CastOps::SIToFP) || (extendType == Instruction::CastOps::FPExt)) in Shuffle16bpcGather() 2009 IntToFpCast = Instruction::CastOps::SIToFP; in Shuffle16bpcGather() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsOs16.cpp | 89 case Instruction::SIToFP: in needsFP()
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsOs16.cpp | 89 case Instruction::SIToFP: in needsFP()
|
/external/llvm/lib/Target/Mips/ |
D | MipsOs16.cpp | 92 case Instruction::SIToFP: in needsFP()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstrainedOps.def | 44 INSTRUCTION(SIToFP, 1, 1, experimental_constrained_sitofp, SINT_TO_FP)
|
D | Instruction.def | 190 HANDLE_CAST_INST(44, SIToFP , SIToFPInst ) // SInt -> floating point
|
/external/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeDecoders.cpp | 40 LLVMOpcode = Instruction::SIToFP; in DecodeCastOpcode()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | ConstrainedOps.def | 58 DAG_INSTRUCTION(SIToFP, 1, 1, experimental_constrained_sitofp, SINT_TO_FP)
|
D | Instruction.def | 190 HANDLE_CAST_INST(44, SIToFP , SIToFPInst ) // SInt -> floating point
|
/external/llvm-project/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 114 case Instruction::SIToFP: in createReplacementInstr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 114 case Instruction::SIToFP: in createReplacementInstr()
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 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/ |
D | SystemZTargetTransformInfo.cpp | 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/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 114 case Instruction::SIToFP: in createReplacementInstr()
|
/external/llvm-project/mlir/lib/Target/LLVMIR/ |
D | ConvertFromLLVMIR.cpp | 438 INST(SIToFP, SIToFP), INST(FPTrunc, FPTrunc), INST(FPExt, FPExt), in lookupOperationNameFromOpcode() 562 case llvm::Instruction::SIToFP: in processInstruction()
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetTransformInfo.cpp | 250 return {Instruction::SIToFP}; in simplifyNvvmIntrinsic()
|
/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/llvm/include/llvm/IR/ |
D | Instruction.def | 167 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/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 528 opc == Instruction::UIToFP || opc == Instruction::SIToFP) in ConstantFoldCastInstruction() 682 case Instruction::SIToFP: in ConstantFoldCastInstruction() 687 apf.convertFromAPInt(api, opc==Instruction::SIToFP, in ConstantFoldCastInstruction() 1512 case Instruction::SIToFP: in evaluateFCmpRelation() 1663 case Instruction::SIToFP: in evaluateICmpRelation()
|