Searched refs:CustomOperand (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/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 | 40 const CustomOperand<const MCSubtargetInfo &> Msg[] = { 69 sizeof(Msg) / sizeof(CustomOperand<const MCSubtargetInfo &>)); 94 const CustomOperand<const MCSubtargetInfo &> Opr[] = { 158 sizeof(Opr) / sizeof(CustomOperand<const MCSubtargetInfo &>));
|
| H A D | AMDGPUBaseInfo.cpp | 1463 static bool isValidOpr(int Idx, const CustomOperand<T> OpInfo[], int OpInfoSize, in isValidOpr() 1470 static int getOprIdx(std::function<bool(const CustomOperand<T> &)> Test, in getOprIdx() 1471 const CustomOperand<T> OpInfo[], int OpInfoSize, in getOprIdx() 1485 static int getOprIdx(const StringRef Name, const CustomOperand<T> OpInfo[], in getOprIdx() 1487 auto Test = [=](const CustomOperand<T> &Op) { return Op.Name == Name; }; in getOprIdx() 1492 static int getOprIdx(int Id, const CustomOperand<T> OpInfo[], int OpInfoSize, in getOprIdx() 1494 auto Test = [=](const CustomOperand<T> &Op) { in getOprIdx()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.td | 907 def SendMsg : CustomOperand<i32>; 911 def Endpgm : CustomOperand<i16, 1>; 913 def SWaitCnt : CustomOperand<i32>; 915 def DepCtr : CustomOperand<i32>; 917 def SDelayALU : CustomOperand<i32>; 1007 : CustomOperand<i1, 1, Name> { 1025 : CustomOperand<i32, 1, Name> { 1058 def CPol : CustomOperand<i32, 1>; 1069 def R128A16 : CustomOperand<i1, 1>; 1076 def FORMAT : CustomOperand<i8>; [all …]
|
| H A D | AMDGPUInstructions.td | 154 class CustomOperand<ValueType type, bit optional = 0, string name = NAME> 159 : CustomOperand<type, optional, name> { 168 class ValuePredicatedOperand<CustomOperand op, string valuePredicate, 170 : CustomOperand<op.Type, optional> {
|
| H A D | SOPInstructions.td | 9 def GPRIdxMode : CustomOperand<i32>;
|