Searched refs:tryAliasOpMatch (Results 1 – 2 of 2) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.cpp | 436 bool CodeGenInstAlias::tryAliasOpMatch(DagInit *Result, unsigned AliasOpNo, in tryAliasOpMatch() function in CodeGenInstAlias 625 if (tryAliasOpMatch(Result, AliasOpNo, InstOpRec, (NumSubOps > 1), in CodeGenInstAlias() 663 if (tryAliasOpMatch(Result, AliasOpNo, SubRec, false, in CodeGenInstAlias()
|
D | CodeGenInstruction.h | 347 bool tryAliasOpMatch(DagInit *Result, unsigned AliasOpNo,
|