Home
last modified time | relevance | path

Searched refs:DepCtrInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUAsmUtils.h58 extern const CustomOperandVal DepCtrInfo[];
H A DAMDGPUAsmUtils.cpp71 const CustomOperandVal DepCtrInfo[] = { variable
84 static_cast<int>(sizeof(DepCtrInfo) / sizeof(CustomOperandVal));
H A DAMDGPUBaseInfo.cpp1885 Default = getDefaultCustomOperandEncoding(DepCtrInfo, DEP_CTR_SIZE, STI); in getDefaultDepCtrEncoding()
1891 return isSymbolicCustomOperandEncoding(DepCtrInfo, DEP_CTR_SIZE, Code, in isSymbolicDepCtrEncoding()
1897 return decodeCustomOperand(DepCtrInfo, DEP_CTR_SIZE, Code, Id, Name, Val, in decodeDepCtr()
1903 return encodeCustomOperand(DepCtrInfo, DEP_CTR_SIZE, Name, Val, UsedOprMask, in encodeDepCtr()