Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUAsmUtils.cpp27 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 DAMDGPUAsmUtils.h28 struct CustomOperand { struct
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.td899 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 DAMDGPUInstructions.td132 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 DSOPInstructions.td9 def GPRIdxMode : CustomOperand<i32>;