Home
last modified time | relevance | path

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

123456

/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/llvm-project/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp204 case Instruction::SIToFP: { in walkBackwards()
252 case Instruction::SIToFP: in walkForwards()
445 I->getOpcode() == Instruction::SIToFP) { in convert()
486 case Instruction::SIToFP: in convert()
DSpeculativeExecution.cpp237 case Instruction::SIToFP: in ComputeSpeculationCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp205 case Instruction::SIToFP: { in walkBackwards()
253 case Instruction::SIToFP: in walkForwards()
446 I->getOpcode() == Instruction::SIToFP) { in convert()
487 case Instruction::SIToFP: in convert()
DSpeculativeExecution.cpp236 case Instruction::SIToFP: in ComputeSpeculationCost()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp934 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/
DMipsOs16.cpp89 case Instruction::SIToFP: in needsFP()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsOs16.cpp89 case Instruction::SIToFP: in needsFP()
/external/llvm/lib/Target/Mips/
DMipsOs16.cpp92 case Instruction::SIToFP: in needsFP()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstrainedOps.def44 INSTRUCTION(SIToFP, 1, 1, experimental_constrained_sitofp, SINT_TO_FP)
DInstruction.def190 HANDLE_CAST_INST(44, SIToFP , SIToFPInst ) // SInt -> floating point
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp40 LLVMOpcode = Instruction::SIToFP; in DecodeCastOpcode()
/external/llvm-project/llvm/include/llvm/IR/
DConstrainedOps.def58 DAG_INSTRUCTION(SIToFP, 1, 1, experimental_constrained_sitofp, SINT_TO_FP)
DInstruction.def190 HANDLE_CAST_INST(44, SIToFP , SIToFPInst ) // SInt -> floating point
/external/llvm-project/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp114 case Instruction::SIToFP: in createReplacementInstr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp114 case Instruction::SIToFP: in createReplacementInstr()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp719 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/
DSystemZTargetTransformInfo.cpp705 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/
DXCoreLowerThreadLocal.cpp114 case Instruction::SIToFP: in createReplacementInstr()
/external/llvm-project/mlir/lib/Target/LLVMIR/
DConvertFromLLVMIR.cpp438 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/
DNVPTXTargetTransformInfo.cpp250 return {Instruction::SIToFP}; in simplifyNvvmIntrinsic()
/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/llvm/include/llvm/IR/
DInstruction.def167 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/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp528 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()

123456