Searched refs:Cells (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | WhitespaceManager.cpp | 1328 auto &Cells = CellDescs.Cells; in alignArrayInitializersRightJustified() local 1330 auto *CellIter = Cells.begin(); in alignArrayInitializersRightJustified() 1334 NetWidth = getNetWidth(Cells.begin(), CellIter, CellDescs.InitialSpaces); in alignArrayInitializersRightJustified() 1352 if (CellIter != Cells.begin()) { in alignArrayInitializersRightJustified() 1354 getNetWidth(Cells.begin(), CellIter, CellDescs.InitialSpaces); in alignArrayInitializersRightJustified() 1356 Cells.begin(), CellIter, CellDescs.InitialSpaces, in alignArrayInitializersRightJustified() 1361 auto Offset = std::distance(Cells.begin(), CellIter); in alignArrayInitializersRightJustified() 1366 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]); in alignArrayInitializersRightJustified() 1404 auto &Cells = CellDescs.Cells; in alignArrayInitializersLeftJustified() local 1406 auto *CellIter = Cells.begin(); in alignArrayInitializersLeftJustified() [all …]
|
| H A D | WhitespaceManager.h | 193 SmallVector<CellDescription> Cells; member
|
| /freebsd/sys/contrib/device-tree/Bindings/usb/ |
| H A D | usbmisc-imx.txt | 4 - #index-cells: Cells used to describe usb controller index. Should be <1>
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstPropagation.cpp | 260 CellMap Cells; member in __anonfe19b4d40111::MachineConstPropagator 622 const LatticeCell &T = Cells.get(DefR.Reg); in visitPHI() 624 Cells.update(DefR.Reg, Bottom); in visitPHI() 630 LatticeCell DefC = Cells.get(DefR.Reg); in visitPHI() 647 if (!Cells.has(UseR.Reg)) in visitPHI() 651 bool Eval = MCE.evaluate(UseR, Cells.get(UseR.Reg), SrcC); in visitPHI() 657 Cells.update(DefR.Reg, DefC); in visitPHI() 669 bool Eval = MCE.evaluate(MI, Cells, Outputs); in visitNonBranch() 691 const LatticeCell &T = Cells.get(DefR.Reg); in visitNonBranch() 693 Cells.update(DefR.Reg, Bottom); in visitNonBranch() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/mailbox/ |
| H A D | sti-mailbox.txt | 39 Cells must match 'mbox-cells' (See Controller docs above)
|
| H A D | hisilicon,hi3660-mailbox.txt | 39 Cells must match 'mbox-cells' (See Controller docs above)
|
| H A D | hisilicon,hi6220-mailbox.txt | 59 Cells must match 'mbox-cells' (See Mailbox Device Node above).
|
| /freebsd/contrib/one-true-awk/ |
| H A D | FIXES.1e | 426 added ,NULL initializer to static Cells in run.c; not really 1057 initialized Cells in setsymtab more carefully; some fields
|