Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp133 case Instruction::FPToUI: in findRoots()
216 case Instruction::FPToUI: in walkBackwards()
311 case Instruction::FPToUI: in calcRange()
460 case Instruction::FPToUI: in convert()
H A DSpeculativeExecution.cpp234 case Instruction::FPToUI: in ComputeSpeculationCost()
H A DGVNSink.cpp480 case Instruction::FPToUI: in lookupOrAdd()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsOs16.cpp87 case Instruction::FPToUI: in needsFP()
/llvm-project-15.0.7/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 DVPIntrinsics.def260 HELPER_REGISTER_FP_CAST_VP(fptoui, VP_FPTOUI, FPToUI, 0)
H A DPatternMatch.h1672 inline CastClass_match<OpTy, Instruction::FPToUI> m_FPToUI(const OpTy &Op) { in m_FPToUI()
1673 return CastClass_match<OpTy, Instruction::FPToUI>(Op); in m_FPToUI()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp297 return {Instruction::FPToUI}; in simplifyNvvmIntrinsic()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DConvertFromLLVMIR.cpp644 INST(FPToUI, FPToUI), in lookupOperationNameFromOpcode()
817 case llvm::Instruction::FPToUI: in processInstruction()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp841 Opcode == Instruction::FPToSI || Opcode == Instruction::FPToUI) { in getCastInstrCost()
866 (Opcode == Instruction::FPToSI || Opcode == Instruction::FPToUI)) in getCastInstrCost()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCFLGraph.h544 case Instruction::FPToUI: in visitConstantExpr()
H A DObjCARCInstKind.cpp277 case Instruction::FPToUI: in GetARCInstKind()
H A DTargetTransformInfo.cpp1168 case Instruction::FPToUI: in getInstructionThroughput()
H A DValueTracking.cpp1195 case Instruction::FPToUI: in computeKnownBitsFromOperator()
5131 case Instruction::FPToUI: in canCreateUndefOrPoison()
6317 case Instruction::FPToUI: in lookThroughCast()
6383 if (*CastOp == Instruction::FPToSI || *CastOp == Instruction::FPToUI) in matchDecomposedSelectPattern()
6392 if (*CastOp == Instruction::FPToSI || *CastOp == Instruction::FPToUI) in matchDecomposedSelectPattern()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1676 case Instruction::FPToUI: in canEvaluateShuffled()
1767 case Instruction::FPToUI: in buildNew()
1835 case Instruction::FPToUI: in evaluateInDifferentElementOrder()
2305 case Instruction::FPToUI: in foldCastShuffle()
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp2932 case Instruction::FPToUI: in isNoopCast()
3197 case FPToUI: return new FPToUIInst (S, Ty, Name, InsertBefore); in Create()
3219 case FPToUI: return new FPToUIInst (S, Ty, Name, InsertAtEnd); in Create()
3508 return FPToUI; // FP -> uint in getCastOpcode()
3612 case Instruction::FPToUI: in castIsValid()
3754 ) : CastInst(Ty, FPToUI, S, Name, InsertBefore) { in FPToUIInst()
3760 ) : CastInst(Ty, FPToUI, S, Name, InsertAtEnd) { in FPToUIInst()
H A DConstantFold.cpp443 case Instruction::FPToUI: in ConstantFoldCastInstruction()
449 APSInt IntVal(DestBitWidth, opc == Instruction::FPToUI); in ConstantFoldCastInstruction()
1506 case Instruction::FPToUI: in evaluateICmpRelation()
H A DInstruction.cpp400 case FPToUI: return "fptoui"; in getOpcodeName()
H A DConstants.cpp1473 case Instruction::FPToUI: in getWithOperands()
1967 case Instruction::FPToUI: in getCast()
2157 return getFoldedCast(Instruction::FPToUI, C, Ty, OnlyIfReduced); in getFPToUI()
3442 case Instruction::FPToUI: in getAsInstruction()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp396 case Instruction::FPToUI: in mightUseCTR()
702 case Instruction::FPToUI: in mightUseCTR()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLLexer.cpp833 INSTKEYWORD(fptoui, FPToUI); in LexIdentifier()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1065 case Instruction::FPToUI: in getUserCost()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp584 case Instruction::FPToUI: in execute()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp710 case Instruction::FPToUI: // double->APInt conversion handles sign in getConstantValue()

12