Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp134 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 DSpeculativeExecution.cpp234 case Instruction::FPToUI: in ComputeSpeculationCost()
H A DGVNSink.cpp471 case Instruction::FPToUI: in lookupOrAdd()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DReplaceConstant.cpp54 case Instruction::FPToUI: in createReplacementInstr()
H A DInstructions.cpp2701 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 DInstruction.cpp370 case FPToUI: return "fptoui"; in getOpcodeName()
H A DConstantFold.cpp644 case Instruction::FPToUI: in ConstantFoldCastInstruction()
650 APSInt IntVal(DestBitWidth, opc == Instruction::FPToUI); in ConstantFoldCastInstruction()
1801 case Instruction::FPToUI: in evaluateICmpRelation()
H A DConstants.cpp1542 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 DConstantRange.cpp660 case Instruction::FPToUI: in castOp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsOs16.cpp86 case Instruction::FPToUI: in needsFP()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstrainedOps.def61 DAG_INSTRUCTION(FPToUI, 1, 0, experimental_constrained_fptoui, FP_TO_UINT)
H A DInstruction.def187 HANDLE_CAST_INST(41, FPToUI , FPToUIInst ) // floating point -> UInt
H A DPatternMatch.h1682 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 DNVPTXTargetTransformInfo.cpp245 return {Instruction::FPToUI}; in simplifyNvvmIntrinsic()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp799 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 DPPCTargetTransformInfo.cpp395 case Instruction::FPToUI: in mightUseCTR()
694 case Instruction::FPToUI: in mightUseCTR()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFLGraph.h543 case Instruction::FPToUI: in visitConstantExpr()
H A DObjCARCInstKind.cpp277 case Instruction::FPToUI: in GetARCInstKind()
H A DValueTracking.cpp1149 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 DTargetTransformInfo.cpp1375 case Instruction::FPToUI: in getInstructionThroughput()
H A DInlineCost.cpp1354 case Instruction::FPToUI: in visitCastInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1512 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 DLLLexer.cpp883 INSTKEYWORD(fptoui, FPToUI); in LexIdentifier()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1003 case Instruction::FPToUI: in getUserCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp710 case Instruction::FPToUI: // double->APInt conversion handles sign in getConstantValue()

12