Home
last modified time | relevance | path

Searched refs:getVendor (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTriple.cpp1578 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h303 VendorType getVendor() const { return Vendor; } in getVendor() function
651 getVendor() == Triple::SCEI && in isPS4CPU()
657 return getVendor() == Triple::SCEI && in isPS4()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DSubtargetFeature.cpp72 if (Triple.getVendor() == Triple::Apple) { in getDefaultSubtargetFeatures()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUPALMetadata.h95 const char *getVendor() const;
DAMDGPUPALMetadata.cpp704 const char *AMDGPUPALMetadata::getVendor() const { in getVendor() function in AMDGPUPALMetadata
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCSubtarget.h318 bool isBGQ() const { return TargetTriple.getVendor() == Triple::BGQ; } in isBGQ()
DPPCTargetMachine.cpp408 bool UsePrefetching = TM->getTargetTriple().getVendor() == Triple::BGQ && in addIRPasses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.cpp424 const char *Vendor = getPALMetadata()->getVendor(); in finish()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp444 bool IsMyriad = TargetTriple.getVendor() == llvm::Triple::Myriad; in getShadowMapping()
1662 bool IsMyriad = TargetTriple.getVendor() == llvm::Triple::Myriad; in instrumentAddress()