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.cpp4413 bool IsStackAligned, in getLoadStoreRegOpcode() argument
4493 if (IsStackAligned) in getLoadStoreRegOpcode()
4517 if (IsStackAligned) in getLoadStoreRegOpcode()
4534 if (IsStackAligned) in getLoadStoreRegOpcode()
4725 bool IsStackAligned, in getStoreRegOpcode() argument
4727 return getLoadStoreRegOpcode(SrcReg, RC, IsStackAligned, STI, false); in getStoreRegOpcode()
4732 bool IsStackAligned, const X86Subtarget &STI) { in getLoadRegOpcode() argument
4733 return getLoadStoreRegOpcode(DestReg, RC, IsStackAligned, STI, true); in getLoadRegOpcode()