Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def87 DAG_FUNCTION(lround, 1, 0, experimental_constrained_lround, LROUND)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h994 LROUND, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp408 case ISD::LROUND: return "lround"; in getOperationName()
H A DLegalizeFloatTypes.cpp1014 case ISD::LROUND: Res = SoftenFloatOp_LROUND(N); break; in SoftenFloatOperand()
2083 case ISD::LROUND: Res = ExpandFloatOp_LROUND(N); break; in ExpandFloatOperand()
H A DLegalizeDAG.cpp1007 case ISD::LROUND: in LegalizeOp()
4707 case ISD::LROUND: in ConvertNodeToLibcall()
H A DLegalizeIntegerTypes.cpp2805 case ISD::LROUND: in ExpandIntegerResult()
3976 if (N->getOpcode() == ISD::LROUND || in ExpandIntRes_XROUND_XRINT()
H A DSelectionDAGBuilder.cpp6848 case Intrinsic::lround: Opcode = ISD::LROUND; break; in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp830 ISD::LROUND, ISD::LLROUND, ISD::LRINT, ISD::LLRINT, in initActions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td543 def lround : SDNode<"ISD::LROUND" , SDTFPToIntOp>;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp431 ISD::LLRINT, ISD::LROUND, ISD::LLROUND, in RISCVTargetLowering()
600 setOperationAction(ISD::LROUND, MVT::i32, Custom); in RISCVTargetLowering()
12260 case ISD::LROUND: { in ReplaceNodeResults()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp570 setOperationAction(ISD::LROUND, MVT::f64, Legal); in PPCTargetLowering()
571 setOperationAction(ISD::LROUND, MVT::f32, Legal); in PPCTargetLowering()
/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()
867 ISD::FMINIMUM, ISD::FMAXIMUM, ISD::LROUND, in AArch64TargetLowering()
7043 case ISD::LROUND: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp852 setOperationAction(ISD::LROUND, MVT::f80, Expand); in X86TargetLowering()