Home
last modified time | relevance | path

Searched refs:ThisWidth (Results 1 – 14 of 14) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXLegalization.cpp1189 ThisWidth = std::min(ThisWidth, PredWidths.Max); in determineWidth()
1198 ThisWidth = std::min(ThisWidth, getLegalRegionSizeForTarget( in determineWidth()
1268 if (ThisWidth == 1 && in determineWidth()
1280 ThisWidth >>= Doubling; in determineWidth()
1317 ThisWidth = std::min(ThisWidth, PredWidths.Max); in determineWidth()
1339 ThisWidth = std::min(ThisWidth, PredWidths.Max); in determineWidth()
1374 ThisWidth = std::min(ThisWidth, MaxPredSize); in determineWidth()
1409 ThisWidth = std::min(ThisWidth, PredWidths.Max); in determineWidth()
1414 if (ThisWidth < Width) { in determineWidth()
1416 Width = ThisWidth; in determineWidth()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Format/
H A DWhitespaceManager.h284 auto ThisWidth = calculateCellWidth(Next->Index, Next->EndIndex, true); in getMaximumCellWidth() local
286 ThisWidth += NetWidth; in getMaximumCellWidth()
287 CellWidth = std::max(CellWidth, ThisWidth); in getMaximumCellWidth()
H A DWhitespaceManager.cpp1040 auto ThisWidth = in alignArrayInitializersRightJustified() local
1044 Changes[CellIter->Index].Spaces = (CellWidth - (ThisWidth + NetWidth)); in alignArrayInitializersRightJustified()
1050 ThisWidth = in alignArrayInitializersRightJustified()
1053 Changes[Next->Index].Spaces = (CellWidth - ThisWidth); in alignArrayInitializersRightJustified()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Format/
H A DWhitespaceManager.h284 auto ThisWidth = calculateCellWidth(Next->Index, Next->EndIndex, true); in getMaximumCellWidth() local
286 ThisWidth += NetWidth; in getMaximumCellWidth()
287 CellWidth = std::max(CellWidth, ThisWidth); in getMaximumCellWidth()
H A DWhitespaceManager.cpp1040 auto ThisWidth = in alignArrayInitializersRightJustified() local
1044 Changes[CellIter->Index].Spaces = (CellWidth - (ThisWidth + NetWidth)); in alignArrayInitializersRightJustified()
1050 ThisWidth = in alignArrayInitializersRightJustified()
1053 Changes[Next->Index].Spaces = (CellWidth - ThisWidth); in alignArrayInitializersRightJustified()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Format/
H A DWhitespaceManager.h284 auto ThisWidth = calculateCellWidth(Next->Index, Next->EndIndex, true); in getMaximumCellWidth() local
286 ThisWidth += NetWidth; in getMaximumCellWidth()
287 CellWidth = std::max(CellWidth, ThisWidth); in getMaximumCellWidth()
H A DWhitespaceManager.cpp1040 auto ThisWidth = in alignArrayInitializersRightJustified() local
1044 Changes[CellIter->Index].Spaces = (CellWidth - (ThisWidth + NetWidth)); in alignArrayInitializersRightJustified()
1050 ThisWidth = in alignArrayInitializersRightJustified()
1053 Changes[Next->Index].Spaces = (CellWidth - ThisWidth); in alignArrayInitializersRightJustified()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h284 auto ThisWidth = calculateCellWidth(Next->Index, Next->EndIndex, true); in getMaximumCellWidth() local
286 ThisWidth += NetWidth; in getMaximumCellWidth()
287 CellWidth = std::max(CellWidth, ThisWidth); in getMaximumCellWidth()
H A DWhitespaceManager.cpp1040 auto ThisWidth = in alignArrayInitializersRightJustified() local
1044 Changes[CellIter->Index].Spaces = (CellWidth - (ThisWidth + NetWidth)); in alignArrayInitializersRightJustified()
1050 ThisWidth = in alignArrayInitializersRightJustified()
1053 Changes[Next->Index].Spaces = (CellWidth - ThisWidth); in alignArrayInitializersRightJustified()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Format/
H A DWhitespaceManager.h284 auto ThisWidth = calculateCellWidth(Next->Index, Next->EndIndex, true); in getMaximumCellWidth() local
286 ThisWidth += NetWidth; in getMaximumCellWidth()
287 CellWidth = std::max(CellWidth, ThisWidth); in getMaximumCellWidth()
H A DWhitespaceManager.cpp1040 auto ThisWidth = in alignArrayInitializersRightJustified() local
1044 Changes[CellIter->Index].Spaces = (CellWidth - (ThisWidth + NetWidth)); in alignArrayInitializersRightJustified()
1050 ThisWidth = in alignArrayInitializersRightJustified()
1053 Changes[Next->Index].Spaces = (CellWidth - ThisWidth); in alignArrayInitializersRightJustified()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Format/
H A DWhitespaceManager.h284 auto ThisWidth = calculateCellWidth(Next->Index, Next->EndIndex, true); in getMaximumCellWidth() local
286 ThisWidth += NetWidth; in getMaximumCellWidth()
287 CellWidth = std::max(CellWidth, ThisWidth); in getMaximumCellWidth()
H A DWhitespaceManager.cpp1040 auto ThisWidth = in alignArrayInitializersRightJustified() local
1044 Changes[CellIter->Index].Spaces = (CellWidth - (ThisWidth + NetWidth)); in alignArrayInitializersRightJustified()
1050 ThisWidth = in alignArrayInitializersRightJustified()
1053 Changes[Next->Index].Spaces = (CellWidth - ThisWidth); in alignArrayInitializersRightJustified()
/dports/games/avp/avp-20170505/src/avp/support/
H A Dindexfnt.cpp1070 int ThisWidth = pffont_Val -> GetWidth in IndexedFont_Proportional_PF() local
1074 if ( MaxWidth_Val < ThisWidth) in IndexedFont_Proportional_PF()
1076 MaxWidth_Val = ThisWidth; in IndexedFont_Proportional_PF()