| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | cluster_stores.ll | 14 ; DBG: Num BaseOps: {{[1-9]+}}, Offset: {{[0-9]+}}, OffsetIsScalable: {{[01]}}, Width: 8 15 ; DBG: Num BaseOps: {{[1-9]+}}, Offset: {{[0-9]+}}, OffsetIsScalable: {{[01]}}, Width: 8 16 ; DBG: Num BaseOps: {{[1-9]+}}, Offset: {{[0-9]+}}, OffsetIsScalable: {{[01]}}, Width: 4 17 ; DBG: Num BaseOps: {{[1-9]+}}, Offset: {{[0-9]+}}, OffsetIsScalable: {{[01]}}, Width: 4 18 ; DBG: Num BaseOps: {{[1-9]+}}, Offset: {{[0-9]+}}, OffsetIsScalable: {{[01]}}, Width: 4 19 ; DBG: Num BaseOps: {{[1-9]+}}, Offset: {{[0-9]+}}, OffsetIsScalable: {{[01]}}, Width: 4 150 ; DBG: Num BaseOps: {{[1-9]+}}, Offset: {{[0-9]+}}, OffsetIsScalable: {{[01]}}, Width: 8 151 ; DBG: Num BaseOps: {{[1-9]+}}, Offset: {{[0-9]+}}, OffsetIsScalable: {{[01]}}, Width: 8 152 ; DBG: Num BaseOps: {{[1-9]+}}, Offset: {{[0-9]+}}, OffsetIsScalable: {{[01]}}, Width: 4 153 ; DBG: Num BaseOps: {{[1-9]+}}, Offset: {{[0-9]+}}, OffsetIsScalable: {{[01]}}, Width: 4 [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64StorePairSuppress.cpp | 152 bool OffsetIsScalable; in runOnMachineFunction() local 153 if (TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, in runOnMachineFunction()
|
| H A D | AArch64InstrInfo.h | 143 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, 152 int64_t &Offset, bool &OffsetIsScalable,
|
| H A D | AArch64InstrInfo.cpp | 2546 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, in getMemOperandsWithOffsetWidth() argument 2552 if (!getMemOperandWithOffsetWidth(LdSt, BaseOp, Offset, OffsetIsScalable, in getMemOperandsWithOffsetWidth() 2564 bool OffsetIsScalable; in getAddrModeFromMemoryOp() local 2565 if (!getMemOperandWithOffset(MemI, Base, Offset, OffsetIsScalable, TRI)) in getAddrModeFromMemoryOp() 2580 bool &OffsetIsScalable, unsigned &Width, in getMemOperandWithOffsetWidth() argument 2618 OffsetIsScalable = Scale.isScalable(); in getMemOperandWithOffsetWidth() 7195 bool OffsetIsScalable; in getOutliningCandidateInfo() local 7199 if (!getMemOperandWithOffset(MI, Base, Offset, OffsetIsScalable, &TRI) || in getOutliningCandidateInfo() 7204 if (OffsetIsScalable) in getOutliningCandidateInfo() 7671 bool OffsetIsScalable; in fixupPostOutline() local [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.h | 73 bool &OffsetIsScalable, unsigned &Width,
|
| H A D | LanaiInstrInfo.cpp | 796 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, in getMemOperandsWithOffsetWidth() argument 811 OffsetIsScalable = false; in getMemOperandsWithOffsetWidth()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetInstrInfo.cpp | 1072 bool &OffsetIsScalable, const TargetRegisterInfo *TRI) const { in getMemOperandWithOffset() argument 1075 if (!getMemOperandsWithOffsetWidth(MI, BaseOps, Offset, OffsetIsScalable, in getMemOperandWithOffset() 1180 bool OffsetIsScalable; in describeLoadedValue() local 1224 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, in describeLoadedValue() 1229 if (OffsetIsScalable) in describeLoadedValue()
|
| H A D | MachineSink.cpp | 1018 bool OffsetIsScalable; in SinkingPreventsImplicitNullCheck() local 1019 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, TRI)) in SinkingPreventsImplicitNullCheck()
|
| H A D | ModuloSchedule.cpp | 897 bool OffsetIsScalable; in computeDelta() local 898 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, TRI)) in computeDelta() 902 if (OffsetIsScalable) in computeDelta()
|
| H A D | MachinePipeliner.cpp | 2123 bool OffsetIsScalable; in computeDelta() local 2124 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, TRI)) in computeDelta() 2128 if (OffsetIsScalable) in computeDelta()
|
| H A D | MachineScheduler.cpp | 1690 bool OffsetIsScalable; in collectMemOpRecords() local 1693 OffsetIsScalable, Width, TRI)) { in collectMemOpRecords() 1697 << Offset << ", OffsetIsScalable: " << OffsetIsScalable in collectMemOpRecords()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1338 bool &OffsetIsScalable, 1350 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, in getMemOperandsWithOffsetWidth() argument
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 210 bool &OffsetIsScalable, unsigned &Width,
|
| H A D | HexagonInstrInfo.cpp | 3035 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, in getMemOperandsWithOffsetWidth() argument 3037 OffsetIsScalable = false; in getMemOperandsWithOffsetWidth()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 344 bool &OffsetIsScalable, unsigned &Width,
|
| H A D | X86InstrInfo.cpp | 3795 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, in getMemOperandsWithOffsetWidth() argument 3827 OffsetIsScalable = false; in getMemOperandsWithOffsetWidth()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 642 bool &OffsetIsScalable, unsigned &Width,
|
| H A D | PPCInstrInfo.cpp | 2766 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, in getMemOperandsWithOffsetWidth() argument 2769 OffsetIsScalable = false; in getMemOperandsWithOffsetWidth()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineScheduler.cpp | 1920 bool OffsetIsScalable; in schedule() local 1922 OffsetIsScalable, TRI)) in schedule()
|
| H A D | SIInstrInfo.h | 198 bool &OffsetIsScalable, unsigned &Width,
|
| H A D | SIInstrInfo.cpp | 299 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, in getMemOperandsWithOffsetWidth() argument 305 OffsetIsScalable = false; in getMemOperandsWithOffsetWidth()
|