Searched refs:IsStackAligned (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 3588 bool IsStackAligned, in getLoadStoreRegOpcode() argument 3662 if (IsStackAligned) in getLoadStoreRegOpcode() 3694 if (IsStackAligned) in getLoadStoreRegOpcode() 3713 if (IsStackAligned) in getLoadStoreRegOpcode() 3833 bool IsStackAligned, in getStoreRegOpcode() argument 3835 return getLoadStoreRegOpcode(SrcReg, RC, IsStackAligned, STI, false); in getStoreRegOpcode() 3840 bool IsStackAligned, const X86Subtarget &STI) { in getLoadRegOpcode() argument 3841 return getLoadStoreRegOpcode(DestReg, RC, IsStackAligned, STI, true); in getLoadRegOpcode()
|