Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstrainedOps.def83 DAG_FUNCTION(lround, 1, 0, experimental_constrained_lround, LROUND)
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h930 LROUND, enumerator
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp375 case ISD::LROUND: return "lround"; in getOperationName()
H A DLegalizeFloatTypes.cpp848 case ISD::LROUND: Res = SoftenFloatOp_LROUND(N); break; in SoftenFloatOperand()
1802 case ISD::LROUND: Res = ExpandFloatOp_LROUND(N); break; in ExpandFloatOperand()
H A DLegalizeDAG.cpp1007 case ISD::LROUND: in LegalizeOp()
4184 case ISD::LROUND: in ConvertNodeToLibcall()
H A DLegalizeIntegerTypes.cpp2440 case ISD::LROUND: in ExpandIntegerResult()
3505 if (N->getOpcode() == ISD::LROUND || in ExpandIntRes_XROUND_XRINT()
H A DSelectionDAGBuilder.cpp6375 case Intrinsic::lround: Opcode = ISD::LROUND; break; in visitIntrinsicCall()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp900 ISD::FRINT, ISD::FTRUNC, ISD::LROUND, ISD::LLROUND, in initActions()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td510 def lround : SDNode<"ISD::LROUND" , SDTFPToIntOp>;
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp554 setOperationAction(ISD::LROUND, MVT::f64, Legal); in PPCTargetLowering()
555 setOperationAction(ISD::LROUND, MVT::f32, Legal); in PPCTargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp314 ISD::LLRINT, ISD::LROUND, ISD::LLROUND, in RISCVTargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp736 ISD::FMINIMUM, ISD::FMAXIMUM, ISD::LROUND, in AArch64TargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp799 setOperationAction(ISD::LROUND, MVT::f80, Expand); in X86TargetLowering()