OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isBGQ
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp
138
if (hasQPX() ||
isBGQ
())
PPCSubtarget.h
198
///
isBGQ
- True if this is a BG/Q platform.
199
bool
isBGQ
() const { return TargetTriple.getVendor() == Triple::BGQ; }
PPCFrameLowering.h
31
(sti.hasQPX() || sti.
isBGQ
()) ? 32 : 16, 0),
Completed in 136 milliseconds