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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h296 if ((hasQPX() || isBGQ()) && !isQPXStackUnaligned())
328 /// isBGQ - True if this is a BG/Q platform.
329 bool isBGQ() const { return TargetTriple.getVendor() == Triple::BGQ; } function in class:llvm::PPCSubtarget

Completed in 62 milliseconds