Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp437 Record *InstOpRec, bool hasSubOps, in tryAliasOpMatch() argument
516 if (hasSubOps || !InstOpRec->isSubClassOf("Operand")) in tryAliasOpMatch()
528 if (hasSubOps || !InstOpRec->isSubClassOf("Operand")) in tryAliasOpMatch()
DCodeGenInstruction.h348 Record *InstOpRec, bool hasSubOps, ArrayRef<SMLoc> Loc,