Searched refs:IsStackAligned (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 3598 bool IsStackAligned, in getLoadStoreRegOpcode() argument 3675 if (IsStackAligned) in getLoadStoreRegOpcode() 3701 if (IsStackAligned) in getLoadStoreRegOpcode() 3720 if (IsStackAligned) in getLoadStoreRegOpcode() 3873 bool IsStackAligned, in getStoreRegOpcode() argument 3875 return getLoadStoreRegOpcode(SrcReg, RC, IsStackAligned, STI, false); in getStoreRegOpcode() 3880 bool IsStackAligned, const X86Subtarget &STI) { in getLoadRegOpcode() argument 3881 return getLoadStoreRegOpcode(DestReg, RC, IsStackAligned, STI, true); in getLoadRegOpcode()
|