| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | Float2Int.cpp | 133 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 D | SpeculativeExecution.cpp | 234 case Instruction::FPToUI: in ComputeSpeculationCost()
|
| H A D | GVNSink.cpp | 480 case Instruction::FPToUI: in lookupOrAdd()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsOs16.cpp | 87 case Instruction::FPToUI: in needsFP()
|
| /llvm-project-15.0.7/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 | VPIntrinsics.def | 260 HELPER_REGISTER_FP_CAST_VP(fptoui, VP_FPTOUI, FPToUI, 0)
|
| H A D | PatternMatch.h | 1672 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 D | NVPTXTargetTransformInfo.cpp | 297 return {Instruction::FPToUI}; in simplifyNvvmIntrinsic()
|
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/ |
| H A D | ConvertFromLLVMIR.cpp | 644 INST(FPToUI, FPToUI), in lookupOperationNameFromOpcode() 817 case llvm::Instruction::FPToUI: in processInstruction()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.cpp | 841 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 D | CFLGraph.h | 544 case Instruction::FPToUI: in visitConstantExpr()
|
| H A D | ObjCARCInstKind.cpp | 277 case Instruction::FPToUI: in GetARCInstKind()
|
| H A D | TargetTransformInfo.cpp | 1168 case Instruction::FPToUI: in getInstructionThroughput()
|
| H A D | ValueTracking.cpp | 1195 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 D | InstCombineVectorOps.cpp | 1676 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 D | Instructions.cpp | 2932 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 D | ConstantFold.cpp | 443 case Instruction::FPToUI: in ConstantFoldCastInstruction() 449 APSInt IntVal(DestBitWidth, opc == Instruction::FPToUI); in ConstantFoldCastInstruction() 1506 case Instruction::FPToUI: in evaluateICmpRelation()
|
| H A D | Instruction.cpp | 400 case FPToUI: return "fptoui"; in getOpcodeName()
|
| H A D | Constants.cpp | 1473 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 D | PPCTargetTransformInfo.cpp | 396 case Instruction::FPToUI: in mightUseCTR() 702 case Instruction::FPToUI: in mightUseCTR()
|
| /llvm-project-15.0.7/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 833 INSTKEYWORD(fptoui, FPToUI); in LexIdentifier()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 1065 case Instruction::FPToUI: in getUserCost()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanRecipes.cpp | 584 case Instruction::FPToUI: in execute()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 710 case Instruction::FPToUI: // double->APInt conversion handles sign in getConstantValue()
|