Searched refs:VendorName (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| D | AMDGPUTargetStreamer.h | 60 StringRef VendorName, 133 uint32_t Stepping, StringRef VendorName, 193 uint32_t Stepping, StringRef VendorName,
|
| D | AMDGPUTargetStreamer.cpp | 219 StringRef VendorName, in EmitDirectiveHSACodeObjectISAV2() argument 223 << Twine(Stepping) << ",\"" << VendorName << "\",\"" << ArchName << "\"\n"; in EmitDirectiveHSACodeObjectISAV2() 668 StringRef VendorName, in EmitDirectiveHSACodeObjectISAV2() argument 670 uint16_t VendorNameSize = VendorName.size() + 1; in EmitDirectiveHSACodeObjectISAV2() 685 OS.emitBytes(VendorName); in EmitDirectiveHSACodeObjectISAV2()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/ |
| D | PPMacroExpansion.cpp | 1430 StringRef VendorName = TI.getTriple().getVendorName(); in isTargetVendor() local 1431 if (VendorName.empty()) in isTargetVendor() 1432 VendorName = "unknown"; in isTargetVendor() 1433 return VendorName.equals_insensitive(II->getName()); in isTargetVendor()
|
| /freebsd-12-stable/sys/dev/mpt/mpilib/ |
| D | mpi_ioc.h | 1163 U8 VendorName[32]; /* 68h */ member
|
| D | mpi_cnfg.h | 2114 U8 VendorName[16]; /* 24h */ member
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/ |
| D | Triple.cpp | 483 static Triple::VendorType parseVendor(StringRef VendorName) { in parseVendor() argument 484 return StringSwitch<Triple::VendorType>(VendorName) in parseVendor()
|
| /freebsd-12-stable/sys/dev/mps/mpi/ |
| D | mpi2_ioc.h | 1208 U8 VendorName[32]; /* 0x8C */ member
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| D | ObjectFileELF.cpp | 1259 llvm::StringRef VendorName = data.GetCStr(&Offset); in ParseARMAttributes() local 1261 if (VendorName != "aeabi") in ParseARMAttributes()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| D | AMDGPUAsmParser.cpp | 4865 StringRef VendorName; in ParseDirectiveHSACodeObjectISA() local 4890 if (!parseString(VendorName, "invalid vendor name")) in ParseDirectiveHSACodeObjectISA() 4900 VendorName, ArchName); in ParseDirectiveHSACodeObjectISA()
|