Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUAsmUtils.h34 struct CustomOperandVal { struct
58 extern const CustomOperandVal DepCtrInfo[]; argument
H A DAMDGPUAsmUtils.cpp18 const CustomOperandVal DepCtrInfo[] = {
31 static_cast<int>(sizeof(DepCtrInfo) / sizeof(CustomOperandVal));
H A DAMDGPUBaseInfo.cpp1188 static unsigned getDefaultCustomOperandEncoding(const CustomOperandVal *Opr, in getDefaultCustomOperandEncoding()
1200 static bool isSymbolicCustomOperandEncoding(const CustomOperandVal *Opr, in isSymbolicCustomOperandEncoding()
1219 static bool decodeCustomOperand(const CustomOperandVal *Opr, int Size, in decodeCustomOperand()
1236 static int encodeCustomOperandVal(const CustomOperandVal &Op, in encodeCustomOperandVal()
1243 static int encodeCustomOperand(const CustomOperandVal *Opr, int Size, in encodeCustomOperand()