Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp605 Record *InstOpRec, bool hasSubOps, in tryAliasOpMatch() argument
686 if (hasSubOps || !InstOpRec->isSubClassOf("Operand")) in tryAliasOpMatch()
698 if (hasSubOps || !InstOpRec->isSubClassOf("Operand")) in tryAliasOpMatch()
H A DCodeGenInstruction.h405 Record *InstOpRec, bool hasSubOps, ArrayRef<SMLoc> Loc,