Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp503 std::vector<Record*> InstrMapVec; in emitEnums() local
504 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in emitEnums()
509 for (Record *CurMap : InstrMapVec) { in emitEnums()
568 std::vector<Record*> InstrMapVec; in EmitMapTable() local
569 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in EmitMapTable()
571 if (InstrMapVec.empty()) in EmitMapTable()
585 for (Record *CurMap : InstrMapVec) { in EmitMapTable()