Home
last modified time | relevance | path

Searched refs:hasSubOps (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp537 Record *InstOpRec, bool hasSubOps, in tryAliasOpMatch() argument
618 if (hasSubOps || !InstOpRec->isSubClassOf("Operand")) in tryAliasOpMatch()
630 if (hasSubOps || !InstOpRec->isSubClassOf("Operand")) in tryAliasOpMatch()
H A DCodeGenInstruction.h390 Record *InstOpRec, bool hasSubOps, ArrayRef<SMLoc> Loc,