Searched refs:CustomOperand (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUAsmUtils.cpp | 27 static StringRef getNameFromOperandTable(const CustomOperand (&Table)[N], in getNameFromOperandTable() 51 static int64_t getEncodingFromOperandTable(const CustomOperand (&Table)[N], in getEncodingFromOperandTable() 55 for (const CustomOperand &Entry : Table) { in getEncodingFromOperandTable() 94 static constexpr CustomOperand MsgOperands[] = { 121 static constexpr CustomOperand SysMsgOperands[] = { 129 static constexpr CustomOperand StreamMsgOperands[] = { 169 static constexpr CustomOperand Operands[] = {
|
| H A D | AMDGPUAsmUtils.h | 28 struct CustomOperand { struct
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.td | 1017 def SOPPBrTarget : CustomOperand<OtherVT> { 1026 def InterpSlot : CustomOperand<i32>; 1030 def InterpAttr : CustomOperand<i32>; 1046 def SendMsg : CustomOperand<i32>; 1048 def Swizzle : CustomOperand<i16, 1>; 1050 def Endpgm : CustomOperand<i16, 1>; 1052 def SWaitCnt : CustomOperand<i32>; 1054 def DepCtr : CustomOperand<i32>; 1056 def SDelayALU : CustomOperand<i32>; 1137 : CustomOperand<i32, Optional, name> { [all …]
|
| H A D | AMDGPUInstructions.td | 132 class CustomOperand<ValueType type, bit optional = 0, string name = NAME> 137 : CustomOperand<type, optional, name> { 148 class ValuePredicatedOperand<CustomOperand op, string valuePredicate, 150 : CustomOperand<op.Type, optional> {
|
| H A D | SOPInstructions.td | 9 def GPRIdxMode : CustomOperand<i32>;
|