Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def84 DAG_FUNCTION(llround, 1, 0, experimental_constrained_llround, LLROUND)
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h958 LLROUND, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp385 case ISD::LLROUND: return "llround"; in getOperationName()
H A DLegalizeFloatTypes.cpp933 case ISD::LLROUND: Res = SoftenFloatOp_LLROUND(N); break; in SoftenFloatOperand()
1904 case ISD::LLROUND: Res = ExpandFloatOp_LLROUND(N); break; in ExpandFloatOperand()
H A DLegalizeDAG.cpp1029 case ISD::LLROUND: in LegalizeOp()
4579 case ISD::LLROUND: in ConvertNodeToLibcall()
H A DLegalizeIntegerTypes.cpp2647 case ISD::LLROUND: in ExpandIntegerResult()
3819 } else if (N->getOpcode() == ISD::LLROUND || in ExpandIntRes_XROUND_XRINT()
H A DSelectionDAGBuilder.cpp6516 case Intrinsic::llround: Opcode = ISD::LLROUND; break; in visitIntrinsicCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp938 ISD::LLROUND, ISD::LRINT, ISD::LLRINT, ISD::FROUNDEVEN}, in initActions()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td526 def llround : SDNode<"ISD::LLROUND" , SDTFPToIntOp>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp562 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 DAArch64ISelLowering.cpp715 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 DRISCVISelLowering.cpp422 ISD::LLRINT, ISD::LROUND, ISD::LLROUND, in RISCVTargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp795 setOperationAction(ISD::LLROUND, MVT::f80, Expand); in X86TargetLowering()