Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp511 std::vector<Record*> InstrMapVec; in emitEnums() local
512 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in emitEnums()
517 for (Record *CurMap : InstrMapVec) { in emitEnums()
576 std::vector<Record*> InstrMapVec; in EmitMapTable() local
577 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in EmitMapTable()
579 if (InstrMapVec.empty()) in EmitMapTable()
593 for (Record *CurMap : InstrMapVec) { in EmitMapTable()