HomeSort by relevance Sort by last modified time
    Searched refs:Cells (Results 1 - 5 of 5) sorted by null

  /external/gemmlowp/internal/
pack_sse.h 30 template <int Cells>
32 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, Cells>;
34 template <int Cells>
37 PackedSideBlock<WidthMajorSideFormatNCells4x2<Cells> > >
40 PackedSideBlock<WidthMajorSideFormatNCells4x2<Cells> > > {
42 typedef WidthMajorSideFormatNCells4x2<Cells> KernelSideFormat;
pack_msa.h 29 template <int Cells>
30 using DepthMajorSideFormatNCells4x2 = KernelSideFormat<CellFormat<4, 2>, Cells>;
32 template <int Cells>
35 PackedSideBlock<DepthMajorSideFormatNCells4x2<Cells>>>
38 PackedSideBlock<DepthMajorSideFormatNCells4x2<Cells>>> {
40 typedef DepthMajorSideFormatNCells4x2<Cells> KernelSideFormat;
58 // Reorder the data within registers to make DepthMajor 4x2 cells
85 // Store the resulting DepthMajor 4x2 cells in the destination packed block
182 template <int Cells>
184 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, Cells>;
    [all...]
pack_neon.h 29 template <int Cells>
30 using DepthMajorSideFormatNCells4x2 = KernelSideFormat<CellFormat<4, 2>, Cells>;
32 template <int Cells>
35 PackedSideBlock<DepthMajorSideFormatNCells4x2<Cells>>>
38 PackedSideBlock<DepthMajorSideFormatNCells4x2<Cells>>> {
40 typedef DepthMajorSideFormatNCells4x2<Cells> KernelSideFormat;
57 // Reorder the data within registers to make DepthMajor 4x2 cells
74 // Store the resulting DepthMajor 4x2 cells in the destination packed block
129 template <int Cells>
131 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, Cells>;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonConstPropagation.cpp 270 CellMap Cells;
508 // "Meet" operation on two cells. This is the key of the propagation
631 const LatticeCell &T = Cells.get(DefR.Reg);
633 Cells.update(DefR.Reg, Bottom);
639 LatticeCell DefC = Cells.get(DefR.Reg);
656 if (!Cells.has(UseR.Reg))
660 bool Eval = MCE.evaluate(UseR, Cells.get(UseR.Reg), SrcC);
666 Cells.update(DefR.Reg, DefC);
678 bool Eval = MCE.evaluate(MI, Cells, Outputs);
689 // def cells to bottom
    [all...]
  /external/one-true-awk/
FIXES 99 added ,NULL initializer to static Cells in run.c; not really
730 initialized Cells in setsymtab more carefully; some fields
    [all...]

Completed in 116 milliseconds