Searched refs:CustomOperand (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUAsmUtils.h | 28 template <class T> struct CustomOperand { struct 65 extern const CustomOperand<const MCSubtargetInfo &> Msg[]; 75 extern const CustomOperand<const MCSubtargetInfo &> Opr[];
|
| H A D | AMDGPUAsmUtils.cpp | 39 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 D | AMDGPUBaseInfo.cpp | 1140 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()
|