Home
last modified time | relevance | path

Searched refs:LRINT (Results 1 – 18 of 18) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def81 DAG_FUNCTION(lrint, 1, 1, experimental_constrained_lrint, LRINT)
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h959 LRINT, enumerator
H A DBasicTTIImpl.h1941 ISD = ISD::LRINT; in getTypeBasedIntrinsicInstrCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp886 ISD::SPLAT_VECTOR, ISD::LRINT, ISD::LLRINT}, in initActions()
938 ISD::LLROUND, ISD::LRINT, ISD::LLRINT, ISD::FROUNDEVEN}, in initActions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp387 case ISD::LRINT: return "lrint"; in getOperationName()
H A DLegalizeVectorTypes.cpp104 case ISD::LRINT: in ScalarizeVectorResult()
686 case ISD::LRINT: in ScalarizeVectorOperand()
1104 case ISD::LRINT: in SplitVectorResult()
3038 case ISD::LRINT: in SplitVectorOperand()
4264 case ISD::LRINT: in WidenVectorResult()
6056 case ISD::LRINT: in WidenVectorOperand()
H A DLegalizeFloatTypes.cpp935 case ISD::LRINT: Res = SoftenFloatOp_LRINT(N); break; in SoftenFloatOperand()
1905 case ISD::LRINT: Res = ExpandFloatOp_LRINT(N); break; in ExpandFloatOperand()
2234 case ISD::LRINT: in PromoteFloatOperand()
H A DLegalizeVectorOps.cpp407 case ISD::LRINT: in LegalizeOp()
H A DLegalizeIntegerTypes.cpp306 case ISD::LRINT: in PromoteIntegerResult()
2644 case ISD::LRINT: in ExpandIntegerResult()
3806 } else if (N->getOpcode() == ISD::LRINT || in ExpandIntRes_XROUND_XRINT()
H A DLegalizeDAG.cpp1030 case ISD::LRINT: in LegalizeOp()
4586 case ISD::LRINT: in ConvertNodeToLibcall()
H A DSelectionDAGBuilder.cpp6517 case Intrinsic::lrint: Opcode = ISD::LRINT; break; in visitIntrinsicCall()
H A DSelectionDAG.cpp5144 case ISD::LRINT: in isKnownNeverNaN()
H A DDAGCombiner.cpp2021 case ISD::LRINT: in visit()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td527 def lrint : SDNode<"ISD::LRINT" , SDTFPToIntOp>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp421 ISD::FMINNUM, ISD::FMAXNUM, ISD::LRINT, in RISCVTargetLowering()
816 setOperationAction({ISD::LRINT, ISD::LLRINT}, VT, Custom); in RISCVTargetLowering()
6359 case ISD::LRINT: in LowerOperation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp556 setOperationAction(ISD::LRINT, MVT::f64, Legal); in PPCTargetLowering()
557 setOperationAction(ISD::LRINT, MVT::f32, Legal); in PPCTargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp277 setOperationAction(ISD::LRINT, MVT::f32, Custom); in X86TargetLowering()
278 setOperationAction(ISD::LRINT, MVT::f64, Custom); in X86TargetLowering()
283 setOperationAction(ISD::LRINT, MVT::i64, Custom); in X86TargetLowering()
796 setOperationAction(ISD::LRINT, MVT::f80, Custom); in X86TargetLowering()
31921 case ISD::LRINT: in LowerOperation()
32616 case ISD::LRINT: in ReplaceNodeResults()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp715 for (auto Op : {ISD::LROUND, ISD::LLROUND, ISD::LRINT, ISD::LLRINT, in AArch64TargetLowering()
772 ISD::LLROUND, ISD::LRINT, ISD::LLRINT, in AArch64TargetLowering()
6388 case ISD::LRINT: in LowerOperation()