Home
last modified time | relevance | path

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

/freebsd-14.2/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()
569 std::vector<Record*> InstrMapVec; in EmitMapTable() local
570 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in EmitMapTable()
572 if (InstrMapVec.empty()) in EmitMapTable()
586 for (Record *CurMap : InstrMapVec) { in EmitMapTable()