| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64StorePairSuppress.cpp | 162 bool OffsetIsScalable; in runOnMachineFunction() local 163 if (TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, in runOnMachineFunction()
|
| H A D | AArch64InstrInfo.h | 304 int64_t &Offset, bool &OffsetIsScalable, LocationSize &Width, 313 int64_t &Offset, bool &OffsetIsScalable,
|
| H A D | AArch64InstrInfo.cpp | 2981 int64_t &Offset, bool &OffsetIsScalable, LocationSize &Width, in getMemOperandsWithOffsetWidth() argument 2988 if (!getMemOperandWithOffsetWidth(LdSt, BaseOp, Offset, OffsetIsScalable, in getMemOperandsWithOffsetWidth() 3003 bool OffsetIsScalable; in getAddrModeFromMemoryOp() local 3004 if (!getMemOperandWithOffset(MemI, Base, Offset, OffsetIsScalable, TRI)) in getAddrModeFromMemoryOp() 3997 bool &OffsetIsScalable, TypeSize &Width, in getMemOperandWithOffsetWidth() argument 4038 OffsetIsScalable = Scale.isScalable(); in getMemOperandWithOffsetWidth() 9250 bool OffsetIsScalable; in getOutliningCandidateInfo() local 9254 if (!getMemOperandWithOffset(MI, Base, Offset, OffsetIsScalable, &TRI) || in getOutliningCandidateInfo() 9259 if (OffsetIsScalable) in getOutliningCandidateInfo() 9788 bool OffsetIsScalable; in fixupPostOutline() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.h | 75 bool &OffsetIsScalable, LocationSize &Width,
|
| H A D | LanaiInstrInfo.cpp | 798 int64_t &Offset, bool &OffsetIsScalable, LocationSize &Width, in getMemOperandsWithOffsetWidth() argument 813 OffsetIsScalable = false; in getMemOperandsWithOffsetWidth()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineScheduler.cpp | 1992 bool OffsetIsScalable; member 1995 int64_t Offset, bool OffsetIsScalable, LocationSize Width) in MemOpInfo() 1997 OffsetIsScalable(OffsetIsScalable) {} in MemOpInfo() 2139 MemOpa.OffsetIsScalable, MemOpb.BaseOps, in clusterNeighboringMemOps() 2140 MemOpb.Offset, MemOpb.OffsetIsScalable, in clusterNeighboringMemOps() 2221 bool OffsetIsScalable; in collectMemOpRecords() local 2224 OffsetIsScalable, Width, TRI)) { in collectMemOpRecords() 2229 MemOpInfo(&SU, BaseOps, Offset, OffsetIsScalable, Width)); in collectMemOpRecords() 2232 << Offset << ", OffsetIsScalable: " << OffsetIsScalable in collectMemOpRecords()
|
| H A D | TargetInstrInfo.cpp | 1737 bool &OffsetIsScalable, const TargetRegisterInfo *TRI) const { in getMemOperandWithOffset() argument 1740 if (!getMemOperandsWithOffsetWidth(MI, BaseOps, Offset, OffsetIsScalable, in getMemOperandWithOffset() 1865 bool OffsetIsScalable; in describeLoadedValue() local 1904 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, in describeLoadedValue() 1909 if (OffsetIsScalable) in describeLoadedValue()
|
| H A D | MachinePipeliner.cpp | 2853 bool OffsetIsScalable; in findLoopIncrementValue() local 2854 if (TII->getMemOperandWithOffset(*Def, BaseOp, Offset, OffsetIsScalable, in findLoopIncrementValue() 2885 bool OffsetIsScalable; in computeDelta() local 2886 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, TRI)) in computeDelta() 2890 if (OffsetIsScalable) in computeDelta()
|
| H A D | MachineSink.cpp | 1532 bool OffsetIsScalable; in SinkingPreventsImplicitNullCheck() local 1533 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, TRI)) in SinkingPreventsImplicitNullCheck()
|
| H A D | ModuloSchedule.cpp | 949 bool OffsetIsScalable; in computeDelta() local 950 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, TRI)) in computeDelta() 954 if (OffsetIsScalable) in computeDelta()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.h | 175 int64_t &Offset, bool &OffsetIsScalable, LocationSize &Width,
|
| H A D | RISCVInstrInfo.cpp | 3157 int64_t &Offset, bool &OffsetIsScalable, LocationSize &Width, in getMemOperandsWithOffsetWidth() argument 3192 OffsetIsScalable = false; in getMemOperandsWithOffsetWidth()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 211 bool &OffsetIsScalable, LocationSize &Width,
|
| H A D | HexagonInstrInfo.cpp | 3078 int64_t &Offset, bool &OffsetIsScalable, LocationSize &Width, in getMemOperandsWithOffsetWidth() argument 3080 OffsetIsScalable = false; in getMemOperandsWithOffsetWidth()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1537 bool &OffsetIsScalable, 1551 int64_t &Offset, bool &OffsetIsScalable, LocationSize &Width, in getMemOperandsWithOffsetWidth() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 448 bool &OffsetIsScalable, LocationSize &Width,
|
| H A D | X86InstrInfo.cpp | 4681 int64_t &Offset, bool &OffsetIsScalable, LocationSize &Width, in getMemOperandsWithOffsetWidth() argument 4713 OffsetIsScalable = false; in getMemOperandsWithOffsetWidth()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 680 bool &OffsetIsScalable, LocationSize &Width,
|
| H A D | PPCInstrInfo.cpp | 2862 int64_t &Offset, bool &OffsetIsScalable, LocationSize &Width, in getMemOperandsWithOffsetWidth() argument 2865 OffsetIsScalable = false; in getMemOperandsWithOffsetWidth()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineScheduler.cpp | 1900 bool OffsetIsScalable; in schedule() local 1902 OffsetIsScalable, TRI)) in schedule()
|
| H A D | SIInstrInfo.h | 254 bool &OffsetIsScalable, LocationSize &Width,
|
| H A D | SIInstrInfo.cpp | 364 int64_t &Offset, bool &OffsetIsScalable, LocationSize &Width, in getMemOperandsWithOffsetWidth() argument 370 OffsetIsScalable = false; in getMemOperandsWithOffsetWidth()
|