Searched refs:VendorName (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.h49 StringRef VendorName,
106 uint32_t Stepping, StringRef VendorName,
153 uint32_t Stepping, StringRef VendorName,
H A DAMDGPUTargetStreamer.cpp187 StringRef VendorName,
191 ",\"" << VendorName << "\",\"" << ArchName << "\"\n";
470 StringRef VendorName,
472 uint16_t VendorNameSize = VendorName.size() + 1;
486 OS.EmitBytes(VendorName);
487 OS.EmitIntValue(0, 1); // NULL terminate VendorName
184 EmitDirectiveHSACodeObjectISA(uint32_t Major, uint32_t Minor, uint32_t Stepping, StringRef VendorName, StringRef ArchName) argument
467 EmitDirectiveHSACodeObjectISA(uint32_t Major, uint32_t Minor, uint32_t Stepping, StringRef VendorName, StringRef ArchName) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DARMAttributeParser.cpp634 const char *VendorName = reinterpret_cast<const char*>(Data + Offset); local
635 size_t VendorNameLength = std::strlen(VendorName);
640 SW->printString("Vendor", StringRef(VendorName, VendorNameLength));
643 if (StringRef(VendorName, VendorNameLength).lower() != "aeabi") {
H A DTriple.cpp464 static Triple::VendorType parseVendor(StringRef VendorName) { argument
465 return StringSwitch<Triple::VendorType>(VendorName)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1428 StringRef VendorName = TI.getTriple().getVendorName();
1429 if (VendorName.empty())
1430 VendorName = "unknown";
1431 return VendorName.equals_lower(II->getName());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp874 StringRef VendorName; local
877 VendorName = P.getPreprocessor().getSpelling(P.getCurToken(), Buffer);
879 if (!VendorName.empty())
880 Vendors.insert(VendorName);
889 << (VendorName.empty() ? "vendor name" : VendorName);
/freebsd-11-stable/sys/dev/mps/mpi/
H A Dmpi2_ioc.h1206 U8 VendorName[32]; /* 0x8C */ member in struct:_MPI2_FW_IMAGE_HEADER
/freebsd-11-stable/sys/dev/mpt/mpilib/
H A Dmpi_ioc.h1161 U8 VendorName[32]; /* 68h */ member in struct:_MPI_FW_HEADER
H A Dmpi_cnfg.h2112 U8 VendorName[16]; /* 24h */ member in struct:_CONFIG_PAGE_FC_PORT_10_BASE_SFP_DATA
/freebsd-11-stable/sys/dev/mpr/mpi/
H A Dmpi2_ioc.h1729 U8 VendorName[32]; /* 0x8C */ member in struct:_MPI2_FW_IMAGE_HEADER
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1242 llvm::StringRef VendorName = data.GetCStr(&Offset); local
1244 if (VendorName != "aeabi")
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3990 StringRef VendorName; local
4020 VendorName = getLexer().getTok().getStringContents();
4034 VendorName, ArchName);

Completed in 308 milliseconds