Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUAsmUtils.h28 template <class T> struct CustomOperand { struct
65 extern const CustomOperand<const MCSubtargetInfo &> Msg[];
75 extern const CustomOperand<const MCSubtargetInfo &> Opr[];
H A DAMDGPUAsmUtils.cpp39 const CustomOperand<const MCSubtargetInfo &> Msg[] = {
66 sizeof(Msg) / sizeof(CustomOperand<const MCSubtargetInfo &>));
90 const CustomOperand<const MCSubtargetInfo &> Opr[] = {
135 sizeof(Opr) / sizeof(CustomOperand<const MCSubtargetInfo &>));
H A DAMDGPUBaseInfo.cpp1140 static bool isValidOpr(int Idx, const CustomOperand<T> OpInfo[], int OpInfoSize, in isValidOpr()
1147 static int getOprIdx(std::function<bool(const CustomOperand<T> &)> Test, in getOprIdx()
1148 const CustomOperand<T> OpInfo[], int OpInfoSize, in getOprIdx()
1162 static int getOprIdx(const StringRef Name, const CustomOperand<T> OpInfo[], in getOprIdx()
1164 auto Test = [=](const CustomOperand<T> &Op) { return Op.Name == Name; }; in getOprIdx()
1169 static int getOprIdx(int Id, const CustomOperand<T> OpInfo[], int OpInfoSize, in getOprIdx()
1171 auto Test = [=](const CustomOperand<T> &Op) { in getOprIdx()