Searched refs:NeedleStart (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | UnicodeNameToCodepoint.cpp | 265 char NeedleStart = 0; findSyllable() local 293 char NameStart = 0, NeedleStart = 0; nameToHangulCodePoint() local 351 char NameStart = 0, NeedleStart = 0; nameToGeneratedCodePoint() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopIdiomVectorize.cpp | 175 Value *SearchEnd, Value *NeedleStart, 181 Value *NeedleStart, Value *NeedleEnd); 1115 Value *NeedleStart = PNeedle->getIncomingValue(0); in recognizeFindFirstByte() local 1118 std::swap(NeedleStart, NeedleIndex); in recognizeFindFirstByte() 1163 !CurLoop->isLoopInvariant(NeedleStart) || in recognizeFindFirstByte() 1170 SearchEnd, NeedleStart, NeedleEnd); in recognizeFindFirstByte() 1177 Value *SearchEnd, Value *NeedleStart, Value *NeedleEnd) { in expandFindFirstByte() argument 1262 Builder.CreatePtrToInt(NeedleStart, I64Ty, "needle_start_int"); in expandFindFirstByte() 1371 Needle->addIncoming(NeedleStart, BB1); in expandFindFirstByte() 1390 Value *NeedleStart, Value *NeedleEnd) { in transformFindFirstByte() argument [all …]
|