Searched refs:MCOpPredicates (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp810 std::vector<const Record*> MCOpPredicates; local
917 MCOpPredicates.push_back(Rec);
918 Entry = MCOpPredicates.size();
1105 if (!MCOpPredicates.empty())
1149 if (MCOpPredicates.empty())
1224 if (!MCOpPredicates.empty()) {
1234 for (unsigned i = 0; i < MCOpPredicates.size(); ++i) {
1235 Init *MCOpPred = MCOpPredicates[i]->getValueInit("MCOperandPredicate");
H A DRISCVCompressInstEmitter.cpp590 std::vector<const Record *> MCOpPredicates; local
774 unsigned Entry = getPredicates(MCOpPredicateMap, MCOpPredicates,
798 unsigned Entry = getPredicates(MCOpPredicateMap, MCOpPredicates,
840 if (!MCOpPredicates.empty()) {
850 printPredicates(MCOpPredicates, "MCOperandPredicate", o);

Completed in 55 milliseconds