Home
last modified time | relevance | path

Searched refs:MaxSplit (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
DStringExtras.cpp62 StringRef Separators, int MaxSplit, in split() argument
69 rest.data() != NULL && (MaxSplit < 0 || splits < MaxSplit); in split()
/external/llvm/lib/Support/
DStringRef.cpp284 StringRef Separator, int MaxSplit, in split() argument
292 while (MaxSplit-- != 0) { in split()
311 int MaxSplit, bool KeepEmpty) const { in split() argument
318 while (MaxSplit-- != 0) { in split()
/external/clang/lib/Format/
DBreakableToken.cpp50 unsigned MaxSplit = ColumnLimit - ContentStartColumn + 1; in getCommentSplit() local
54 NumChars < MaxSplit && MaxSplitBytes < Text.size();) { in getCommentSplit()
93 unsigned MaxSplit = ColumnLimit - UsedColumns; in getStringSplit() local
109 if (Chars > MaxSplit || Text.size() <= Advance) in getStringSplit()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DStringRef.cpp329 StringRef Separator, int MaxSplit, in split() argument
337 while (MaxSplit-- != 0) { in split()
356 int MaxSplit, bool KeepEmpty) const { in split() argument
363 while (MaxSplit-- != 0) { in split()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DStringRef.cpp315 StringRef Separator, int MaxSplit, in split() argument
323 while (MaxSplit-- != 0) { in split()
342 int MaxSplit, bool KeepEmpty) const { in split() argument
349 while (MaxSplit-- != 0) { in split()
/external/llvm/include/llvm/ADT/
DStringRef.h513 StringRef Separator, int MaxSplit = -1,
530 void split(SmallVectorImpl<StringRef> &A, char Separator, int MaxSplit = -1,
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringRef.h756 StringRef Separator, int MaxSplit = -1,
773 void split(SmallVectorImpl<StringRef> &A, char Separator, int MaxSplit = -1,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DStringRef.h782 StringRef Separator, int MaxSplit = -1,
799 void split(SmallVectorImpl<StringRef> &A, char Separator, int MaxSplit = -1,
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DStringRef.h413 StringRef Separator, int MaxSplit = -1,
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13921 int MaxSplit = 1; in XformToShuffleWithZero() local
13923 MaxSplit = RVT.getScalarSizeInBits() / 8; in XformToShuffleWithZero()
13925 for (int Split = 1; Split <= MaxSplit; ++Split) in XformToShuffleWithZero()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp17520 int MaxSplit = 1; in XformToShuffleWithZero() local
17522 MaxSplit = RVT.getScalarSizeInBits() / 8; in XformToShuffleWithZero()
17524 for (int Split = 1; Split <= MaxSplit; ++Split) in XformToShuffleWithZero()