/external/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUTargetStreamer.h | 29 StringRef VendorName, 49 uint32_t Stepping, StringRef VendorName, 85 uint32_t Stepping, StringRef VendorName,
|
D | AMDGPUTargetStreamer.cpp | 49 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/ |
D | AMDGPUTargetStreamer.h | 49 StringRef VendorName, 106 uint32_t Stepping, StringRef VendorName, 153 uint32_t Stepping, StringRef VendorName,
|
D | AMDGPUTargetStreamer.cpp | 187 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/ |
D | AMDGPUTargetStreamer.h | 49 StringRef VendorName, 106 uint32_t Stepping, StringRef VendorName, 154 uint32_t Stepping, StringRef VendorName,
|
D | AMDGPUTargetStreamer.cpp | 208 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/ |
D | SystemInfo.cpp | 22 std::string VendorName(VendorID vendor) in VendorName() function 297 std::cout << " " << i << " - " << VendorName(gpu.vendorId) << " device id: 0x" << std::hex in PrintSystemInfo()
|
/external/rust/crates/libz-sys/src/zlib/qnx/ |
D | package.qpg | 48 <QPM:VendorName>Public</QPM:VendorName>
|
/external/llvm/tools/llvm-readobj/ |
D | ARMAttributeParser.cpp | 609 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/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ARMAttributeParser.cpp | 634 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()
|
D | Triple.cpp | 464 static Triple::VendorType parseVendor(StringRef VendorName) { in parseVendor() argument 465 return StringSwitch<Triple::VendorType>(VendorName) in parseVendor()
|
/external/llvm-project/clang/lib/Lex/ |
D | PPMacroExpansion.cpp | 1428 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/ |
D | Triple.cpp | 414 static Triple::VendorType parseVendor(StringRef VendorName) { in parseVendor() argument 415 return StringSwitch<Triple::VendorType>(VendorName) in parseVendor()
|
/external/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 1221 StringRef VendorName; in ParseDirectiveHSACodeObjectISA() local 1255 VendorName = getLexer().getTok().getStringContents(); in ParseDirectiveHSACodeObjectISA() 1269 VendorName, ArchName); in ParseDirectiveHSACodeObjectISA()
|
/external/llvm-project/llvm/lib/Support/ |
D | Triple.cpp | 471 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/ |
D | ObjectFileELF.cpp | 1246 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/ |
D | AMDGPUAsmParser.cpp | 3990 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/ |
D | AMDGPUAsmParser.cpp | 4458 StringRef VendorName; in ParseDirectiveHSACodeObjectISA() local 4488 VendorName = getLexer().getTok().getStringContents(); in ParseDirectiveHSACodeObjectISA() 4502 VendorName, ArchName); in ParseDirectiveHSACodeObjectISA()
|