Searched refs:InstrMapVec (Results 1 – 1 of 1) sorted by relevance
511 std::vector<Record*> InstrMapVec; in emitEnums() local512 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in emitEnums()517 for (Record *CurMap : InstrMapVec) { in emitEnums()576 std::vector<Record*> InstrMapVec; in EmitMapTable() local577 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in EmitMapTable()579 if (InstrMapVec.empty()) in EmitMapTable()593 for (Record *CurMap : InstrMapVec) { in EmitMapTable()