Home
last modified time | relevance | path

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

12

/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp205 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()
DSCCP.cpp1341 case Instruction::UIToFP: in ResolvedUndefsIn()
DGVN.cpp438 case Instruction::UIToFP: in lookup_or_add()
/external/llvm/lib/Target/Mips/
DMipsOs16.cpp91 case Instruction::UIToFP: in needsFP()
/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp113 case Instruction::UIToFP: in createReplacementInstr()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp586 case Instruction::UIToFP: in CanEvaluateShuffled()
671 case Instruction::UIToFP: in buildNew()
749 case Instruction::UIToFP: in EvaluateInDifferentElementOrder()
/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()
DIRBuilder.h1292 return CreateCast(Instruction::UIToFP, V, DestTy, Name);
/external/llvm/lib/IR/
DInstructions.cpp2303 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()
DInstruction.cpp246 case UIToFP: return "uitofp"; in getOpcodeName()
DConstantFold.cpp531 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()
DConstants.cpp1194 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/
DCostModel.cpp447 case Instruction::UIToFP: in getInstructionCost()
DObjCARCInstKind.cpp294 case Instruction::UIToFP: in GetARCInstKind()
DConstantFolding.cpp1075 case Instruction::UIToFP: in ConstantFoldInstOperands()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp853 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/
DLLLexer.cpp733 INSTKEYWORD(uitofp, UIToFP); in LexIdentifier()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1210 case Instruction::UIToFP: in buildTree_rec()
1514 case Instruction::UIToFP: in getEntryCost()
2244 case Instruction::UIToFP: in vectorizeTree()
DLoopVectorize.cpp3840 case Instruction::UIToFP: in vectorizeBlockInLoop()
5533 case Instruction::UIToFP: in getInstructionCost()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp689 case Instruction::UIToFP: { in getConstantValue()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1584 case UIToFP: return ISD::UINT_TO_FP; in InstructionOpcodeToISD()
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml190 | UIToFP Constructor
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1854 case Instruction::UIToFP: in fastSelectInstruction()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1987 case Instruction::UIToFP: in getConstantExprValue()

12