Searched refs:TypeUnitsAndLanes (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonShuffler.h | 59 typedef llvm::DenseMap<unsigned, UnitsAndLanes> TypeUnitsAndLanes; typedef 71 TypeUnitsAndLanes *TUL; 85 HexagonCVIResource(TypeUnitsAndLanes *TUL, MCInstrInfo const &MCII, 87 static void SetupTUL(TypeUnitsAndLanes *TUL, StringRef CPU); 106 HexagonInstr(HexagonCVIResource::TypeUnitsAndLanes *T, 143 HexagonCVIResource::TypeUnitsAndLanes TUL;
|
D | HexagonShuffler.cpp | 98 void HexagonCVIResource::SetupTUL(TypeUnitsAndLanes *TUL, StringRef CPU) { in SetupTUL() 121 HexagonCVIResource::HexagonCVIResource(TypeUnitsAndLanes *TUL, in HexagonCVIResource()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonShuffler.h | 69 using TypeUnitsAndLanes = DenseMap<unsigned, UnitsAndLanes>; variable 93 HexagonCVIResource(TypeUnitsAndLanes *TUL, MCInstrInfo const &MCII, 96 static void SetupTUL(TypeUnitsAndLanes *TUL, StringRef CPU); 114 HexagonInstr(HexagonCVIResource::TypeUnitsAndLanes *T, in HexagonInstr() 147 HexagonCVIResource::TypeUnitsAndLanes TUL;
|
D | HexagonShuffler.cpp | 109 void HexagonCVIResource::SetupTUL(TypeUnitsAndLanes *TUL, StringRef CPU) { in SetupTUL() 143 HexagonCVIResource::HexagonCVIResource(TypeUnitsAndLanes *TUL, in HexagonCVIResource()
|