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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h318 bool isBGQ() const { return TargetTriple.getVendor() == Triple::BGQ; }
H A DPPCTargetMachine.cpp408 bool UsePrefetching = TM->getTargetTriple().getVendor() == Triple::BGQ &&
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DPPC.cpp165 if (getTriple().getVendor() == llvm::Triple::BGQ) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h143 BGQ, enumerator in enum:llvm::Triple::VendorType
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp160 case BGQ: return "bgq";
470 .Case("bgq", Triple::BGQ)

Completed in 173 milliseconds