Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp91 struct OperandsSignature { struct
92 class OpKind {
132 SmallVector<OpKind, 3> Operands;
134 bool operator<(const OperandsSignature &O) const { in operator <()
137 bool operator==(const OperandsSignature &O) const { in operator ==()
141 bool empty() const { return Operands.empty(); } in empty()
143 bool hasAnyImmediateCodes() const { in hasAnyImmediateCodes()
152 OperandsSignature getWithoutImmCodes() const { in getWithoutImmCodes()
296 void PrintParameters(raw_ostream &OS) const { in PrintParameters()
312 void PrintArguments(raw_ostream &OS, in PrintArguments()
[all …]