Searched refs:tryAliasOpMatch (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | CodeGenInstruction.cpp | 536 bool CodeGenInstAlias::tryAliasOpMatch(DagInit *Result, unsigned AliasOpNo, in tryAliasOpMatch() function in CodeGenInstAlias 731 if (tryAliasOpMatch(Result, AliasOpNo, InstOpRec, (NumSubOps > 1), in CodeGenInstAlias() 769 if (tryAliasOpMatch(Result, AliasOpNo, SubRec, false, in CodeGenInstAlias()
|
| H A D | CodeGenInstruction.h | 387 bool tryAliasOpMatch(DagInit *Result, unsigned AliasOpNo,
|