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 | 899 def SOPPBrTarget : CustomOperand<OtherVT> { 908 def InterpSlot : CustomOperand<i32>; 912 def InterpAttr : CustomOperand<i32>; 928 def SendMsg : CustomOperand<i32>; 930 def Swizzle : CustomOperand<i16, 1>; 932 def Endpgm : CustomOperand<i16, 1>; 934 def SWaitCnt : CustomOperand<i32>; 936 def DepCtr : CustomOperand<i32>; 938 def SDelayALU : CustomOperand<i32>; 1020 : CustomOperand<Type, 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>;
|