| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64StorePairSuppress.cpp | 156 bool OffsetIsScalable; in runOnMachineFunction() local 157 if (TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, in runOnMachineFunction()
|
| H A D | AArch64InstrInfo.h | 158 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, 167 int64_t &Offset, bool &OffsetIsScalable,
|
| H A D | AArch64InstrInfo.cpp | 2676 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, in getMemOperandsWithOffsetWidth() argument 2683 if (!getMemOperandWithOffsetWidth(LdSt, BaseOp, Offset, OffsetIsScalable, in getMemOperandsWithOffsetWidth() 2701 bool OffsetIsScalable; in getAddrModeFromMemoryOp() local 2702 if (!getMemOperandWithOffset(MemI, Base, Offset, OffsetIsScalable, TRI)) in getAddrModeFromMemoryOp() 3470 bool &OffsetIsScalable, TypeSize &Width, in getMemOperandWithOffsetWidth() argument 3508 OffsetIsScalable = Scale.isScalable(); in getMemOperandWithOffsetWidth() 8403 bool OffsetIsScalable; in getOutliningCandidateInfo() local 8407 if (!getMemOperandWithOffset(MI, Base, Offset, OffsetIsScalable, &TRI) || in getOutliningCandidateInfo() 8412 if (OffsetIsScalable) in getOutliningCandidateInfo() 8936 bool OffsetIsScalable; in fixupPostOutline() local [all …]
|
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetInstrInfo.cpp | 1366 bool &OffsetIsScalable, const TargetRegisterInfo *TRI) const { in getMemOperandWithOffset() argument 1369 if (!getMemOperandsWithOffsetWidth(MI, BaseOps, Offset, OffsetIsScalable, in getMemOperandWithOffset() 1495 bool OffsetIsScalable; in describeLoadedValue() local 1535 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, in describeLoadedValue() 1540 if (OffsetIsScalable) in describeLoadedValue()
|
| H A D | MachineScheduler.cpp | 1701 bool OffsetIsScalable; member 1704 int64_t Offset, bool OffsetIsScalable, unsigned Width) in MemOpInfo() 1706 Width(Width), OffsetIsScalable(OffsetIsScalable) {} in MemOpInfo() 1845 MemOpa.OffsetIsScalable, MemOpb.BaseOps, in clusterNeighboringMemOps() 1846 MemOpb.Offset, MemOpb.OffsetIsScalable, in clusterNeighboringMemOps() 1910 bool OffsetIsScalable; in collectMemOpRecords() local 1913 OffsetIsScalable, Width, TRI)) { in collectMemOpRecords() 1915 MemOpInfo(&SU, BaseOps, Offset, OffsetIsScalable, Width)); in collectMemOpRecords() 1918 << Offset << ", OffsetIsScalable: " << OffsetIsScalable in collectMemOpRecords()
|
| H A D | ModuloSchedule.cpp | 924 bool OffsetIsScalable; in computeDelta() local 925 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, TRI)) in computeDelta() 929 if (OffsetIsScalable) in computeDelta()
|
| H A D | MachineSink.cpp | 1308 bool OffsetIsScalable; in SinkingPreventsImplicitNullCheck() local 1309 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, TRI)) in SinkingPreventsImplicitNullCheck()
|
| H A D | MachinePipeliner.cpp | 2516 bool OffsetIsScalable; in computeDelta() local 2517 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, TRI)) in computeDelta() 2521 if (OffsetIsScalable) in computeDelta()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.h | 157 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width,
|
| H A D | RISCVInstrInfo.cpp | 2205 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, in getMemOperandsWithOffsetWidth() argument 2234 OffsetIsScalable = false; in getMemOperandsWithOffsetWidth()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 211 bool &OffsetIsScalable, unsigned &Width,
|
| H A D | HexagonInstrInfo.cpp | 3045 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, in getMemOperandsWithOffsetWidth() argument 3047 OffsetIsScalable = false; in getMemOperandsWithOffsetWidth()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1435 bool &OffsetIsScalable, 1449 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, in getMemOperandsWithOffsetWidth() argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 371 bool &OffsetIsScalable, unsigned &Width,
|
| H A D | X86InstrInfo.cpp | 4511 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, in getMemOperandsWithOffsetWidth() argument 4543 OffsetIsScalable = false; in getMemOperandsWithOffsetWidth()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 556 bool &OffsetIsScalable, unsigned &Width,
|
| H A D | PPCInstrInfo.cpp | 2823 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, in getMemOperandsWithOffsetWidth() argument 2826 OffsetIsScalable = false; in getMemOperandsWithOffsetWidth()
|
| /freebsd-14.2/contrib/llvm-project/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 | 243 bool &OffsetIsScalable, unsigned &Width,
|
| H A D | SIInstrInfo.cpp | 363 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, in getMemOperandsWithOffsetWidth() argument 369 OffsetIsScalable = false; in getMemOperandsWithOffsetWidth()
|