Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StorePairSuppress.cpp152 bool OffsetIsScalable; in runOnMachineFunction() local
153 if (TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, in runOnMachineFunction()
H A DAArch64InstrInfo.h129 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width,
138 int64_t &Offset, bool &OffsetIsScalable,
H A DAArch64InstrInfo.cpp2535 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 DLanaiInstrInfo.h73 bool &OffsetIsScalable, unsigned &Width,
H A DLanaiInstrInfo.cpp800 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 DTargetInstrInfo.cpp1073 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 DMachineSink.cpp1009 bool OffsetIsScalable; in SinkingPreventsImplicitNullCheck() local
1010 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, TRI)) in SinkingPreventsImplicitNullCheck()
H A DModuloSchedule.cpp915 bool OffsetIsScalable; in computeDelta() local
916 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, TRI)) in computeDelta()
920 if (OffsetIsScalable) in computeDelta()
H A DMachinePipeliner.cpp2129 bool OffsetIsScalable; in computeDelta() local
2130 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, TRI)) in computeDelta()
2134 if (OffsetIsScalable) in computeDelta()
H A DMachineScheduler.cpp1691 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 DTargetInstrInfo.h1334 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 DHexagonInstrInfo.h210 bool &OffsetIsScalable, unsigned &Width,
H A DHexagonInstrInfo.cpp2975 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 DX86InstrInfo.h338 bool &OffsetIsScalable, unsigned &Width,
H A DX86InstrInfo.cpp3789 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 DPPCInstrInfo.h547 bool &OffsetIsScalable, unsigned &Width,
H A DPPCInstrInfo.cpp2756 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 DSIMachineScheduler.cpp1934 bool OffsetIsScalable; in schedule() local
1936 OffsetIsScalable, TRI)) in schedule()
H A DSIInstrInfo.h192 bool &OffsetIsScalable, unsigned &Width,
H A DSIInstrInfo.cpp250 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, in getMemOperandsWithOffsetWidth() argument
256 OffsetIsScalable = false; in getMemOperandsWithOffsetWidth()