Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp504 std::vector<Record *> InstrMapVec; in emitEnums() local
505 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in emitEnums()
510 for (Record *CurMap : InstrMapVec) { in emitEnums()
571 std::vector<Record *> InstrMapVec; in EmitMapTable() local
572 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in EmitMapTable()
574 if (InstrMapVec.empty()) in EmitMapTable()
588 for (Record *CurMap : InstrMapVec) { in EmitMapTable()