Home
last modified time | relevance | path

Searched refs:OffsetIsScalable (Results 1 – 22 of 22) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StorePairSuppress.cpp156 bool OffsetIsScalable; in runOnMachineFunction() local
157 if (TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, in runOnMachineFunction()
H A DAArch64InstrInfo.h158 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width,
167 int64_t &Offset, bool &OffsetIsScalable,
H A DAArch64InstrInfo.cpp2676 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 DLanaiInstrInfo.h73 bool &OffsetIsScalable, unsigned &Width,
H A DLanaiInstrInfo.cpp796 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 DTargetInstrInfo.cpp1366 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 DMachineScheduler.cpp1701 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 DModuloSchedule.cpp924 bool OffsetIsScalable; in computeDelta() local
925 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, TRI)) in computeDelta()
929 if (OffsetIsScalable) in computeDelta()
H A DMachineSink.cpp1308 bool OffsetIsScalable; in SinkingPreventsImplicitNullCheck() local
1309 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, TRI)) in SinkingPreventsImplicitNullCheck()
H A DMachinePipeliner.cpp2516 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 DRISCVInstrInfo.h157 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width,
H A DRISCVInstrInfo.cpp2205 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 DHexagonInstrInfo.h211 bool &OffsetIsScalable, unsigned &Width,
H A DHexagonInstrInfo.cpp3045 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 DTargetInstrInfo.h1435 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 DX86InstrInfo.h371 bool &OffsetIsScalable, unsigned &Width,
H A DX86InstrInfo.cpp4511 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 DPPCInstrInfo.h556 bool &OffsetIsScalable, unsigned &Width,
H A DPPCInstrInfo.cpp2823 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 DSIMachineScheduler.cpp1920 bool OffsetIsScalable; in schedule() local
1922 OffsetIsScalable, TRI)) in schedule()
H A DSIInstrInfo.h243 bool &OffsetIsScalable, unsigned &Width,
H A DSIInstrInfo.cpp363 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, in getMemOperandsWithOffsetWidth() argument
369 OffsetIsScalable = false; in getMemOperandsWithOffsetWidth()