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.cpp89 struct OperandsSignature { struct
90 class OpKind {
142 SmallVector<OpKind, 3> Operands;
144 bool operator<(const OperandsSignature &O) const { in operator <()
147 bool operator==(const OperandsSignature &O) const { in operator ==()
151 bool empty() const { return Operands.empty(); } in empty()
153 bool hasAnyImmediateCodes() const { in hasAnyImmediateCodes()
162 OperandsSignature getWithoutImmCodes() const { in getWithoutImmCodes()
172 void emitImmediatePredicate(raw_ostream &OS, ImmPredicateSet &ImmPredicates) { in emitImmediatePredicate()
203 bool initialize(TreePatternNode &InstPatNode, const CodeGenTarget &Target, in initialize()
[all …]