Home
last modified time | relevance | path

Searched refs:FPToUI (Results 1 – 25 of 35) sorted by relevance

12

/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp138 case Instruction::FPToUI: in findRoots()
226 case Instruction::FPToUI: in walkBackwards()
288 case Instruction::FPToUI: in walkForwards()
473 case Instruction::FPToUI: in convert()
DSCCP.cpp1335 case Instruction::FPToUI: in ResolvedUndefsIn()
DGVN.cpp436 case Instruction::FPToUI: in lookup_or_add()
/external/llvm/lib/Target/Mips/
DMipsOs16.cpp89 case Instruction::FPToUI: in needsFP()
DMipsFastISel.cpp1816 case Instruction::FPToUI: in fastSelectInstruction()
/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp111 case Instruction::FPToUI: in createReplacementInstr()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp584 case Instruction::FPToUI: in CanEvaluateShuffled()
669 case Instruction::FPToUI: in buildNew()
747 case Instruction::FPToUI: in EvaluateInDifferentElementOrder()
/external/llvm/include/llvm/IR/
DInstruction.def164 HANDLE_CAST_INST(39, FPToUI , FPToUIInst ) // floating point -> UInt
DIRBuilder.h1286 return CreateCast(Instruction::FPToUI, V, DestTy, Name);
/external/llvm/lib/Analysis/
DCostModel.cpp441 case Instruction::FPToUI: in getInstructionCost()
DObjCARCInstKind.cpp292 case Instruction::FPToUI: in GetARCInstKind()
DConstantFolding.cpp1077 case Instruction::FPToUI: in ConstantFoldInstOperands()
/external/llvm/lib/IR/
DInstruction.cpp244 case FPToUI: return "fptoui"; in getOpcodeName()
DInstructions.cpp2305 case Instruction::FPToUI: in isNoopCast()
2583 case FPToUI: return new FPToUIInst (S, Ty, Name, InsertBefore); in Create()
2605 case FPToUI: return new FPToUIInst (S, Ty, Name, InsertAtEnd); in Create()
2947 return FPToUI; // FP -> uint in getCastOpcode()
3052 case Instruction::FPToUI: in castIsValid()
3209 ) : CastInst(Ty, FPToUI, S, Name, InsertBefore) { in FPToUIInst()
3215 ) : CastInst(Ty, FPToUI, S, Name, InsertAtEnd) { in FPToUIInst()
DConstants.cpp1196 case Instruction::FPToUI: in getWithOperands()
1550 case Instruction::FPToUI: in getCast()
1730 return getFoldedCast(Instruction::FPToUI, C, Ty, OnlyIfReduced); in getFPToUI()
2991 case Instruction::FPToUI: in getAsInstruction()
DConstantFold.cpp603 case Instruction::FPToUI: in ConstantFoldCastInstruction()
1511 case Instruction::FPToUI: in evaluateICmpRelation()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp851 case Instruction::FPToUI: Out << "Instruction::FPToUI"; break; in printConstant()
1397 case Instruction::FPToUI: in printInstruction()
1412 case Instruction::FPToUI: Out << "FPToUIInst"; break; in printInstruction()
/external/llvm/lib/AsmParser/
DLLLexer.cpp735 INSTKEYWORD(fptoui, FPToUI); in LexIdentifier()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1204 case Instruction::FPToUI: in buildTree_rec()
1508 case Instruction::FPToUI: in getEntryCost()
2238 case Instruction::FPToUI: in vectorizeTree()
DLoopVectorize.cpp3834 case Instruction::FPToUI: in vectorizeBlockInLoop()
5527 case Instruction::FPToUI: in getInstructionCost()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp719 case Instruction::FPToUI: // double->APInt conversion handles sign in getConstantValue()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1582 case FPToUI: return ISD::FP_TO_UINT; in InstructionOpcodeToISD()
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml188 | FPToUI Constructor
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1858 case Instruction::FPToUI: in fastSelectInstruction()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1991 case Instruction::FPToUI: in getConstantExprValue()

12