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

/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h187 /// isBGP - True if this is a BG/P platform.
188 bool isBGP() const { return TargetTriple.getVendor() == Triple::BGP; } function in class:llvm::PPCSubtarget
H A DPPCTargetMachine.cpp87 if (Subtarget.isBGP())

Completed in 48 milliseconds