Searched refs:InstrMapVec (Results 1 – 1 of 1) sorted by relevance
503 std::vector<Record*> InstrMapVec; in emitEnums() local504 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in emitEnums()509 for (Record *CurMap : InstrMapVec) { in emitEnums()568 std::vector<Record*> InstrMapVec; in EmitMapTable() local569 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in EmitMapTable()571 if (InstrMapVec.empty()) in EmitMapTable()585 for (Record *CurMap : InstrMapVec) { in EmitMapTable()