Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DDFAPacketizerEmitter.cpp117 int collectAllFuncUnits(std::vector<Record*> &ProcItinList,
135 std::vector<Record*> &ProcItinList,
145 std::vector<Record*> &ProcItinList,
644 std::vector<Record*> &ProcItinList, in collectAllFuncUnits() argument
650 DEBUG(dbgs() << " (" << ProcItinList.size() << " itineraries)\n"); in collectAllFuncUnits()
654 for (unsigned i = 0, N = ProcItinList.size(); i < N; ++i) { in collectAllFuncUnits()
655 Record *Proc = ProcItinList[i]; in collectAllFuncUnits()
738 std::vector<Record*> &ProcItinList, in collectOneInsnClass() argument
803 std::vector<Record*> &ProcItinList, in collectAllInsnClasses() argument
820 int NStages = collectOneInsnClass(ProcName, ProcItinList, in collectAllInsnClasses()
[all …]
/external/llvm-project/llvm/utils/TableGen/
DDFAPacketizerEmitter.cpp88 std::vector<const CodeGenProcModel *> &ProcItinList,
105 std::set<Record *> ProcItinList; in collectAllFuncUnits() local
107 ProcItinList.insert(Model->ItinsDef); in collectAllFuncUnits()
111 for (Record *Proc : ProcItinList) { in collectAllFuncUnits()