/external/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 131 case Instruction::FPToUI: in findRoots() 219 case Instruction::FPToUI: in walkBackwards() 281 case Instruction::FPToUI: in walkForwards() 466 case Instruction::FPToUI: in convert()
|
D | SCCP.cpp | 1327 case Instruction::FPToUI: in ResolvedUndefsIn()
|
D | GVN.cpp | 431 case Instruction::FPToUI: in lookup_or_add()
|
/external/llvm/lib/Target/Mips/ |
D | MipsOs16.cpp | 89 case Instruction::FPToUI: in needsFP()
|
D | MipsFastISel.cpp | 1418 case Instruction::FPToUI: in fastSelectInstruction()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 111 case Instruction::FPToUI: in createReplacementInstr()
|
/external/llvm/include/llvm/IR/ |
D | Instruction.def | 148 HANDLE_CAST_INST(36, FPToUI , FPToUIInst ) // floating point -> UInt
|
D | IRBuilder.h | 1213 return CreateCast(Instruction::FPToUI, V, DestTy, Name);
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 633 case Instruction::FPToUI: in CanEvaluateShuffled() 718 case Instruction::FPToUI: in BuildNew() 796 case Instruction::FPToUI: in EvaluateInDifferentElementOrder()
|
/external/llvm/lib/Analysis/ |
D | CostModel.cpp | 446 case Instruction::FPToUI: in getInstructionCost()
|
D | ConstantFolding.cpp | 1075 case Instruction::FPToUI: in ConstantFoldInstOperands()
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 229 case FPToUI: return "fptoui"; in getOpcodeName()
|
D | Instructions.cpp | 2036 case Instruction::FPToUI: in isNoopCast() 2309 case FPToUI: return new FPToUIInst (S, Ty, Name, InsertBefore); in Create() 2331 case FPToUI: return new FPToUIInst (S, Ty, Name, InsertAtEnd); in Create() 2673 return FPToUI; // FP -> uint in getCastOpcode() 2778 case Instruction::FPToUI: in castIsValid() 2935 ) : CastInst(Ty, FPToUI, S, Name, InsertBefore) { in FPToUIInst() 2941 ) : CastInst(Ty, FPToUI, S, Name, InsertAtEnd) { in FPToUIInst()
|
D | Constants.cpp | 1232 case Instruction::FPToUI: in getWithOperands() 1590 case Instruction::FPToUI: in getCast() 1770 return getFoldedCast(Instruction::FPToUI, C, Ty, OnlyIfReduced); in getFPToUI() 2986 case Instruction::FPToUI: in getAsInstruction()
|
D | ConstantFold.cpp | 603 case Instruction::FPToUI: in ConstantFoldCastInstruction() 1505 case Instruction::FPToUI: in evaluateICmpRelation()
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ARCInstKind.cpp | 290 case Instruction::FPToUI: in GetARCInstKind()
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 852 case Instruction::FPToUI: Out << "Instruction::FPToUI"; break; in printConstant() 1403 case Instruction::FPToUI: in printInstruction() 1418 case Instruction::FPToUI: Out << "FPToUIInst"; break; in printInstruction()
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 719 INSTKEYWORD(fptoui, FPToUI); in LexIdentifier()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 1150 case Instruction::FPToUI: in buildTree_rec() 1454 case Instruction::FPToUI: in getEntryCost() 2162 case Instruction::FPToUI: in vectorizeTree()
|
D | LoopVectorize.cpp | 3266 case Instruction::FPToUI: in vectorizeBlockInLoop() 5155 case Instruction::FPToUI: in getInstructionCost()
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 696 case Instruction::FPToUI: // double->APInt conversion handles sign in getConstantValue()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1556 case FPToUI: return ISD::FP_TO_UINT; in InstructionOpcodeToISD()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 1838 case Instruction::FPToUI: in fastSelectInstruction()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 188 | FPToUI Constructor
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 1991 case Instruction::FPToUI: in getConstantExprValue()
|