Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp500 std::vector<Record*> InstrMapVec; in emitEnums() local
501 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in emitEnums()
506 for (Record *CurMap : InstrMapVec) { in emitEnums()
565 std::vector<Record*> InstrMapVec; in EmitMapTable() local
566 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in EmitMapTable()
568 if (InstrMapVec.empty()) in EmitMapTable()
582 for (Record *CurMap : InstrMapVec) { in EmitMapTable()