Home
last modified time | relevance | path

Searched refs:HasSplit (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h343 bool HasSplit = false; variable
365 bool hasSplit() { return HasSplit; } in hasSplit()
404 HasSplit = false; in switchTo()
/llvm-project-15.0.7/clang/lib/Format/
H A DWhitespaceManager.cpp1212 if (Cell.HasSplit) in isSplitCell()
1216 if (Next->HasSplit) in isSplitCell()
1300 bool HasSplit = false; in getCells() local
1330 HasSplit = true; in getCells()
1334 Cells.push_back(CellDescription{i, Cell, i, HasSplit, nullptr}); in getCells()
H A DWhitespaceManager.h185 bool HasSplit = false; member
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp854 HasSplit |= Point.isSplit(); in addInsertPoint()