| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | Float2Int.cpp | 134 case Instruction::FPToUI: in findRoots() 217 case Instruction::FPToUI: in walkBackwards() 277 case Instruction::FPToUI: in walkForwards() 466 case Instruction::FPToUI: in convert()
|
| H A D | SpeculativeExecution.cpp | 234 case Instruction::FPToUI: in ComputeSpeculationCost()
|
| H A D | GVNSink.cpp | 471 case Instruction::FPToUI: in lookupOrAdd()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | ReplaceConstant.cpp | 54 case Instruction::FPToUI: in createReplacementInstr()
|
| H A D | Instructions.cpp | 2701 case Instruction::FPToUI: in isNoopCast() 2958 case FPToUI: return new FPToUIInst (S, Ty, Name, InsertBefore); in Create() 2980 case FPToUI: return new FPToUIInst (S, Ty, Name, InsertAtEnd); in Create() 3269 return FPToUI; // FP -> uint in getCastOpcode() 3373 case Instruction::FPToUI: in castIsValid() 3515 ) : CastInst(Ty, FPToUI, S, Name, InsertBefore) { in FPToUIInst() 3521 ) : CastInst(Ty, FPToUI, S, Name, InsertAtEnd) { in FPToUIInst()
|
| H A D | Instruction.cpp | 370 case FPToUI: return "fptoui"; in getOpcodeName()
|
| H A D | ConstantFold.cpp | 644 case Instruction::FPToUI: in ConstantFoldCastInstruction() 650 APSInt IntVal(DestBitWidth, opc == Instruction::FPToUI); in ConstantFoldCastInstruction() 1801 case Instruction::FPToUI: in evaluateICmpRelation()
|
| H A D | Constants.cpp | 1542 case Instruction::FPToUI: in getWithOperands() 2000 case Instruction::FPToUI: in getCast() 2179 return getFoldedCast(Instruction::FPToUI, C, Ty, OnlyIfReduced); in getFPToUI() 3495 case Instruction::FPToUI: in getAsInstruction()
|
| H A D | ConstantRange.cpp | 660 case Instruction::FPToUI: in castOp()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsOs16.cpp | 86 case Instruction::FPToUI: in needsFP()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | ConstrainedOps.def | 61 DAG_INSTRUCTION(FPToUI, 1, 0, experimental_constrained_fptoui, FP_TO_UINT)
|
| H A D | Instruction.def | 187 HANDLE_CAST_INST(41, FPToUI , FPToUIInst ) // floating point -> UInt
|
| H A D | PatternMatch.h | 1682 inline CastClass_match<OpTy, Instruction::FPToUI> m_FPToUI(const OpTy &Op) { in m_FPToUI() 1683 return CastClass_match<OpTy, Instruction::FPToUI>(Op); in m_FPToUI()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXTargetTransformInfo.cpp | 245 return {Instruction::FPToUI}; in simplifyNvvmIntrinsic()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.cpp | 799 Opcode == Instruction::FPToSI || Opcode == Instruction::FPToUI) { in getCastInstrCost() 824 (Opcode == Instruction::FPToSI || Opcode == Instruction::FPToUI)) in getCastInstrCost()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 395 case Instruction::FPToUI: in mightUseCTR() 694 case Instruction::FPToUI: in mightUseCTR()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | CFLGraph.h | 543 case Instruction::FPToUI: in visitConstantExpr()
|
| H A D | ObjCARCInstKind.cpp | 277 case Instruction::FPToUI: in GetARCInstKind()
|
| H A D | ValueTracking.cpp | 1149 case Instruction::FPToUI: in computeKnownBitsFromOperator() 4926 case Instruction::FPToUI: in canCreateUndefOrPoison() 6078 case Instruction::FPToUI: in lookThroughCast() 6144 if (*CastOp == Instruction::FPToSI || *CastOp == Instruction::FPToUI) in matchDecomposedSelectPattern() 6153 if (*CastOp == Instruction::FPToSI || *CastOp == Instruction::FPToUI) in matchDecomposedSelectPattern()
|
| H A D | TargetTransformInfo.cpp | 1375 case Instruction::FPToUI: in getInstructionThroughput()
|
| H A D | InlineCost.cpp | 1354 case Instruction::FPToUI: in visitCastInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 1512 case Instruction::FPToUI: in canEvaluateShuffled() 1603 case Instruction::FPToUI: in buildNew() 1671 case Instruction::FPToUI: in evaluateInDifferentElementOrder()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 883 INSTKEYWORD(fptoui, FPToUI); in LexIdentifier()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 1003 case Instruction::FPToUI: in getUserCost()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 710 case Instruction::FPToUI: // double->APInt conversion handles sign in getConstantValue()
|