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

/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp504 std::vector<Record*> InstrMapVec; local
505 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping");
510 for (Record *CurMap : InstrMapVec) {
569 std::vector<Record*> InstrMapVec; local
570 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping");
572 if (InstrMapVec.empty())
586 for (Record *CurMap : InstrMapVec) {

Completed in 110 milliseconds