/external/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 138 case Instruction::FPToUI: in findRoots() 226 case Instruction::FPToUI: in walkBackwards() 288 case Instruction::FPToUI: in walkForwards() 473 case Instruction::FPToUI: in convert()
|
D | SCCP.cpp | 1335 case Instruction::FPToUI: in ResolvedUndefsIn()
|
D | GVN.cpp | 436 case Instruction::FPToUI: in lookup_or_add()
|
/external/llvm/lib/Target/Mips/ |
D | MipsOs16.cpp | 89 case Instruction::FPToUI: in needsFP()
|
D | MipsFastISel.cpp | 1816 case Instruction::FPToUI: in fastSelectInstruction()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 111 case Instruction::FPToUI: in createReplacementInstr()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 584 case Instruction::FPToUI: in CanEvaluateShuffled() 669 case Instruction::FPToUI: in buildNew() 747 case Instruction::FPToUI: in EvaluateInDifferentElementOrder()
|
/external/llvm/include/llvm/IR/ |
D | Instruction.def | 164 HANDLE_CAST_INST(39, FPToUI , FPToUIInst ) // floating point -> UInt
|
D | IRBuilder.h | 1286 return CreateCast(Instruction::FPToUI, V, DestTy, Name);
|
/external/llvm/lib/Analysis/ |
D | CostModel.cpp | 441 case Instruction::FPToUI: in getInstructionCost()
|
D | ObjCARCInstKind.cpp | 292 case Instruction::FPToUI: in GetARCInstKind()
|
D | ConstantFolding.cpp | 1077 case Instruction::FPToUI: in ConstantFoldInstOperands()
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 244 case FPToUI: return "fptoui"; in getOpcodeName()
|
D | Instructions.cpp | 2305 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()
|
D | Constants.cpp | 1196 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()
|
D | ConstantFold.cpp | 603 case Instruction::FPToUI: in ConstantFoldCastInstruction() 1511 case Instruction::FPToUI: in evaluateICmpRelation()
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 851 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/ |
D | LLLexer.cpp | 735 INSTKEYWORD(fptoui, FPToUI); in LexIdentifier()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 1204 case Instruction::FPToUI: in buildTree_rec() 1508 case Instruction::FPToUI: in getEntryCost() 2238 case Instruction::FPToUI: in vectorizeTree()
|
D | LoopVectorize.cpp | 3834 case Instruction::FPToUI: in vectorizeBlockInLoop() 5527 case Instruction::FPToUI: in getInstructionCost()
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 719 case Instruction::FPToUI: // double->APInt conversion handles sign in getConstantValue()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1582 case FPToUI: return ISD::FP_TO_UINT; in InstructionOpcodeToISD()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 188 | FPToUI Constructor
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 1858 case Instruction::FPToUI: in fastSelectInstruction()
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 1991 case Instruction::FPToUI: in getConstantExprValue()
|