Searched refs:isStackAligned (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.cpp | 2247 bool isStackAligned, in getLoadStoreRegOpcode() argument 2293 if (isStackAligned) in getLoadStoreRegOpcode() 2305 if (isStackAligned) in getLoadStoreRegOpcode() 2314 bool isStackAligned, in getStoreRegOpcode() argument 2316 return getLoadStoreRegOpcode(SrcReg, RC, isStackAligned, TM, false); in getStoreRegOpcode() 2322 bool isStackAligned, in getLoadRegOpcode() argument 2324 return getLoadStoreRegOpcode(DestReg, RC, isStackAligned, TM, true); in getLoadRegOpcode()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 4609 bool isStackAligned, in getLoadStoreRegOpcode() argument 4668 if (isStackAligned) in getLoadStoreRegOpcode() 4676 if (isStackAligned) in getLoadStoreRegOpcode() 4686 if (isStackAligned) in getLoadStoreRegOpcode() 4692 if (isStackAligned) in getLoadStoreRegOpcode() 4699 if (isStackAligned) in getLoadStoreRegOpcode() 4742 bool isStackAligned, in getStoreRegOpcode() argument 4744 return getLoadStoreRegOpcode(SrcReg, RC, isStackAligned, STI, false); in getStoreRegOpcode() 4750 bool isStackAligned, in getLoadRegOpcode() argument 4752 return getLoadStoreRegOpcode(DestReg, RC, isStackAligned, STI, true); in getLoadRegOpcode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 3128 bool isStackAligned, in getLoadStoreRegOpcode() argument 3187 if (isStackAligned) in getLoadStoreRegOpcode() 3219 if (isStackAligned) in getLoadStoreRegOpcode() 3238 if (isStackAligned) in getLoadStoreRegOpcode() 3280 bool isStackAligned, in getStoreRegOpcode() argument 3282 return getLoadStoreRegOpcode(SrcReg, RC, isStackAligned, STI, false); in getStoreRegOpcode() 3288 bool isStackAligned, in getLoadRegOpcode() argument 3290 return getLoadStoreRegOpcode(DestReg, RC, isStackAligned, STI, true); in getLoadRegOpcode()
|