Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4353 bool IsStackAligned, in getLoadStoreRegOpcode() argument
4433 if (IsStackAligned) in getLoadStoreRegOpcode()
4457 if (IsStackAligned) in getLoadStoreRegOpcode()
4474 if (IsStackAligned) in getLoadStoreRegOpcode()
4660 bool IsStackAligned, in getStoreRegOpcode() argument
4662 return getLoadStoreRegOpcode(SrcReg, RC, IsStackAligned, STI, false); in getStoreRegOpcode()
4667 bool IsStackAligned, const X86Subtarget &STI) { in getLoadRegOpcode() argument
4668 return getLoadStoreRegOpcode(DestReg, RC, IsStackAligned, STI, true); in getLoadRegOpcode()