Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h273 bool isQPXStackUnaligned() const { return IsQPXStackUnaligned; } in isQPXStackUnaligned() function
275 if ((hasQPX() || isBGQ()) && !isQPXStackUnaligned()) in getPlatformStackAlignment()