Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDConstrainedOps.def87 DAG_FUNCTION(lround, 1, 0, experimental_constrained_lround, LROUND)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDISDOpcodes.h994 LROUND, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGDumper.cpp408 case ISD::LROUND: return "lround"; in getOperationName()
HDLegalizeFloatTypes.cpp1014 case ISD::LROUND: Res = SoftenFloatOp_LROUND(N); break; in SoftenFloatOperand()
2083 case ISD::LROUND: Res = ExpandFloatOp_LROUND(N); break; in ExpandFloatOperand()
HDLegalizeDAG.cpp1007 case ISD::LROUND: in LegalizeOp()
4707 case ISD::LROUND: in ConvertNodeToLibcall()
HDLegalizeIntegerTypes.cpp2805 case ISD::LROUND: in ExpandIntegerResult()
3976 if (N->getOpcode() == ISD::LROUND || in ExpandIntRes_XROUND_XRINT()
HDSelectionDAGBuilder.cpp6850 case Intrinsic::lround: Opcode = ISD::LROUND; break; in visitIntrinsicCall()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringBase.cpp830 ISD::LROUND, ISD::LLROUND, ISD::LRINT, ISD::LLRINT, in initActions()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetSelectionDAG.td547 def lround : SDNode<"ISD::LROUND" , SDTFPToIntOp>;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.cpp431 ISD::LLRINT, ISD::LROUND, ISD::LLROUND, in RISCVTargetLowering()
600 setOperationAction(ISD::LROUND, MVT::i32, Custom); in RISCVTargetLowering()
12262 case ISD::LROUND: { in ReplaceNodeResults()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp570 setOperationAction(ISD::LROUND, MVT::f64, Legal); in PPCTargetLowering()
571 setOperationAction(ISD::LROUND, MVT::f32, Legal); in PPCTargetLowering()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.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-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp852 setOperationAction(ISD::LROUND, MVT::f80, Expand); in X86TargetLowering()