Searched refs:LROUND (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ConstrainedOps.def | 87 DAG_FUNCTION(lround, 1, 0, experimental_constrained_lround, LROUND)
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 994 LROUND, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 408 case ISD::LROUND: return "lround"; in getOperationName()
|
H A D | LegalizeFloatTypes.cpp | 1014 case ISD::LROUND: Res = SoftenFloatOp_LROUND(N); break; in SoftenFloatOperand() 2083 case ISD::LROUND: Res = ExpandFloatOp_LROUND(N); break; in ExpandFloatOperand()
|
H A D | LegalizeDAG.cpp | 1007 case ISD::LROUND: in LegalizeOp() 4707 case ISD::LROUND: in ConvertNodeToLibcall()
|
H A D | LegalizeIntegerTypes.cpp | 2805 case ISD::LROUND: in ExpandIntegerResult() 3976 if (N->getOpcode() == ISD::LROUND || in ExpandIntRes_XROUND_XRINT()
|
H A D | SelectionDAGBuilder.cpp | 6848 case Intrinsic::lround: Opcode = ISD::LROUND; break; in visitIntrinsicCall()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 830 ISD::LROUND, ISD::LLROUND, ISD::LRINT, ISD::LLRINT, in initActions()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 543 def lround : SDNode<"ISD::LROUND" , SDTFPToIntOp>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 431 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 D | PPCISelLowering.cpp | 570 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 D | AArch64ISelLowering.cpp | 802 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 D | X86ISelLowering.cpp | 852 setOperationAction(ISD::LROUND, MVT::f80, Expand); in X86TargetLowering()
|