Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def88 DAG_FUNCTION(llround, 1, 0, experimental_constrained_llround, LLROUND)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h995 LLROUND, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp410 case ISD::LLROUND: return "llround"; in getOperationName()
H A DLegalizeFloatTypes.cpp1016 case ISD::LLROUND: Res = SoftenFloatOp_LLROUND(N); break; in SoftenFloatOperand()
2084 case ISD::LLROUND: Res = ExpandFloatOp_LLROUND(N); break; in ExpandFloatOperand()
H A DLegalizeDAG.cpp1008 case ISD::LLROUND: in LegalizeOp()
4714 case ISD::LLROUND: in ConvertNodeToLibcall()
H A DLegalizeIntegerTypes.cpp2809 case ISD::LLROUND: in ExpandIntegerResult()
4002 } else if (N->getOpcode() == ISD::LLROUND || in ExpandIntRes_XROUND_XRINT()
H A DSelectionDAGBuilder.cpp6851 case Intrinsic::llround: Opcode = ISD::LLROUND; break; in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp830 ISD::LROUND, ISD::LLROUND, ISD::LRINT, ISD::LLRINT, in initActions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td548 def llround : SDNode<"ISD::LLROUND" , SDTFPToIntOp>;
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp572 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 DAArch64ISelLowering.cpp802 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 DRISCVISelLowering.cpp431 ISD::LLRINT, ISD::LROUND, ISD::LLROUND, in RISCVTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp853 setOperationAction(ISD::LLROUND, MVT::f80, Expand); in X86TargetLowering()