| /openbsd-src/gnu/llvm/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 | 141 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, 150 int64_t &Offset, bool &OffsetIsScalable,
|
| H A D | AArch64InstrInfo.cpp | 2587 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, in getMemOperandsWithOffsetWidth() argument 2593 if (!getMemOperandWithOffsetWidth(LdSt, BaseOp, Offset, OffsetIsScalable, in getMemOperandsWithOffsetWidth() 2605 bool OffsetIsScalable; in getAddrModeFromMemoryOp() local 2606 if (!getMemOperandWithOffset(MemI, Base, Offset, OffsetIsScalable, TRI)) in getAddrModeFromMemoryOp() 2621 bool &OffsetIsScalable, unsigned &Width, in getMemOperandWithOffsetWidth() argument 2659 OffsetIsScalable = Scale.isScalable(); in getMemOperandWithOffsetWidth() 7368 bool OffsetIsScalable; in getOutliningCandidateInfo() local 7372 if (!getMemOperandWithOffset(MI, Base, Offset, OffsetIsScalable, &TRI) || in getOutliningCandidateInfo() 7377 if (OffsetIsScalable) in getOutliningCandidateInfo() 7844 bool OffsetIsScalable; in fixupPostOutline() local [all …]
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TargetInstrInfo.cpp | 1206 bool &OffsetIsScalable, const TargetRegisterInfo *TRI) const { in getMemOperandWithOffset() argument 1209 if (!getMemOperandsWithOffsetWidth(MI, BaseOps, Offset, OffsetIsScalable, in getMemOperandWithOffset() 1314 bool OffsetIsScalable; in describeLoadedValue() local 1358 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, in describeLoadedValue() 1363 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 | 929 bool OffsetIsScalable; in computeDelta() local 930 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, TRI)) in computeDelta() 934 if (OffsetIsScalable) in computeDelta()
|
| H A D | MachineScheduler.cpp | 1696 bool OffsetIsScalable; in collectMemOpRecords() local 1699 OffsetIsScalable, Width, TRI)) { in collectMemOpRecords() 1703 << Offset << ", OffsetIsScalable: " << OffsetIsScalable in collectMemOpRecords()
|
| H A D | MachinePipeliner.cpp | 2086 bool OffsetIsScalable; in computeDelta() local 2087 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, TRI)) in computeDelta() 2091 if (OffsetIsScalable) in computeDelta()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1385 bool &OffsetIsScalable, 1397 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, in getMemOperandsWithOffsetWidth() argument
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 211 bool &OffsetIsScalable, unsigned &Width,
|
| H A D | HexagonInstrInfo.cpp | 3042 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, in getMemOperandsWithOffsetWidth() argument 3044 OffsetIsScalable = false; in getMemOperandsWithOffsetWidth()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 344 bool &OffsetIsScalable, unsigned &Width,
|
| H A D | X86InstrInfo.cpp | 3829 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, in getMemOperandsWithOffsetWidth() argument 3861 OffsetIsScalable = false; in getMemOperandsWithOffsetWidth()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 674 bool &OffsetIsScalable, unsigned &Width,
|
| H A D | PPCInstrInfo.cpp | 2852 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, in getMemOperandsWithOffsetWidth() argument 2855 OffsetIsScalable = false; in getMemOperandsWithOffsetWidth()
|
| /openbsd-src/gnu/llvm/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 | 197 bool &OffsetIsScalable, unsigned &Width,
|
| H A D | SIInstrInfo.cpp | 296 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, in getMemOperandsWithOffsetWidth() argument 302 OffsetIsScalable = false; in getMemOperandsWithOffsetWidth()
|