Home
last modified time | relevance | path

Searched refs:SymbolicOperand (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.cpp21 struct SymbolicOperand { struct
59 const SPIRV::SymbolicOperand *Lookup = in getSymbolicOperandMnemonic()
76 const SPIRV::SymbolicOperand *EnumValueInCategory = in getSymbolicOperandMnemonic()
94 const SPIRV::SymbolicOperand *Lookup = in getSymbolicOperandMinVersion()
106 const SPIRV::SymbolicOperand *Lookup = in getSymbolicOperandMaxVersion()
168 const SPIRV::SymbolicOperand *Lookup = in getLinkStringForBuiltIn()
183 const SPIRV::SymbolicOperand *Lookup = in getSpirvBuiltInIdByName()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSymbolicOperands.td24 // Forward-declare classes used in SymbolicOperand
27 class SymbolicOperand<OperandCategory category, bits<32> value, string mnemonic, bits<32> minVersio…
36 let FilterClass = "SymbolicOperand";
113 // Multiclass used to define a SymbolicOperand and at the same time declare
119 def : SymbolicOperand<category, value, mnemonic, minVersion, maxVersion>;
176 // SymbolicOperand entries.
309 // SymbolicOperand entries with string mnemonics, versioning, extensions, and
486 // SymbolicOperand entries.
515 // SymbolicOperand entries with string mnemonics, and capabilities.
542 // SymbolicOperand entries with string mnemonics and capabilities.
[all …]