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

  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 270 bool isBGQ() const { return TargetTriple.getVendor() == Triple::BGQ; }
PPCTargetMachine.cpp 311 bool UsePrefetching = TM->getTargetTriple().getVendor() == Triple::BGQ &&
  /external/llvm/include/llvm/ADT/
Triple.h 123 BGQ,
  /external/llvm/lib/Support/
Triple.cpp 143 case BGQ: return "bgq";
403 .Case("bgq", Triple::BGQ)
    [all...]
  /external/llvm/unittests/ADT/
TripleTest.cpp 108 T = Triple("powerpc64-bgq-linux");
110 EXPECT_EQ(Triple::BGQ, T.getVendor());
    [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]

Completed in 156 milliseconds