LLVM 17.0.0git
|
Functions | |
int | getDefaultDepCtrEncoding (const MCSubtargetInfo &STI) |
bool | isSymbolicDepCtrEncoding (unsigned Code, bool &HasNonDefaultVal, const MCSubtargetInfo &STI) |
bool | decodeDepCtr (unsigned Code, int &Id, StringRef &Name, unsigned &Val, bool &IsDefault, const MCSubtargetInfo &STI) |
int | encodeDepCtr (const StringRef Name, int64_t Val, unsigned &UsedOprMask, const MCSubtargetInfo &STI) |
Variables | |
const CustomOperandVal | DepCtrInfo [] |
const int | DEP_CTR_SIZE |
bool llvm::AMDGPU::DepCtr::decodeDepCtr | ( | unsigned | Code, |
int & | Id, | ||
StringRef & | Name, | ||
unsigned & | Val, | ||
bool & | IsDefault, | ||
const MCSubtargetInfo & | STI | ||
) |
Definition at line 1490 of file AMDGPUBaseInfo.cpp.
References llvm::AMDGPU::decodeCustomOperand(), DEP_CTR_SIZE, DepCtrInfo, and Name.
int llvm::AMDGPU::DepCtr::encodeDepCtr | ( | const StringRef | Name, |
int64_t | Val, | ||
unsigned & | UsedOprMask, | ||
const MCSubtargetInfo & | STI | ||
) |
Definition at line 1496 of file AMDGPUBaseInfo.cpp.
References DEP_CTR_SIZE, DepCtrInfo, llvm::AMDGPU::encodeCustomOperand(), and Name.
int llvm::AMDGPU::DepCtr::getDefaultDepCtrEncoding | ( | const MCSubtargetInfo & | STI | ) |
Definition at line 1477 of file AMDGPUBaseInfo.cpp.
References llvm::Default, DEP_CTR_SIZE, DepCtrInfo, and llvm::AMDGPU::getDefaultCustomOperandEncoding().
bool llvm::AMDGPU::DepCtr::isSymbolicDepCtrEncoding | ( | unsigned | Code, |
bool & | HasNonDefaultVal, | ||
const MCSubtargetInfo & | STI | ||
) |
Definition at line 1484 of file AMDGPUBaseInfo.cpp.
References DEP_CTR_SIZE, DepCtrInfo, and llvm::AMDGPU::isSymbolicCustomOperandEncoding().
const int llvm::AMDGPU::DepCtr::DEP_CTR_SIZE |
Definition at line 30 of file AMDGPUAsmUtils.cpp.
Referenced by decodeDepCtr(), encodeDepCtr(), getDefaultDepCtrEncoding(), and isSymbolicDepCtrEncoding().
const CustomOperandVal llvm::AMDGPU::DepCtr::DepCtrInfo |
Definition at line 18 of file AMDGPUAsmUtils.cpp.
Referenced by decodeDepCtr(), encodeDepCtr(), getDefaultDepCtrEncoding(), and isSymbolicDepCtrEncoding().