/external/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 193 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/ |
D | MipsOs16.cpp | 91 case Instruction::UIToFP: in needsFP()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 996 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/ |
D | NaClBitcodeDecoders.cpp | 38 LLVMOpcode = Instruction::UIToFP; in DecodeCastOpcode()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 113 case Instruction::UIToFP: in createReplacementInstr()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instruction.def | 151 HANDLE_CAST_INST(39, UIToFP , UIToFPInst ) // UInt -> floating point
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 675 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/ |
D | Instruction.def | 166 HANDLE_CAST_INST(41, UIToFP , UIToFPInst ) // UInt -> floating point
|
/external/llvm/include/llvm/IR/ |
D | Instruction.def | 166 HANDLE_CAST_INST(41, UIToFP , UIToFPInst ) // UInt -> floating point
|
D | PatternMatch.h | 819 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/ |
D | Instructions.cpp | 2052 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()
|
D | Instruction.cpp | 144 case UIToFP: return "uitofp"; in getOpcodeName()
|
D | Constants.cpp | 809 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()
|
D | ConstantFold.cpp | 514 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/ |
D | CostModel.cpp | 447 case Instruction::UIToFP: in getInstructionCost()
|
D | ObjCARCInstKind.cpp | 298 case Instruction::UIToFP: in GetARCInstKind()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2378 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()
|
D | ConstantFold.cpp | 529 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()
|
D | Instruction.cpp | 309 case UIToFP: return "uitofp"; in getOpcodeName()
|
D | Constants.cpp | 1143 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/ |
D | CPPBackend.cpp | 789 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/ |
D | PPCCTRLoops.cpp | 449 case Instruction::UIToFP: in mightUseCTR()
|
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/ |
D | CBackend.cpp | 690 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/ |
D | LLLexer.cpp | 630 INSTKEYWORD(uitofp, UIToFP); in LexIdentifier()
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 748 INSTKEYWORD(uitofp, UIToFP); in LexIdentifier()
|