Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.h269 if ((hasQPX() || isBGQ()) && !isQPXStackUnaligned()) in getPlatformStackAlignment()
286 bool isBGQ() const { return TargetTriple.getVendor() == Triple::BGQ; } in isBGQ() function