Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h141 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width,
150 int64_t &Offset, bool &OffsetIsScalable,
H A DAArch64InstrInfo.cpp2587 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 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()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1206 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 DMachineSink.cpp1018 bool OffsetIsScalable; in SinkingPreventsImplicitNullCheck() local
1019 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, TRI)) in SinkingPreventsImplicitNullCheck()
H A DModuloSchedule.cpp929 bool OffsetIsScalable; in computeDelta() local
930 if (!TII->getMemOperandWithOffset(MI, BaseOp, Offset, OffsetIsScalable, TRI)) in computeDelta()
934 if (OffsetIsScalable) in computeDelta()
H A DMachineScheduler.cpp1696 bool OffsetIsScalable; in collectMemOpRecords() local
1699 OffsetIsScalable, Width, TRI)) { in collectMemOpRecords()
1703 << Offset << ", OffsetIsScalable: " << OffsetIsScalable in collectMemOpRecords()
H A DMachinePipeliner.cpp2086 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 DTargetInstrInfo.h1385 bool &OffsetIsScalable,
1397 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, in getMemOperandsWithOffsetWidth() argument
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h211 bool &OffsetIsScalable, unsigned &Width,
H A DHexagonInstrInfo.cpp3042 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 DX86InstrInfo.h344 bool &OffsetIsScalable, unsigned &Width,
H A DX86InstrInfo.cpp3829 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 DPPCInstrInfo.h674 bool &OffsetIsScalable, unsigned &Width,
H A DPPCInstrInfo.cpp2852 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 DSIMachineScheduler.cpp1920 bool OffsetIsScalable; in schedule() local
1922 OffsetIsScalable, TRI)) in schedule()
H A DSIInstrInfo.h197 bool &OffsetIsScalable, unsigned &Width,
H A DSIInstrInfo.cpp296 int64_t &Offset, bool &OffsetIsScalable, unsigned &Width, in getMemOperandsWithOffsetWidth() argument
302 OffsetIsScalable = false; in getMemOperandsWithOffsetWidth()