Home
last modified time | relevance | path

Searched refs:NewMatchables (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp1534 std::vector<std::unique_ptr<MatchableInfo>> NewMatchables; in buildInfo() local
1590 NewMatchables.push_back(std::move(AliasII)); in buildInfo()
1595 if (!NewMatchables.empty()) in buildInfo()
1597 std::make_move_iterator(NewMatchables.begin()), in buildInfo()
1598 std::make_move_iterator(NewMatchables.end())); in buildInfo()
/external/llvm-project/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp1569 std::vector<std::unique_ptr<MatchableInfo>> NewMatchables; in buildInfo() local
1625 NewMatchables.push_back(std::move(AliasII)); in buildInfo()
1635 if (!NewMatchables.empty()) in buildInfo()
1637 std::make_move_iterator(NewMatchables.begin()), in buildInfo()
1638 std::make_move_iterator(NewMatchables.end())); in buildInfo()