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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp792 std::vector<const Record*> MCOpPredicates; local
893 MCOpPredicates.push_back(Rec);
894 Entry = MCOpPredicates.size();
1063 if (!MCOpPredicates.empty())
1107 if (MCOpPredicates.empty())
1181 if (!MCOpPredicates.empty()) {
1191 for (unsigned i = 0; i < MCOpPredicates.size(); ++i) {
1192 Init *MCOpPred = MCOpPredicates[i]->getValueInit("MCOperandPredicate");
H A DRISCVCompressInstEmitter.cpp569 std::vector<const Record *> MCOpPredicates; local
743 unsigned Entry = getPredicates(MCOpPredicateMap, MCOpPredicates,
767 unsigned Entry = getPredicates(MCOpPredicateMap, MCOpPredicates,
809 if (!MCOpPredicates.empty()) {
819 printPredicates(MCOpPredicates, "MCOperandPredicate", o);

Completed in 50 milliseconds