| /freebsd-13.1/contrib/llvm-project/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 | 129 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, 138 int64_t &Offset, bool &OffsetIsScalable,
|
| H A D | AArch64InstrInfo.cpp | 2535 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, in getMemOperandsWithOffsetWidth() argument 2541 if (!getMemOperandWithOffsetWidth(LdSt, BaseOp, Offset, OffsetIsScalable, in getMemOperandsWithOffsetWidth() 2553 bool OffsetIsScalable; in getAddrModeFromMemoryOp() local 2554 if (!getMemOperandWithOffset(MemI, Base, Offset, OffsetIsScalable, TRI)) in getAddrModeFromMemoryOp() 2568 bool &OffsetIsScalable, unsigned &Width, in getMemOperandWithOffsetWidth() argument 2606 OffsetIsScalable = Scale.isScalable(); in getMemOperandWithOffsetWidth() 6674 bool OffsetIsScalable; in getOutliningCandidateInfo() local 6678 if (!getMemOperandWithOffset(MI, Base, Offset, OffsetIsScalable, &TRI) || in getOutliningCandidateInfo() 6683 if (OffsetIsScalable) in getOutliningCandidateInfo() 7149 bool OffsetIsScalable; in fixupPostOutline() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.h | 73 bool &OffsetIsScalable, unsigned &Width,
|
| H A D | LanaiInstrInfo.cpp | 800 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, in getMemOperandsWithOffsetWidth() argument 815 OffsetIsScalable = false; in getMemOperandsWithOffsetWidth()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetInstrInfo.cpp | 1073 bool &OffsetIsScalable, const TargetRegisterInfo *TRI) const { in getMemOperandWithOffset() argument 1076 if (!getMemOperandsWithOffsetWidth(MI, BaseOps, Offset, OffsetIsScalable, in getMemOperandWithOffset() 1181 bool OffsetIsScalable; in describeLoadedValue() local 1225 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, in describeLoadedValue() 1230 if (OffsetIsScalable) in describeLoadedValue()
|
| H A D | MachineSink.cpp | 1009 bool OffsetIsScalable; in SinkingPreventsImplicitNullCheck() local 1010 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, TRI)) in SinkingPreventsImplicitNullCheck()
|
| H A D | ModuloSchedule.cpp | 915 bool OffsetIsScalable; in computeDelta() local 916 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, TRI)) in computeDelta() 920 if (OffsetIsScalable) in computeDelta()
|
| H A D | MachinePipeliner.cpp | 2129 bool OffsetIsScalable; in computeDelta() local 2130 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, TRI)) in computeDelta() 2134 if (OffsetIsScalable) in computeDelta()
|
| H A D | MachineScheduler.cpp | 1691 bool OffsetIsScalable; in collectMemOpRecords() local 1694 OffsetIsScalable, Width, TRI)) { in collectMemOpRecords() 1698 << Offset << ", OffsetIsScalable: " << OffsetIsScalable in collectMemOpRecords()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1334 bool &OffsetIsScalable, 1346 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, in getMemOperandsWithOffsetWidth() argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 210 bool &OffsetIsScalable, unsigned &Width,
|
| H A D | HexagonInstrInfo.cpp | 2975 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, in getMemOperandsWithOffsetWidth() argument 2977 OffsetIsScalable = false; in getMemOperandsWithOffsetWidth()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 338 bool &OffsetIsScalable, unsigned &Width,
|
| H A D | X86InstrInfo.cpp | 3789 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, in getMemOperandsWithOffsetWidth() argument 3821 OffsetIsScalable = false; in getMemOperandsWithOffsetWidth()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 547 bool &OffsetIsScalable, unsigned &Width,
|
| H A D | PPCInstrInfo.cpp | 2756 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, in getMemOperandsWithOffsetWidth() argument 2759 OffsetIsScalable = false; in getMemOperandsWithOffsetWidth()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineScheduler.cpp | 1934 bool OffsetIsScalable; in schedule() local 1936 OffsetIsScalable, TRI)) in schedule()
|
| H A D | SIInstrInfo.h | 192 bool &OffsetIsScalable, unsigned &Width,
|
| H A D | SIInstrInfo.cpp | 250 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, in getMemOperandsWithOffsetWidth() argument 256 OffsetIsScalable = false; in getMemOperandsWithOffsetWidth()
|