Home
last modified time | relevance | path

Searched refs:LROUND (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def88 DAG_FUNCTION(lround, 1, 0, experimental_constrained_lround, LROUND)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1040 LROUND, enumerator
H A DBasicTTIImpl.h2361 ISD = ISD::LROUND; in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp869 ISD::LRINT, ISD::LLRINT, ISD::LROUND, ISD::LLROUND}, in initActions()
931 setOperationAction({ISD::LRINT, ISD::LLRINT, ISD::LROUND, ISD::LLROUND}, in initActions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp428 case ISD::LROUND: return "lround"; in getOperationName()
H A DLegalizeVectorTypes.cpp119 case ISD::LROUND: in ScalarizeVectorResult()
761 case ISD::LROUND: in ScalarizeVectorOperand()
1252 case ISD::LROUND: in SplitVectorResult()
3479 case ISD::LROUND: in SplitVectorOperand()
4895 case ISD::LROUND: in WidenVectorResult()
6837 case ISD::LROUND: in WidenVectorOperand()
H A DLegalizeFloatTypes.cpp1156 case ISD::LROUND: Res = SoftenFloatOp_LROUND(N); break; in SoftenFloatOperand()
2299 case ISD::LROUND: Res = ExpandFloatOp_LROUND(N); break; in ExpandFloatOperand()
2625 case ISD::LROUND: in PromoteFloatOperand()
H A DLegalizeDAG.cpp1037 case ISD::LROUND: in LegalizeOp()
3500 case ISD::LROUND: in ExpandNode()
4906 case ISD::LROUND: in ConvertNodeToLibcall()
H A DLegalizeVectorOps.cpp493 case ISD::LROUND: in LegalizeOp()
H A DLegalizeIntegerTypes.cpp2988 case ISD::LROUND: in ExpandIntegerResult()
4196 if (N->getOpcode() == ISD::LROUND || in ExpandIntRes_XROUND_XRINT()
H A DSelectionDAGBuilder.cpp6870 case Intrinsic::lround: Opcode = ISD::LROUND; break; in visitIntrinsicCall()
H A DSelectionDAG.cpp5759 case ISD::LROUND: in isKnownNeverNaN()
H A DDAGCombiner.cpp1994 case ISD::LROUND: in visit()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp455 ISD::LROUND, ISD::LLROUND, ISD::STRICT_LRINT, in RISCVTargetLowering()
513 for (auto Op : {ISD::LROUND, ISD::LLROUND, ISD::LRINT, ISD::LLRINT, in RISCVTargetLowering()
640 setOperationAction(ISD::LROUND, MVT::i32, Custom); in RISCVTargetLowering()
1072 setOperationAction({ISD::LROUND, ISD::LLROUND}, VT, Custom); in RISCVTargetLowering()
1154 setOperationAction({ISD::LROUND, ISD::LLROUND}, VT, Custom); in RISCVTargetLowering()
1457 setOperationAction({ISD::LROUND, ISD::LLROUND}, VT, Custom); in RISCVTargetLowering()
1483 setOperationAction({ISD::LROUND, ISD::LLROUND}, VT, Custom); in RISCVTargetLowering()
1517 ISD::LLRINT, ISD::LROUND, ISD::LLROUND, in RISCVTargetLowering()
3224 case ISD::LROUND: in matchRoundingOp()
7729 case ISD::LROUND: in LowerOperation()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td578 def lround : SDNode<"ISD::LROUND" , SDTFPToIntOp>;
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp161 setOperationAction(ISD::LROUND, MVT::i32, Custom); in LoongArchTargetLowering()
4321 case ISD::LROUND: { in ReplaceNodeResults()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp401 setOperationAction({ISD::LROUND, ISD::LLROUND}, in AMDGPUTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp577 setOperationAction(ISD::LROUND, MVT::f64, Legal); in PPCTargetLowering()
578 setOperationAction(ISD::LROUND, MVT::f32, Legal); in PPCTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp836 for (auto Op : {ISD::LROUND, ISD::LLROUND, ISD::LRINT, ISD::LLRINT, in AArch64TargetLowering()
905 ISD::FMINIMUM, ISD::FMAXIMUM, ISD::LROUND, in AArch64TargetLowering()
7517 case ISD::LROUND: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp863 setOperationAction(ISD::LROUND, MVT::f80, LibCall); in X86TargetLowering()