Searched refs:IsStackAligned (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 4248 bool IsStackAligned, in getLoadStoreRegOpcode() argument 4328 if (IsStackAligned) in getLoadStoreRegOpcode() 4352 if (IsStackAligned) in getLoadStoreRegOpcode() 4369 if (IsStackAligned) in getLoadStoreRegOpcode() 4555 bool IsStackAligned, in getStoreRegOpcode() argument 4557 return getLoadStoreRegOpcode(SrcReg, RC, IsStackAligned, STI, false); in getStoreRegOpcode() 4562 bool IsStackAligned, const X86Subtarget &STI) { in getLoadRegOpcode() argument 4563 return getLoadStoreRegOpcode(DestReg, RC, IsStackAligned, STI, true); in getLoadRegOpcode()
|