HomeSort by relevance Sort by last modified time
    Searched defs:tryAliasOpMatch (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 436 /// tryAliasOpMatch - This is a helper function for the CodeGenInstAlias
440 bool CodeGenInstAlias::tryAliasOpMatch(DagInit *Result, unsigned AliasOpNo,
629 if (tryAliasOpMatch(Result, AliasOpNo, InstOpRec, (NumSubOps > 1),
667 if (tryAliasOpMatch(Result, AliasOpNo, SubRec, false,
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.cpp 405 /// tryAliasOpMatch - This is a helper function for the CodeGenInstAlias
409 bool CodeGenInstAlias::tryAliasOpMatch(DagInit *Result, unsigned AliasOpNo,
524 if (tryAliasOpMatch(Result, AliasOpNo, InstOpRec, (NumSubOps > 1),
540 if (tryAliasOpMatch(Result, AliasOpNo, SubRec, false,

Completed in 204 milliseconds