Searched refs:LROUND (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | ConstrainedOps.def | 83 DAG_FUNCTION(lround, 1, 0, experimental_constrained_lround, LROUND)
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 930 LROUND, enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 375 case ISD::LROUND: return "lround"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 848 case ISD::LROUND: Res = SoftenFloatOp_LROUND(N); break; in SoftenFloatOperand() 1802 case ISD::LROUND: Res = ExpandFloatOp_LROUND(N); break; in ExpandFloatOperand()
|
| H A D | LegalizeDAG.cpp | 1007 case ISD::LROUND: in LegalizeOp() 4184 case ISD::LROUND: in ConvertNodeToLibcall()
|
| H A D | LegalizeIntegerTypes.cpp | 2440 case ISD::LROUND: in ExpandIntegerResult() 3505 if (N->getOpcode() == ISD::LROUND || in ExpandIntRes_XROUND_XRINT()
|
| H A D | SelectionDAGBuilder.cpp | 6375 case Intrinsic::lround: Opcode = ISD::LROUND; break; in visitIntrinsicCall()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 900 ISD::FRINT, ISD::FTRUNC, ISD::LROUND, ISD::LLROUND, in initActions()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 510 def lround : SDNode<"ISD::LROUND" , SDTFPToIntOp>;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 554 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 D | RISCVISelLowering.cpp | 314 ISD::LLRINT, ISD::LROUND, ISD::LLROUND, in RISCVTargetLowering()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 736 ISD::FMINIMUM, ISD::FMAXIMUM, ISD::LROUND, in AArch64TargetLowering()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 799 setOperationAction(ISD::LROUND, MVT::f80, Expand); in X86TargetLowering()
|