Home
last modified time | relevance | path

Searched refs:UIToFP (Results 1 – 25 of 63) sorted by relevance

123

/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp193 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/llvm/lib/Target/Mips/
DMipsOs16.cpp91 case Instruction::UIToFP: in needsFP()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp996 extendCastType = Instruction::CastOps::UIToFP; in JitGatherVertices()
1372 …lse if ((extendType == Instruction::CastOps::ZExt) || (extendType == Instruction::CastOps::UIToFP)) in Shuffle8bpcGatherd()
1381 fpCast = Instruction::CastOps::UIToFP; in Shuffle8bpcGatherd()
1385 fpCast = Instruction::CastOps::UIToFP; in Shuffle8bpcGatherd()
1596 …lse if ((extendType == Instruction::CastOps::ZExt) || (extendType == Instruction::CastOps::UIToFP)) in Shuffle16bpcGather()
1619 fpCast = Instruction::CastOps::UIToFP; in Shuffle16bpcGather()
1623 fpCast = Instruction::CastOps::UIToFP; in Shuffle16bpcGather()
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp38 LLVMOpcode = Instruction::UIToFP; in DecodeCastOpcode()
/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp113 case Instruction::UIToFP: in createReplacementInstr()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstruction.def151 HANDLE_CAST_INST(39, UIToFP , UIToFPInst ) // UInt -> floating point
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp675 case Instruction::UIToFP: in CanEvaluateShuffled()
760 case Instruction::UIToFP: in buildNew()
838 case Instruction::UIToFP: in EvaluateInDifferentElementOrder()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.def166 HANDLE_CAST_INST(41, UIToFP , UIToFPInst ) // UInt -> floating point
/external/llvm/include/llvm/IR/
DInstruction.def166 HANDLE_CAST_INST(41, UIToFP , UIToFPInst ) // UInt -> floating point
DPatternMatch.h819 inline CastClass_match<OpTy, Instruction::UIToFP> m_UIToFP(const OpTy &Op) { in m_UIToFP()
820 return CastClass_match<OpTy, Instruction::UIToFP>(Op); in m_UIToFP()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp2052 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()
DInstruction.cpp144 case UIToFP: return "uitofp"; in getOpcodeName()
DConstants.cpp809 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()
DConstantFold.cpp514 opc == Instruction::UIToFP || opc == Instruction::SIToFP) in ConstantFoldCastInstruction()
644 case Instruction::UIToFP: in ConstantFoldCastInstruction()
1575 case Instruction::UIToFP: in evaluateFCmpRelation()
1700 case Instruction::UIToFP: in evaluateICmpRelation()
/external/llvm/lib/Analysis/
DCostModel.cpp447 case Instruction::UIToFP: in getInstructionCost()
DObjCARCInstKind.cpp298 case Instruction::UIToFP: in GetARCInstKind()
/external/llvm/lib/IR/
DInstructions.cpp2378 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()
DConstantFold.cpp529 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()
DInstruction.cpp309 case UIToFP: return "uitofp"; in getOpcodeName()
DConstants.cpp1143 case Instruction::UIToFP: in getWithOperands()
1477 case Instruction::UIToFP: in getCast()
1638 return getFoldedCast(Instruction::UIToFP, C, Ty, OnlyIfReduced); in getUIToFP()
2859 case Instruction::UIToFP: in getAsInstruction()
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
DCPPBackend.cpp789 case Instruction::UIToFP: Out << "Instruction::UIToFP"; break; in printConstant()
1298 case Instruction::UIToFP: in printInstruction()
1313 case Instruction::UIToFP: Out << "UIToFPInst"; break; in printInstruction()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp449 case Instruction::UIToFP: in mightUseCTR()
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp690 case Instruction::UIToFP: in printCast()
720 case Instruction::UIToFP: in printCast()
759 case Instruction::UIToFP: in printConstant()
1151 case Instruction::UIToFP: in printConstExprCast()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLLexer.cpp630 INSTKEYWORD(uitofp, UIToFP); in LexIdentifier()
/external/llvm/lib/AsmParser/
DLLLexer.cpp748 INSTKEYWORD(uitofp, UIToFP); in LexIdentifier()

123