Searched refs:IsStackAligned (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 3567 bool IsStackAligned, in getLoadStoreRegOpcode() argument 3645 if (IsStackAligned) in getLoadStoreRegOpcode() 3671 if (IsStackAligned) in getLoadStoreRegOpcode() 3690 if (IsStackAligned) in getLoadStoreRegOpcode() 3839 bool IsStackAligned, in getStoreRegOpcode() argument 3841 return getLoadStoreRegOpcode(SrcReg, RC, IsStackAligned, STI, false); in getStoreRegOpcode() 3846 bool IsStackAligned, const X86Subtarget &STI) { in getLoadRegOpcode() argument 3847 return getLoadStoreRegOpcode(DestReg, RC, IsStackAligned, STI, true); in getLoadRegOpcode()
|