/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-7.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUTargetStreamer.h | 50 StringRef VendorName, 87 uint32_t Stepping, StringRef VendorName, 127 uint32_t Stepping, StringRef VendorName,
|
D | AMDGPUTargetStreamer.cpp | 150 StringRef VendorName, in EmitDirectiveHSACodeObjectISA() argument 154 ",\"" << VendorName << "\",\"" << ArchName << "\"\n"; in EmitDirectiveHSACodeObjectISA() 398 StringRef VendorName, in EmitDirectiveHSACodeObjectISA() argument 400 uint16_t VendorNameSize = VendorName.size() + 1; in EmitDirectiveHSACodeObjectISA() 416 OS.EmitBytes(VendorName); in EmitDirectiveHSACodeObjectISA()
|
/external/angle/src/gpu_info_util/ |
D | SystemInfo.cpp | 22 std::string VendorName(VendorID vendor) in VendorName() function 290 std::cout << " " << i << " - " << VendorName(gpu.vendorId) << " device id: 0x" << std::hex in PrintSystemInfo()
|
/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-7.0/llvm/lib/Support/ |
D | ARMAttributeParser.cpp | 620 const char *VendorName = reinterpret_cast<const char*>(Data + Offset); in ParseSubsection() local 621 size_t VendorNameLength = std::strlen(VendorName); in ParseSubsection() 626 SW->printString("Vendor", StringRef(VendorName, VendorNameLength)); in ParseSubsection() 629 if (StringRef(VendorName, VendorNameLength).lower() != "aeabi") { in ParseSubsection()
|
D | Triple.cpp | 450 static Triple::VendorType parseVendor(StringRef VendorName) { in parseVendor() argument 451 return StringSwitch<Triple::VendorType>(VendorName) in parseVendor()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Triple.cpp | 430 static Triple::VendorType parseVendor(StringRef VendorName) { in parseVendor() argument 431 return StringSwitch<Triple::VendorType>(VendorName) in parseVendor()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 2959 StringRef VendorName; in ParseDirectiveHSACodeObjectISA() local 2990 VendorName = getLexer().getTok().getStringContents(); in ParseDirectiveHSACodeObjectISA() 3004 VendorName, ArchName); in ParseDirectiveHSACodeObjectISA()
|