Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/utils/TableGen/
H A DFastISelEmitter.cpp77 struct OperandsSignature { struct
78 class OpKind {
118 SmallVector<OpKind, 3> Operands;
120 bool operator<(const OperandsSignature &O) const { in operator <()
123 bool operator==(const OperandsSignature &O) const { in operator ==()
127 bool empty() const { return Operands.empty(); } in empty()
129 bool hasAnyImmediateCodes() const { in hasAnyImmediateCodes()
138 OperandsSignature getWithoutImmCodes() const { in getWithoutImmCodes()
148 void emitImmediatePredicate(raw_ostream &OS, ImmPredicateSet &ImmPredicates) { in emitImmediatePredicate()
176 bool initialize(TreePatternNode *InstPatNode, const CodeGenTarget &Target, in initialize()
[all …]