OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TUL
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonShuffler.cpp
98
HexagonCVIResource::TypeUnitsAndLanes *HexagonCVIResource::
TUL
;
103
assert(!
TUL
);
104
TUL
= new (TypeUnitsAndLanes);
106
(*
TUL
)[HexagonII::TypeCVI_VA] =
108
(*
TUL
)[HexagonII::TypeCVI_VA_DV] = UnitsAndLanes(CVI_XLANE | CVI_MPY0, 2);
109
(*
TUL
)[HexagonII::TypeCVI_VX] = UnitsAndLanes(CVI_MPY0 | CVI_MPY1, 1);
110
(*
TUL
)[HexagonII::TypeCVI_VX_DV] = UnitsAndLanes(CVI_MPY0, 2);
111
(*
TUL
)[HexagonII::TypeCVI_VP] = UnitsAndLanes(CVI_XLANE, 1);
112
(*
TUL
)[HexagonII::TypeCVI_VP_VS] = UnitsAndLanes(CVI_XLANE, 2);
113
(*
TUL
)[HexagonII::TypeCVI_VS] = UnitsAndLanes(CVI_SHIFT, 1)
[
all
...]
HexagonShuffler.h
70
static TypeUnitsAndLanes *
TUL
;
Completed in 46 milliseconds