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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp150 CVI_MPY0 = 1 << 2, enumerator in enum:__anon4161
160 return (*Lanes = 2, CVI_XLANE | CVI_MPY0);
162 return (*Lanes = 2, CVI_MPY0);
167 ItinUnits & HexagonItinerariesV62FU::CVI_MPY0 &&
169 return (*Lanes = 1, CVI_XLANE | CVI_SHIFT | CVI_MPY0 | CVI_MPY1);
173 else if (ItinUnits & HexagonItinerariesV62FU::CVI_MPY0 &&
175 return (*Lanes = 1, CVI_MPY0 | CVI_MPY1);
H A DHexagonShuffler.h80 CVI_MPY0 = 1 << 2, enumerator in enum:llvm::HexagonCVIResource::__anon4169

Completed in 53 milliseconds