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