Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DFastISelEmitter.cpp71 struct OperandsSignature { struct
72 class OpKind {
112 SmallVector<OpKind, 3> Operands;
114 bool operator<(const OperandsSignature &O) const { in operator <()
117 bool operator==(const OperandsSignature &O) const { in operator ==()
121 bool empty() const { return Operands.empty(); } in empty()
123 bool hasAnyImmediateCodes() const { in hasAnyImmediateCodes()
132 OperandsSignature getWithoutImmCodes() const { in getWithoutImmCodes()
142 void emitImmediatePredicate(raw_ostream &OS, ImmPredicateSet &ImmPredicates) { in emitImmediatePredicate()
170 bool initialize(TreePatternNode *InstPatNode, const CodeGenTarget &Target, in initialize()
[all …]
/external/llvm/utils/TableGen/
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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
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 …]