Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp86 struct OperandsSignature { struct
87 class OpKind {
139 SmallVector<OpKind, 3> Operands;
141 bool operator<(const OperandsSignature &O) const { in operator <()
144 bool operator==(const OperandsSignature &O) const { in operator ==()
148 bool empty() const { return Operands.empty(); } in empty()
150 bool hasAnyImmediateCodes() const { in hasAnyImmediateCodes()
158 OperandsSignature getWithoutImmCodes() const { in getWithoutImmCodes()
167 void emitImmediatePredicate(raw_ostream &OS, in emitImmediatePredicate()
195 bool initialize(TreePatternNode &InstPatNode, const CodeGenTarget &Target, in initialize()
[all …]