Searched refs:LLROUND (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ConstrainedOps.def | 88 DAG_FUNCTION(llround, 1, 0, experimental_constrained_llround, LLROUND)
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 995 LLROUND, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 410 case ISD::LLROUND: return "llround"; in getOperationName()
|
H A D | LegalizeFloatTypes.cpp | 1016 case ISD::LLROUND: Res = SoftenFloatOp_LLROUND(N); break; in SoftenFloatOperand() 2084 case ISD::LLROUND: Res = ExpandFloatOp_LLROUND(N); break; in ExpandFloatOperand()
|
H A D | LegalizeDAG.cpp | 1008 case ISD::LLROUND: in LegalizeOp() 4714 case ISD::LLROUND: in ConvertNodeToLibcall()
|
H A D | LegalizeIntegerTypes.cpp | 2809 case ISD::LLROUND: in ExpandIntegerResult() 4002 } else if (N->getOpcode() == ISD::LLROUND || in ExpandIntRes_XROUND_XRINT()
|
H A D | SelectionDAGBuilder.cpp | 6851 case Intrinsic::llround: Opcode = ISD::LLROUND; 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 | 548 def llround : SDNode<"ISD::LLROUND" , SDTFPToIntOp>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 572 setOperationAction(ISD::LLROUND, MVT::f64, Legal); in PPCTargetLowering() 573 setOperationAction(ISD::LLROUND, 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() 868 ISD::LLROUND, ISD::LRINT, ISD::LLRINT, in AArch64TargetLowering() 7044 case ISD::LLROUND: { in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 431 ISD::LLRINT, ISD::LROUND, ISD::LLROUND, in RISCVTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 853 setOperationAction(ISD::LLROUND, MVT::f80, Expand); in X86TargetLowering()
|