LLVM 20.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) |
unsigned | decodeFieldVmVsrc (unsigned Encoded) |
unsigned | decodeFieldVaVdst (unsigned Encoded) |
unsigned | decodeFieldSaSdst (unsigned Encoded) |
unsigned | encodeFieldVmVsrc (unsigned Encoded, unsigned VmVsrc) |
unsigned | encodeFieldVmVsrc (unsigned VmVsrc) |
unsigned | encodeFieldVaVdst (unsigned Encoded, unsigned VaVdst) |
unsigned | encodeFieldVaVdst (unsigned VaVdst) |
unsigned | encodeFieldSaSdst (unsigned Encoded, unsigned SaSdst) |
unsigned | encodeFieldSaSdst (unsigned SaSdst) |
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 1646 of file AMDGPUBaseInfo.cpp.
References llvm::AMDGPU::decodeCustomOperand(), DEP_CTR_SIZE, DepCtrInfo, and Name.
Encoded
. Definition at line 1666 of file AMDGPUBaseInfo.cpp.
Encoded
. Definition at line 1662 of file AMDGPUBaseInfo.cpp.
Encoded
. Definition at line 1658 of file AMDGPUBaseInfo.cpp.
int llvm::AMDGPU::DepCtr::encodeDepCtr | ( | const StringRef | Name, |
int64_t | Val, | ||
unsigned & | UsedOprMask, | ||
const MCSubtargetInfo & | STI | ||
) |
Definition at line 1652 of file AMDGPUBaseInfo.cpp.
References DEP_CTR_SIZE, DepCtrInfo, llvm::AMDGPU::encodeCustomOperand(), and Name.
Encoded
combined with encoded SaSdst
. Definition at line 1686 of file AMDGPUBaseInfo.cpp.
Referenced by encodeFieldSaSdst().
SaSdst
as an encoded Depctr immediate. Definition at line 1690 of file AMDGPUBaseInfo.cpp.
References encodeFieldSaSdst().
Encoded
combined with encoded VaVdst
. Definition at line 1678 of file AMDGPUBaseInfo.cpp.
Referenced by encodeFieldVaVdst().
VaVdst
as an encoded Depctr immediate. Definition at line 1682 of file AMDGPUBaseInfo.cpp.
References encodeFieldVaVdst().
Encoded
combined with encoded VmVsrc
. Definition at line 1670 of file AMDGPUBaseInfo.cpp.
Referenced by encodeFieldVmVsrc().
VmVsrc
as an encoded Depctr immediate. Definition at line 1674 of file AMDGPUBaseInfo.cpp.
References encodeFieldVmVsrc().
int llvm::AMDGPU::DepCtr::getDefaultDepCtrEncoding | ( | const MCSubtargetInfo & | STI | ) |
Definition at line 1633 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 1640 of file AMDGPUBaseInfo.cpp.
References DEP_CTR_SIZE, DepCtrInfo, and llvm::AMDGPU::isSymbolicCustomOperandEncoding().
const int llvm::AMDGPU::DepCtr::DEP_CTR_SIZE |
Definition at line 83 of file AMDGPUAsmUtils.cpp.
Referenced by decodeDepCtr(), encodeDepCtr(), getDefaultDepCtrEncoding(), and isSymbolicDepCtrEncoding().
const CustomOperandVal llvm::AMDGPU::DepCtr::DepCtrInfo |
Definition at line 71 of file AMDGPUAsmUtils.cpp.
Referenced by decodeDepCtr(), encodeDepCtr(), getDefaultDepCtrEncoding(), and isSymbolicDepCtrEncoding().