Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.cpp1386 static unsigned getDefaultCustomOperandEncoding(const CustomOperandVal *Opr, in getDefaultCustomOperandEncoding()
1398 static bool isSymbolicCustomOperandEncoding(const CustomOperandVal *Opr, in isSymbolicCustomOperandEncoding()
1417 static bool decodeCustomOperand(const CustomOperandVal *Opr, int Size, in decodeCustomOperand()
1434 static int encodeCustomOperandVal(const CustomOperandVal &Op, in encodeCustomOperandVal()
1441 static int encodeCustomOperand(const CustomOperandVal *Opr, int Size, in encodeCustomOperand()