Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
158 void emitImmediatePredicate(raw_ostream &OS, ImmPredicateSet &ImmPredicates) { in emitImmediatePredicate()
187 bool initialize(TreePatternNode *InstPatNode, const CodeGenTarget &Target, in initialize()
[all …]