Searched refs:LLROUND (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | ConstrainedOps.def | 84 DAG_FUNCTION(llround, 1, 0, experimental_constrained_llround, LLROUND)
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 931 LLROUND, enumerator
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 377 case ISD::LLROUND: return "llround"; in getOperationName()
|
H A D | LegalizeFloatTypes.cpp | 850 case ISD::LLROUND: Res = SoftenFloatOp_LLROUND(N); break; in SoftenFloatOperand() 1803 case ISD::LLROUND: Res = ExpandFloatOp_LLROUND(N); break; in ExpandFloatOperand()
|
H A D | LegalizeDAG.cpp | 1008 case ISD::LLROUND: in LegalizeOp() 4191 case ISD::LLROUND: in ConvertNodeToLibcall()
|
H A D | LegalizeIntegerTypes.cpp | 2444 case ISD::LLROUND: in ExpandIntegerResult() 3531 } else if (N->getOpcode() == ISD::LLROUND || in ExpandIntRes_XROUND_XRINT()
|
H A D | SelectionDAGBuilder.cpp | 6376 case Intrinsic::llround: Opcode = ISD::LLROUND; break; in visitIntrinsicCall()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 900 ISD::FRINT, ISD::FTRUNC, ISD::LROUND, ISD::LLROUND, in initActions()
|
/openbsd/gnu/llvm/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 511 def llround : SDNode<"ISD::LLROUND" , SDTFPToIntOp>;
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 556 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 D | RISCVISelLowering.cpp | 314 ISD::LLRINT, ISD::LROUND, ISD::LLROUND, in RISCVTargetLowering()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 737 ISD::LLROUND, ISD::LRINT, ISD::LLRINT, in AArch64TargetLowering()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 800 setOperationAction(ISD::LLROUND, MVT::f80, Expand); in X86TargetLowering()
|