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()
77 const SPIRV::SymbolicOperand *EnumValueInCategory = in getSymbolicOperandMnemonic()
97 const SPIRV::SymbolicOperand *Lookup = in getSymbolicOperandMinVersion()
109 const SPIRV::SymbolicOperand *Lookup = in getSymbolicOperandMaxVersion()
177 const SPIRV::SymbolicOperand *Lookup = in getLinkStringForBuiltIn()
192 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>;
180 // SymbolicOperand entries.
326 // SymbolicOperand entries with string mnemonics, versioning, extensions, and
535 // SymbolicOperand entries.
564 // SymbolicOperand entries with string mnemonics, and capabilities.
591 // SymbolicOperand entries with string mnemonics and capabilities.
[all …]