Searched refs:CVI (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h111 HexagonCVIResource CVI; member in class:llvm::HexagonInstr
117 : ID(id), Extender(Extender), Core(s), CVI(T, MCII, s, id) {}
134 return (HexagonResource::lessUnits(A.CVI, B.CVI));
H A DHexagonShuffler.cpp580 // Check if any slot, core or CVI, is over-subscribed.
593 // Verify the CVI slot subscriptions.
600 inst.Units = I->CVI.getUnits();
601 inst.Lanes = I->CVI.getLanes();
657 LLVM_DEBUG(dbgs().write_hex(ISJ->Core.getUnits()); if (ISJ->CVI.isValid()) {
659 dbgs().write_hex(ISJ->CVI.getUnits()) << '|';
660 dbgs() << ISJ->CVI.getLanes();

Completed in 136 milliseconds