/external/swiftshader/third_party/LLVM/lib/Support/ |
D | StringExtras.cpp | 62 StringRef Separators, int MaxSplit, in split() argument 69 rest.data() != NULL && (MaxSplit < 0 || splits < MaxSplit); in split()
|
/external/llvm/lib/Support/ |
D | StringRef.cpp | 284 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/ |
D | BreakableToken.cpp | 50 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/ |
D | StringRef.cpp | 329 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/ |
D | StringRef.cpp | 315 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/ |
D | StringRef.h | 513 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/ |
D | StringRef.h | 756 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/ |
D | StringRef.h | 782 StringRef Separator, int MaxSplit = -1, 799 void split(SmallVectorImpl<StringRef> &A, char Separator, int MaxSplit = -1,
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | StringRef.h | 413 StringRef Separator, int MaxSplit = -1,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 13921 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/ |
D | DAGCombiner.cpp | 17520 int MaxSplit = 1; in XformToShuffleWithZero() local 17522 MaxSplit = RVT.getScalarSizeInBits() / 8; in XformToShuffleWithZero() 17524 for (int Split = 1; Split <= MaxSplit; ++Split) in XformToShuffleWithZero()
|