Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DConstrainedOps.def84 DAG_FUNCTION(llround, 1, 0, experimental_constrained_llround, LLROUND)
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h931 LLROUND, enumerator
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp377 case ISD::LLROUND: return "llround"; in getOperationName()
H A DLegalizeFloatTypes.cpp850 case ISD::LLROUND: Res = SoftenFloatOp_LLROUND(N); break; in SoftenFloatOperand()
1803 case ISD::LLROUND: Res = ExpandFloatOp_LLROUND(N); break; in ExpandFloatOperand()
H A DLegalizeDAG.cpp1008 case ISD::LLROUND: in LegalizeOp()
4191 case ISD::LLROUND: in ConvertNodeToLibcall()
H A DLegalizeIntegerTypes.cpp2444 case ISD::LLROUND: in ExpandIntegerResult()
3531 } else if (N->getOpcode() == ISD::LLROUND || in ExpandIntRes_XROUND_XRINT()
H A DSelectionDAGBuilder.cpp6376 case Intrinsic::llround: Opcode = ISD::LLROUND; break; in visitIntrinsicCall()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp900 ISD::FRINT, ISD::FTRUNC, ISD::LROUND, ISD::LLROUND, in initActions()
/openbsd/gnu/llvm/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td511 def llround : SDNode<"ISD::LLROUND" , SDTFPToIntOp>;
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp556 setOperationAction(ISD::LLROUND, MVT::f64, Legal); in PPCTargetLowering()
557 setOperationAction(ISD::LLROUND, MVT::f32, Legal); in PPCTargetLowering()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp314 ISD::LLRINT, ISD::LROUND, ISD::LLROUND, in RISCVTargetLowering()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp737 ISD::LLROUND, ISD::LRINT, ISD::LLRINT, in AArch64TargetLowering()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp800 setOperationAction(ISD::LLROUND, MVT::f80, Expand); in X86TargetLowering()