Searched refs:isStackAligned (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 3104 bool isStackAligned, in getLoadStoreRegOpcode() argument 3163 if (isStackAligned) in getLoadStoreRegOpcode() 3195 if (isStackAligned) in getLoadStoreRegOpcode() 3214 if (isStackAligned) in getLoadStoreRegOpcode() 3257 bool isStackAligned, in getStoreRegOpcode() argument 3259 return getLoadStoreRegOpcode(SrcReg, RC, isStackAligned, STI, false); in getStoreRegOpcode() 3265 bool isStackAligned, in getLoadRegOpcode() argument 3267 return getLoadStoreRegOpcode(DestReg, RC, isStackAligned, STI, true); in getLoadRegOpcode()
|