Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp441 Record *InstOpRec, bool hasSubOps, in tryAliasOpMatch() argument
520 if (hasSubOps || !InstOpRec->isSubClassOf("Operand")) in tryAliasOpMatch()
532 if (hasSubOps || !InstOpRec->isSubClassOf("Operand")) in tryAliasOpMatch()
DCodeGenInstruction.h349 Record *InstOpRec, bool hasSubOps, ArrayRef<SMLoc> Loc,
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.cpp410 Record *InstOpRec, bool hasSubOps, in tryAliasOpMatch() argument
468 if (hasSubOps || !InstOpRec->isSubClassOf("Operand")) in tryAliasOpMatch()
DCodeGenInstruction.h321 Record *InstOpRec, bool hasSubOps, SMLoc Loc,