Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h180 bool HasSplit = false; member
H A DWhitespaceManager.cpp1448 if (Cell.HasSplit) in isSplitCell()
1452 if (Next->HasSplit) in isSplitCell()
1538 bool HasSplit = false; in getCells() local
1568 HasSplit = true; in getCells()
1572 Cells.push_back(CellDescription{i, Cell, i, HasSplit, nullptr}); in getCells()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp873 HasSplit |= Point.isSplit(); in addInsertPoint()