Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.h29 StringRef VendorName,
49 uint32_t Stepping, StringRef VendorName,
85 uint32_t Stepping, StringRef VendorName,
DAMDGPUTargetStreamer.cpp49 StringRef VendorName, in EmitDirectiveHSACodeObjectISA() argument
53 ",\"" << VendorName << "\",\"" << ArchName << "\"\n"; in EmitDirectiveHSACodeObjectISA()
279 StringRef VendorName, in EmitDirectiveHSACodeObjectISA() argument
285 uint16_t VendorNameSize = VendorName.size() + 1; in EmitDirectiveHSACodeObjectISA()
302 OS.EmitBytes(VendorName); in EmitDirectiveHSACodeObjectISA()
/external/swiftshader/third_party/LLVM/lib/Support/
DTriple.cpp337 Triple::VendorType Triple::ParseVendor(StringRef VendorName) { in ParseVendor() argument
338 if (VendorName == "apple") in ParseVendor()
340 else if (VendorName == "pc") in ParseVendor()
342 else if (VendorName == "scei") in ParseVendor()
/external/llvm/tools/llvm-readobj/
DARMAttributeParser.cpp609 const char *VendorName = reinterpret_cast<const char*>(Data + Offset); in ParseSubsection() local
610 size_t VendorNameLength = std::strlen(VendorName); in ParseSubsection()
611 SW.printString("Vendor", StringRef(VendorName, VendorNameLength)); in ParseSubsection()
614 if (StringRef(VendorName, VendorNameLength).lower() != "aeabi") in ParseSubsection()
/external/zlib/src/qnx/
Dpackage.qpg48 <QPM:VendorName>Public</QPM:VendorName>
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DTriple.h130 static VendorType ParseVendor(StringRef VendorName);
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DTriple.cpp430 static Triple::VendorType parseVendor(StringRef VendorName) { in parseVendor() argument
431 return StringSwitch<Triple::VendorType>(VendorName) in parseVendor()
/external/llvm/lib/Support/
DTriple.cpp414 static Triple::VendorType parseVendor(StringRef VendorName) { in parseVendor() argument
415 return StringSwitch<Triple::VendorType>(VendorName) in parseVendor()
/external/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1221 StringRef VendorName; in ParseDirectiveHSACodeObjectISA() local
1255 VendorName = getLexer().getTok().getStringContents(); in ParseDirectiveHSACodeObjectISA()
1269 VendorName, ArchName); in ParseDirectiveHSACodeObjectISA()