Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3536 bool IsStackAligned, in getLoadStoreRegOpcode() argument
3610 if (IsStackAligned) in getLoadStoreRegOpcode()
3642 if (IsStackAligned) in getLoadStoreRegOpcode()
3661 if (IsStackAligned) in getLoadStoreRegOpcode()
3781 bool IsStackAligned, in getStoreRegOpcode() argument
3783 return getLoadStoreRegOpcode(SrcReg, RC, IsStackAligned, STI, false); in getStoreRegOpcode()
3788 bool IsStackAligned, const X86Subtarget &STI) { in getLoadRegOpcode() argument
3789 return getLoadStoreRegOpcode(DestReg, RC, IsStackAligned, STI, true); in getLoadRegOpcode()