Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def83 DAG_FUNCTION(lround, 1, 0, experimental_constrained_lround, LROUND)
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h957 LROUND, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp383 case ISD::LROUND: return "lround"; in getOperationName()
H A DLegalizeFloatTypes.cpp931 case ISD::LROUND: Res = SoftenFloatOp_LROUND(N); break; in SoftenFloatOperand()
1903 case ISD::LROUND: Res = ExpandFloatOp_LROUND(N); break; in ExpandFloatOperand()
H A DLegalizeDAG.cpp1028 case ISD::LROUND: in LegalizeOp()
4572 case ISD::LROUND: in ConvertNodeToLibcall()
H A DLegalizeIntegerTypes.cpp2643 case ISD::LROUND: in ExpandIntegerResult()
3793 if (N->getOpcode() == ISD::LROUND || in ExpandIntRes_XROUND_XRINT()
H A DSelectionDAGBuilder.cpp6515 case Intrinsic::lround: Opcode = ISD::LROUND; break; in visitIntrinsicCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp937 ISD::FCEIL, ISD::FRINT, ISD::FTRUNC, ISD::LROUND, in initActions()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td525 def lround : SDNode<"ISD::LROUND" , SDTFPToIntOp>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp422 ISD::LLRINT, ISD::LROUND, ISD::LLROUND, in RISCVTargetLowering()
587 setOperationAction(ISD::LROUND, MVT::i32, Custom); in RISCVTargetLowering()
11457 case ISD::LROUND: { in ReplaceNodeResults()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp560 setOperationAction(ISD::LROUND, MVT::f64, Legal); in PPCTargetLowering()
561 setOperationAction(ISD::LROUND, MVT::f32, Legal); in PPCTargetLowering()
/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()
771 ISD::FMINIMUM, ISD::FMAXIMUM, ISD::LROUND, in AArch64TargetLowering()
6386 case ISD::LROUND: in LowerOperation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp794 setOperationAction(ISD::LROUND, MVT::f80, Expand); in X86TargetLowering()