Searched refs:LROUND (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | ConstrainedOps.def | 83 DAG_FUNCTION(lround, 1, 0, experimental_constrained_lround, LROUND)
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 931 LROUND, enumerator
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 370 case ISD::LROUND: return "lround"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 848 case ISD::LROUND: Res = SoftenFloatOp_LROUND(N); break; in SoftenFloatOperand() 1801 case ISD::LROUND: Res = ExpandFloatOp_LROUND(N); break; in ExpandFloatOperand()
|
| H A D | LegalizeDAG.cpp | 1005 case ISD::LROUND: in LegalizeOp() 4155 case ISD::LROUND: in ConvertNodeToLibcall()
|
| H A D | SelectionDAGBuilder.cpp | 6295 case Intrinsic::lround: Opcode = ISD::LROUND; break; in visitIntrinsicCall()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 506 case Intrinsic::lround: Opcode = ISD::LROUND; break; in mightUseCTR()
|
| H A D | PPCISelLowering.cpp | 548 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 D | TargetLoweringBase.cpp | 889 ISD::FRINT, ISD::FTRUNC, ISD::LROUND, ISD::LLROUND, in initActions()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/ |
| H A D | arm64-irtranslator.ll | 2479 ; 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 D | TargetSelectionDAG.td | 503 def lround : SDNode<"ISD::LROUND" , SDTFPToIntOp>;
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 304 ISD::LLRINT, ISD::LROUND, ISD::LLROUND, in RISCVTargetLowering()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 681 ISD::FMINIMUM, ISD::FMAXIMUM, ISD::LROUND, in AArch64TargetLowering()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 796 setOperationAction(ISD::LROUND, MVT::f80, Expand); in X86TargetLowering()
|