14#ifndef LLVM_LIB_TARGET_AMDGPU_AMDGPUPALMETADATA_H
15#define LLVM_LIB_TARGET_AMDGPU_AMDGPUPALMETADATA_H
31 unsigned BlobType = 0;
36 bool VersionChecked =
false;
44 bool ResolvedAll =
true;
185 bool isLegacy()
const;
223 unsigned getPALVersion(
unsigned idx);
227 void toLegacyBlob(std::string &Blob);
228 void toMsgPackBlob(std::string &Blob);
This file defines the DenseMap class.
Machine Check Debug Module
This file declares a class that exposes a simple in-memory representation of a document of MsgPack ob...
Context object for machine code objects.
Base class for the full range of assembler expressions which are needed for parsing.
A Module instance is used to store all the information related to an LLVM module.
StringRef - Represent a constant reference to a string, i.e.
The instances of the Type class are immutable: once they are created, they are never changed.
A node in a MsgPack Document.
Simple in-memory representation of a document of msgpack objects with ability to find and create arra...
Type
MessagePack types as defined in the standard, with the exception of Integer being divided into a sign...
This is an optimization pass for GlobalISel generic memory operations.