Searched refs:InstrMapVec (Results 1 – 1 of 1) sorted by relevance
500 std::vector<Record*> InstrMapVec; in emitEnums() local501 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in emitEnums()506 for (Record *CurMap : InstrMapVec) { in emitEnums()565 std::vector<Record*> InstrMapVec; in EmitMapTable() local566 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in EmitMapTable()568 if (InstrMapVec.empty()) in EmitMapTable()582 for (Record *CurMap : InstrMapVec) { in EmitMapTable()