Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenMapTable.cpp506 std::vector<Record*> InstrMapVec; in emitEnums() local
507 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in emitEnums()
512 for (Record *CurMap : InstrMapVec) { in emitEnums()
570 std::vector<Record*> InstrMapVec; in EmitMapTable() local
571 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in EmitMapTable()
573 if (InstrMapVec.empty()) in EmitMapTable()
587 for (Record *CurMap : InstrMapVec) { in EmitMapTable()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
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()