Searched refs:getVendor (Results 1 – 9 of 9) sorted by relevance
1578 if (getVendor() == Triple::Apple) in isCompatibleWith()1580 getVendor() == Other.getVendor() && getOS() == Other.getOS(); in isCompatibleWith()1583 getVendor() == Other.getVendor() && getOS() == Other.getOS() && in isCompatibleWith()1589 if (getVendor() == Triple::Apple) in isCompatibleWith()1591 getVendor() == Other.getVendor() && getOS() == Other.getOS(); in isCompatibleWith()1598 if (getVendor() == Triple::Apple) in merge()
303 VendorType getVendor() const { return Vendor; } in getVendor() function651 getVendor() == Triple::SCEI && in isPS4CPU()657 return getVendor() == Triple::SCEI && in isPS4()
72 if (Triple.getVendor() == Triple::Apple) { in getDefaultSubtargetFeatures()
95 const char *getVendor() const;
704 const char *AMDGPUPALMetadata::getVendor() const { in getVendor() function in AMDGPUPALMetadata
318 bool isBGQ() const { return TargetTriple.getVendor() == Triple::BGQ; } in isBGQ()
408 bool UsePrefetching = TM->getTargetTriple().getVendor() == Triple::BGQ && in addIRPasses()
424 const char *Vendor = getPALMetadata()->getVendor(); in finish()
444 bool IsMyriad = TargetTriple.getVendor() == llvm::Triple::Myriad; in getShadowMapping()1662 bool IsMyriad = TargetTriple.getVendor() == llvm::Triple::Myriad; in instrumentAddress()