HomeSort by relevance Sort by last modified time
    Searched refs:isBGQ (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 90 if (hasQPX() || isBGQ())
PPCSubtarget.h 170 /// isBGQ - True if this is a BG/Q platform.
171 bool isBGQ() const { return TargetTriple.getVendor() == Triple::BGQ; }
PPCFrameLowering.h 31 (sti.hasQPX() || sti.isBGQ()) ? 32 : 16, 0),

Completed in 1087 milliseconds