Home
last modified time | relevance | path

Searched refs:Cells (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Format/
H A DWhitespaceManager.cpp1099 auto &Cells = CellDescs.Cells; in alignArrayInitializersRightJustified() local
1101 auto *CellIter = Cells.begin(); in alignArrayInitializersRightJustified()
1172 auto &Cells = CellDescs.Cells; in alignArrayInitializersLeftJustified() local
1174 auto *CellIter = Cells.begin(); in alignArrayInitializersLeftJustified()
1231 SmallVector<CellDescription> Cells; in getCells() local
1257 if (!Cells.empty()) in getCells()
1258 Cells.back().EndIndex = i; in getCells()
1264 if (!Cells.empty()) in getCells()
1265 Cells.back().EndIndex = i; in getCells()
1365 auto &Cells = CellDesc.Cells; in linkCells() local
[all …]
H A DWhitespaceManager.h198 SmallVector<CellDescription> Cells; member
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp281 CellMap Cells; member in __anona14c30040111::MachineConstPropagator
644 Cells.update(DefR.Reg, Bottom); in visitPHI()
650 LatticeCell DefC = Cells.get(DefR.Reg); in visitPHI()
667 if (!Cells.has(UseR.Reg)) in visitPHI()
677 Cells.update(DefR.Reg, DefC); in visitPHI()
713 Cells.update(DefR.Reg, Bottom); in visitNonBranch()
719 LatticeCell RC = Cells.get(DefR.Reg); in visitNonBranch()
721 Cells.update(DefR.Reg, RC); in visitNonBranch()
949 Cells.print(dbgs(), MCE.TRI); in propagate()
1002 Changed |= MCE.rewrite(MI, Cells); in rewrite()
[all …]