/external/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 205 case Instruction::UIToFP: { in walkBackwards() 259 case Instruction::UIToFP: in walkForwards() 450 if (I->getOpcode() == Instruction::UIToFP || in convert() 488 case Instruction::UIToFP: in convert()
|
D | SCCP.cpp | 1341 case Instruction::UIToFP: in ResolvedUndefsIn()
|
D | GVN.cpp | 438 case Instruction::UIToFP: in lookup_or_add()
|
/external/llvm/lib/Target/Mips/ |
D | MipsOs16.cpp | 91 case Instruction::UIToFP: in needsFP()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 113 case Instruction::UIToFP: in createReplacementInstr()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 586 case Instruction::UIToFP: in CanEvaluateShuffled() 671 case Instruction::UIToFP: in buildNew() 749 case Instruction::UIToFP: in EvaluateInDifferentElementOrder()
|
/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()
|
D | IRBuilder.h | 1292 return CreateCast(Instruction::UIToFP, V, DestTy, Name);
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2303 case Instruction::UIToFP: in isNoopCast() 2561 return Instruction::UIToFP; in isEliminableCastPair() 2581 case UIToFP: return new UIToFPInst (S, Ty, Name, InsertBefore); in Create() 2603 case UIToFP: return new UIToFPInst (S, Ty, Name, InsertAtEnd); in Create() 2962 return UIToFP; // uint -> FP in getCastOpcode() 3048 case Instruction::UIToFP: in castIsValid() 3185 ) : CastInst(Ty, UIToFP, S, Name, InsertBefore) { in UIToFPInst() 3191 ) : CastInst(Ty, UIToFP, S, Name, InsertAtEnd) { in UIToFPInst()
|
D | Instruction.cpp | 246 case UIToFP: return "uitofp"; in getOpcodeName()
|
D | ConstantFold.cpp | 531 opc == Instruction::UIToFP || opc == Instruction::SIToFP) in ConstantFoldCastInstruction() 669 case Instruction::UIToFP: in ConstantFoldCastInstruction() 1369 case Instruction::UIToFP: in evaluateFCmpRelation() 1515 case Instruction::UIToFP: in evaluateICmpRelation()
|
D | Constants.cpp | 1194 case Instruction::UIToFP: in getWithOperands() 1546 case Instruction::UIToFP: in getCast() 1708 return getFoldedCast(Instruction::UIToFP, C, Ty, OnlyIfReduced); in getUIToFP() 2989 case Instruction::UIToFP: in getAsInstruction()
|
/external/llvm/lib/Analysis/ |
D | CostModel.cpp | 447 case Instruction::UIToFP: in getInstructionCost()
|
D | ObjCARCInstKind.cpp | 294 case Instruction::UIToFP: in GetARCInstKind()
|
D | ConstantFolding.cpp | 1075 case Instruction::UIToFP: in ConstantFoldInstOperands()
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 853 case Instruction::UIToFP: Out << "Instruction::UIToFP"; break; in printConstant() 1399 case Instruction::UIToFP: in printInstruction() 1414 case Instruction::UIToFP: Out << "UIToFPInst"; break; in printInstruction()
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 733 INSTKEYWORD(uitofp, UIToFP); in LexIdentifier()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 1210 case Instruction::UIToFP: in buildTree_rec() 1514 case Instruction::UIToFP: in getEntryCost() 2244 case Instruction::UIToFP: in vectorizeTree()
|
D | LoopVectorize.cpp | 3840 case Instruction::UIToFP: in vectorizeBlockInLoop() 5533 case Instruction::UIToFP: in getInstructionCost()
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 689 case Instruction::UIToFP: { in getConstantValue()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1584 case UIToFP: return ISD::UINT_TO_FP; in InstructionOpcodeToISD()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 190 | UIToFP Constructor
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 1854 case Instruction::UIToFP: in fastSelectInstruction()
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 1987 case Instruction::UIToFP: in getConstantExprValue()
|