Home
last modified time | relevance | path

Searched refs:VendorName (Results 1 – 18 of 18) 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-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.h49 StringRef VendorName,
106 uint32_t Stepping, StringRef VendorName,
153 uint32_t Stepping, StringRef VendorName,
DAMDGPUTargetStreamer.cpp187 StringRef VendorName, in EmitDirectiveHSACodeObjectISA() argument
191 ",\"" << VendorName << "\",\"" << ArchName << "\"\n"; in EmitDirectiveHSACodeObjectISA()
470 StringRef VendorName, in EmitDirectiveHSACodeObjectISA() argument
472 uint16_t VendorNameSize = VendorName.size() + 1; in EmitDirectiveHSACodeObjectISA()
486 OS.EmitBytes(VendorName); in EmitDirectiveHSACodeObjectISA()
/external/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.h49 StringRef VendorName,
106 uint32_t Stepping, StringRef VendorName,
154 uint32_t Stepping, StringRef VendorName,
DAMDGPUTargetStreamer.cpp208 StringRef VendorName, in EmitDirectiveHSACodeObjectISA() argument
212 ",\"" << VendorName << "\",\"" << ArchName << "\"\n"; in EmitDirectiveHSACodeObjectISA()
502 StringRef VendorName, in EmitDirectiveHSACodeObjectISA() argument
504 uint16_t VendorNameSize = VendorName.size() + 1; in EmitDirectiveHSACodeObjectISA()
518 OS.emitBytes(VendorName); in EmitDirectiveHSACodeObjectISA()
/external/angle/src/gpu_info_util/
DSystemInfo.cpp22 std::string VendorName(VendorID vendor) in VendorName() function
297 std::cout << " " << i << " - " << VendorName(gpu.vendorId) << " device id: 0x" << std::hex in PrintSystemInfo()
/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/rust/crates/libz-sys/src/zlib/qnx/
Dpackage.qpg48 <QPM:VendorName>Public</QPM:VendorName>
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DARMAttributeParser.cpp634 const char *VendorName = reinterpret_cast<const char*>(Data + Offset); in ParseSubsection() local
635 size_t VendorNameLength = std::strlen(VendorName); in ParseSubsection()
640 SW->printString("Vendor", StringRef(VendorName, VendorNameLength)); in ParseSubsection()
643 if (StringRef(VendorName, VendorNameLength).lower() != "aeabi") { in ParseSubsection()
DTriple.cpp464 static Triple::VendorType parseVendor(StringRef VendorName) { in parseVendor() argument
465 return StringSwitch<Triple::VendorType>(VendorName) in parseVendor()
/external/llvm-project/clang/lib/Lex/
DPPMacroExpansion.cpp1428 StringRef VendorName = TI.getTriple().getVendorName(); in isTargetVendor() local
1429 if (VendorName.empty()) in isTargetVendor()
1430 VendorName = "unknown"; in isTargetVendor()
1431 return VendorName.equals_lower(II->getName()); in isTargetVendor()
/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()
/external/llvm-project/llvm/lib/Support/
DTriple.cpp471 static Triple::VendorType parseVendor(StringRef VendorName) { in parseVendor() argument
472 return StringSwitch<Triple::VendorType>(VendorName) in parseVendor()
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1246 llvm::StringRef VendorName = data.GetCStr(&Offset); in ParseARMAttributes() local
1248 if (VendorName != "aeabi") in ParseARMAttributes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp3990 StringRef VendorName; in ParseDirectiveHSACodeObjectISA() local
4020 VendorName = getLexer().getTok().getStringContents(); in ParseDirectiveHSACodeObjectISA()
4034 VendorName, ArchName); in ParseDirectiveHSACodeObjectISA()
/external/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp4458 StringRef VendorName; in ParseDirectiveHSACodeObjectISA() local
4488 VendorName = getLexer().getTok().getStringContents(); in ParseDirectiveHSACodeObjectISA()
4502 VendorName, ArchName); in ParseDirectiveHSACodeObjectISA()