Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUAsmUtils.h34 struct CustomOperandVal { struct
58 extern const CustomOperandVal DepCtrInfo[]; argument
H A DAMDGPUAsmUtils.cpp71 const CustomOperandVal DepCtrInfo[] = {
84 static_cast<int>(sizeof(DepCtrInfo) / sizeof(CustomOperandVal));
H A DAMDGPUBaseInfo.cpp1554 static unsigned getDefaultCustomOperandEncoding(const CustomOperandVal *Opr, in getDefaultCustomOperandEncoding()
1566 static bool isSymbolicCustomOperandEncoding(const CustomOperandVal *Opr, in isSymbolicCustomOperandEncoding()
1585 static bool decodeCustomOperand(const CustomOperandVal *Opr, int Size, in decodeCustomOperand()
1602 static int encodeCustomOperandVal(const CustomOperandVal &Op, in encodeCustomOperandVal()
1609 static int encodeCustomOperand(const CustomOperandVal *Opr, int Size, in encodeCustomOperand()