Searched refs:LLROUND (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstrainedOps.def | 84 DAG_FUNCTION(llround, 1, 0, experimental_constrained_llround, LLROUND)
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 958 LLROUND, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 385 case ISD::LLROUND: return "llround"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 933 case ISD::LLROUND: Res = SoftenFloatOp_LLROUND(N); break; in SoftenFloatOperand() 1904 case ISD::LLROUND: Res = ExpandFloatOp_LLROUND(N); break; in ExpandFloatOperand()
|
| H A D | LegalizeDAG.cpp | 1029 case ISD::LLROUND: in LegalizeOp() 4579 case ISD::LLROUND: in ConvertNodeToLibcall()
|
| H A D | LegalizeIntegerTypes.cpp | 2647 case ISD::LLROUND: in ExpandIntegerResult() 3819 } else if (N->getOpcode() == ISD::LLROUND || in ExpandIntRes_XROUND_XRINT()
|
| H A D | SelectionDAGBuilder.cpp | 6516 case Intrinsic::llround: Opcode = ISD::LLROUND; break; in visitIntrinsicCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 938 ISD::LLROUND, ISD::LRINT, ISD::LLRINT, ISD::FROUNDEVEN}, in initActions()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 526 def llround : SDNode<"ISD::LLROUND" , SDTFPToIntOp>;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 562 setOperationAction(ISD::LLROUND, MVT::f64, Legal); in PPCTargetLowering() 563 setOperationAction(ISD::LLROUND, MVT::f32, Legal); in PPCTargetLowering()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 715 for (auto Op : {ISD::LROUND, ISD::LLROUND, ISD::LRINT, ISD::LLRINT, in AArch64TargetLowering() 772 ISD::LLROUND, ISD::LRINT, ISD::LLRINT, in AArch64TargetLowering() 6387 case ISD::LLROUND: in LowerOperation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 422 ISD::LLRINT, ISD::LROUND, ISD::LLROUND, in RISCVTargetLowering()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 795 setOperationAction(ISD::LLROUND, MVT::f80, Expand); in X86TargetLowering()
|