Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def85 DAG_FUNCTION(lrint, 1, 1, experimental_constrained_lrint, LRINT)
H A DVPIntrinsics.def476 VP_PROPERTY_FUNCTIONAL_SDOPC(LRINT)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h996 LRINT, enumerator
H A DBasicTTIImpl.h2055 ISD = ISD::LRINT; in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp771 ISD::SPLAT_VECTOR, ISD::LRINT, ISD::LLRINT, ISD::FTAN, ISD::FACOS, in initActions()
830 ISD::LROUND, ISD::LLROUND, ISD::LRINT, ISD::LLRINT, in initActions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp412 case ISD::LRINT: return "lrint"; in getOperationName()
H A DLegalizeVectorTypes.cpp113 case ISD::LRINT: in ScalarizeVectorResult()
757 case ISD::LRINT: in ScalarizeVectorOperand()
1196 case ISD::LRINT: in SplitVectorResult()
3204 case ISD::LRINT: in SplitVectorOperand()
4522 case ISD::LRINT: in WidenVectorResult()
6392 case ISD::LRINT: in WidenVectorOperand()
H A DLegalizeFloatTypes.cpp1018 case ISD::LRINT: Res = SoftenFloatOp_LRINT(N); break; in SoftenFloatOperand()
2085 case ISD::LRINT: Res = ExpandFloatOp_LRINT(N); break; in ExpandFloatOperand()
2412 case ISD::LRINT: in PromoteFloatOperand()
H A DLegalizeVectorOps.cpp476 case ISD::LRINT: in LegalizeOp()
H A DLegalizeIntegerTypes.cpp332 case ISD::LRINT: in PromoteIntegerResult()
2806 case ISD::LRINT: in ExpandIntegerResult()
3989 } else if (N->getOpcode() == ISD::LRINT || in ExpandIntRes_XROUND_XRINT()
H A DLegalizeDAG.cpp1009 case ISD::LRINT: in LegalizeOp()
4721 case ISD::LRINT: in ConvertNodeToLibcall()
H A DSelectionDAGBuilder.cpp6852 case Intrinsic::lrint: Opcode = ISD::LRINT; break; in visitIntrinsicCall()
H A DSelectionDAG.cpp5424 case ISD::LRINT: in isKnownNeverNaN()
H A DDAGCombiner.cpp1935 case ISD::LRINT: in visit()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td549 def lrint : SDNode<"ISD::LRINT" , SDTFPToIntOp>;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp316 setOperationAction(ISD::LRINT, MVT::f32, Custom); in X86TargetLowering()
317 setOperationAction(ISD::LRINT, MVT::f64, Custom); in X86TargetLowering()
322 setOperationAction(ISD::LRINT, MVT::i64, Custom); in X86TargetLowering()
854 setOperationAction(ISD::LRINT, MVT::f80, Custom); in X86TargetLowering()
1124 setOperationAction(ISD::LRINT, MVT::v4f32, Custom); in X86TargetLowering()
1455 setOperationAction(ISD::LRINT, MVT::v8f32, Custom); in X86TargetLowering()
1456 setOperationAction(ISD::LRINT, MVT::v4f64, Custom); in X86TargetLowering()
1760 setOperationAction(ISD::LRINT, VT, Legal); in X86TargetLowering()
1798 setOperationAction(ISD::LRINT, MVT::v16f32, in X86TargetLowering()
1800 setOperationAction(ISD::LRINT, MVT::v8f64, in X86TargetLowering()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp802 for (auto Op : {ISD::LROUND, ISD::LLROUND, ISD::LRINT, ISD::LLRINT, in AArch64TargetLowering()
868 ISD::LLROUND, ISD::LRINT, ISD::LLRINT, in AArch64TargetLowering()
1361 for (auto Op : {ISD::LRINT, ISD::LLRINT}) { in AArch64TargetLowering()
1604 setOperationAction(ISD::LRINT, VT, Custom); in AArch64TargetLowering()
2069 setOperationAction(ISD::LRINT, VT, Default); in addTypeForFixedLengthSVE()
7038 case ISD::LRINT: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp430 ISD::FMINNUM, ISD::FMAXNUM, ISD::LRINT, in RISCVTargetLowering()
975 setOperationAction({ISD::LRINT, ISD::LLRINT}, VT, Custom); in RISCVTargetLowering()
3277 // Expand vector LRINT and LLRINT by converting to the integer domain. in lowerVectorXRINT()
6079 case ISD::LRINT: in getRISCVVLOp()
6772 case ISD::LRINT: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp566 setOperationAction(ISD::LRINT, MVT::f64, Legal); in PPCTargetLowering()
567 setOperationAction(ISD::LRINT, MVT::f32, Legal); in PPCTargetLowering()