Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstrainedOps.def83 DAG_FUNCTION(lround, 1, 0, experimental_constrained_lround, LROUND)
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h931 LROUND, enumerator
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp370 case ISD::LROUND: return "lround"; in getOperationName()
H A DLegalizeFloatTypes.cpp848 case ISD::LROUND: Res = SoftenFloatOp_LROUND(N); break; in SoftenFloatOperand()
1801 case ISD::LROUND: Res = ExpandFloatOp_LROUND(N); break; in ExpandFloatOperand()
H A DLegalizeDAG.cpp1005 case ISD::LROUND: in LegalizeOp()
4155 case ISD::LROUND: in ConvertNodeToLibcall()
H A DSelectionDAGBuilder.cpp6295 case Intrinsic::lround: Opcode = ISD::LROUND; break; in visitIntrinsicCall()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp506 case Intrinsic::lround: Opcode = ISD::LROUND; break; in mightUseCTR()
H A DPPCISelLowering.cpp548 setOperationAction(ISD::LROUND, MVT::f64, Legal); in PPCTargetLowering()
549 setOperationAction(ISD::LROUND, MVT::f32, Legal); in PPCTargetLowering()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp889 ISD::FRINT, ISD::FTRUNC, ISD::LROUND, ISD::LLROUND, in initActions()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Darm64-irtranslator.ll2479 ; CHECK: [[LROUND:%[0-9]+]]:_(s64) = G_LROUND [[COPY]](s32)
2480 ; CHECK: $x0 = COPY [[LROUND]](s64)
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td503 def lround : SDNode<"ISD::LROUND" , SDTFPToIntOp>;
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp304 ISD::LLRINT, ISD::LROUND, ISD::LLROUND, in RISCVTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp681 ISD::FMINIMUM, ISD::FMAXIMUM, ISD::LROUND, in AArch64TargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp796 setOperationAction(ISD::LROUND, MVT::f80, Expand); in X86TargetLowering()