Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp3059 bool isStackAligned, in getLoadStoreRegOpcode() argument
3134 if (isStackAligned) in getLoadStoreRegOpcode()
3166 if (isStackAligned) in getLoadStoreRegOpcode()
3185 if (isStackAligned) in getLoadStoreRegOpcode()
3229 bool isStackAligned, in getStoreRegOpcode() argument
3231 return getLoadStoreRegOpcode(SrcReg, RC, isStackAligned, STI, false); in getStoreRegOpcode()
3237 bool isStackAligned, in getLoadRegOpcode() argument
3239 return getLoadStoreRegOpcode(DestReg, RC, isStackAligned, STI, true); in getLoadRegOpcode()