| /minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsOs16.cpp | 72 case Instruction::FPToUI: in needsFP()
|
| H A D | MipsFastISel.cpp | 1146 case Instruction::FPToUI: in fastSelectInstruction()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCUtil.cpp | 226 case Instruction::FPToUI: case Instruction::FPToSI: in GetInstructionClass()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/ |
| H A D | XCoreLowerThreadLocal.cpp | 110 case Instruction::FPToUI: in createReplacementInstr()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 632 case Instruction::FPToUI: in CanEvaluateShuffled() 717 case Instruction::FPToUI: in BuildNew() 794 case Instruction::FPToUI: in EvaluateInDifferentElementOrder()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Instruction.def | 148 HANDLE_CAST_INST(36, FPToUI , FPToUIInst ) // floating point -> UInt
|
| H A D | IRBuilder.h | 1187 return CreateCast(Instruction::FPToUI, V, DestTy, Name);
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
| H A D | CostModel.cpp | 445 case Instruction::FPToUI: in getInstructionCost()
|
| H A D | ConstantFolding.cpp | 1085 case Instruction::FPToUI: in ConstantFoldInstOperands()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | Instruction.cpp | 229 case FPToUI: return "fptoui"; in getOpcodeName()
|
| H A D | Instructions.cpp | 2139 case Instruction::FPToUI: in isNoopCast() 2418 case FPToUI: return new FPToUIInst (S, Ty, Name, InsertBefore); in Create() 2440 case FPToUI: return new FPToUIInst (S, Ty, Name, InsertAtEnd); in Create() 2788 return FPToUI; // FP -> uint in getCastOpcode() 2897 case Instruction::FPToUI: in castIsValid() 3054 ) : CastInst(Ty, FPToUI, S, Name, InsertBefore) { in FPToUIInst() 3060 ) : CastInst(Ty, FPToUI, S, Name, InsertAtEnd) { in FPToUIInst()
|
| H A D | Constants.cpp | 1230 case Instruction::FPToUI: in getWithOperands() 1588 case Instruction::FPToUI: in getCast() 1768 return getFoldedCast(Instruction::FPToUI, C, Ty, OnlyIfReduced); in getFPToUI() 2935 case Instruction::FPToUI: in getAsInstruction()
|
| H A D | ConstantFold.cpp | 591 case Instruction::FPToUI: in ConstantFoldCastInstruction() 1492 case Instruction::FPToUI: in evaluateICmpRelation()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/CppBackend/ |
| H A D | CPPBackend.cpp | 849 case Instruction::FPToUI: Out << "Instruction::FPToUI"; break; in printConstant() 1400 case Instruction::FPToUI: in printInstruction() 1415 case Instruction::FPToUI: Out << "FPToUIInst"; break; in printInstruction()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 710 INSTKEYWORD(fptoui, FPToUI); in LexIdentifier()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 1218 case Instruction::FPToUI: in buildTree_rec() 1511 case Instruction::FPToUI: in getEntryCost() 2026 case Instruction::FPToUI: in vectorizeTree()
|
| H A D | LoopVectorize.cpp | 3349 case Instruction::FPToUI: in vectorizeBlockInLoop() 6093 case Instruction::FPToUI: in getInstructionCost()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 628 case Instruction::FPToUI: // double->APInt conversion handles sign in getConstantValue()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | SCCP.cpp | 1326 case Instruction::FPToUI: in ResolvedUndefsIn()
|
| H A D | GVN.cpp | 430 case Instruction::FPToUI: in lookup_or_add()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1418 case FPToUI: return ISD::FP_TO_UINT; in InstructionOpcodeToISD()
|
| /minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.ml | 188 | FPToUI Constructor
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 1818 case Instruction::FPToUI: in fastSelectInstruction()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 67 case Instruction::FPToUI : return bitc::CAST_FPTOUI; in GetEncodedCastOpcode()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 995 case Instruction::FPToUI: NumFastIselFailFPToUI++; return; in collectFailStats()
|