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/llvm-project/llvm/utils/TableGen/ |
D | CodeGenInstruction.cpp | 541 Record *InstOpRec, bool hasSubOps, in tryAliasOpMatch() argument 622 if (hasSubOps || !InstOpRec->isSubClassOf("Operand")) in tryAliasOpMatch() 634 if (hasSubOps || !InstOpRec->isSubClassOf("Operand")) in tryAliasOpMatch()
|
D | CodeGenInstruction.h | 388 Record *InstOpRec, bool hasSubOps, ArrayRef<SMLoc> Loc,
|