Home
last modified time | relevance | path

Searched defs:OperandsSignature (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DFastISelEmitter.cpp87 struct OperandsSignature { struct
88 class OpKind {
128 SmallVector<OpKind, 3> Operands;
130 bool operator<(const OperandsSignature &O) const { in operator <()
133 bool operator==(const OperandsSignature &O) const { in operator ==()
137 bool empty() const { return Operands.empty(); } in empty()
139 bool hasAnyImmediateCodes() const { in hasAnyImmediateCodes()
148 OperandsSignature getWithoutImmCodes() const { in getWithoutImmCodes()
292 void PrintParameters(raw_ostream &OS) const { in PrintParameters()
308 void PrintArguments(raw_ostream &OS, in PrintArguments()
[all …]