Searched refs:hasSubOps (Results 1 – 4 of 4) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.cpp | 441 Record *InstOpRec, bool hasSubOps, in tryAliasOpMatch() argument 520 if (hasSubOps || !InstOpRec->isSubClassOf("Operand")) in tryAliasOpMatch() 532 if (hasSubOps || !InstOpRec->isSubClassOf("Operand")) in tryAliasOpMatch()
|
D | CodeGenInstruction.h | 349 Record *InstOpRec, bool hasSubOps, ArrayRef<SMLoc> Loc,
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenInstruction.cpp | 410 Record *InstOpRec, bool hasSubOps, in tryAliasOpMatch() argument 468 if (hasSubOps || !InstOpRec->isSubClassOf("Operand")) in tryAliasOpMatch()
|
D | CodeGenInstruction.h | 321 Record *InstOpRec, bool hasSubOps, SMLoc Loc,
|