Searched refs:IsLast (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | AMDGPUEmitPrintf.cpp | 59 bool IsLast) { in callAppendArgs() argument 66 auto IsLastValue = Builder.getInt32(IsLast); in callAppendArgs() 73 bool IsLast) { in appendArg() argument 77 Zero, IsLast); in appendArg() 162 bool IsLast) { in appendString() argument 166 return callAppendStringN(Builder, Desc, Arg, Length, IsLast); in appendString() 170 bool SpecIsCString, bool IsLast) { in processArg() argument 172 return appendString(Builder, Desc, Arg, IsLast); in processArg() 177 return appendArg(Builder, Desc, Arg, IsLast); in processArg() 226 bool IsLast = i == NumOps - 1; in emitAMDGPUPrintfCall() local [all …]
|
| H A D | ASanStackFrameLayout.cpp | 73 bool IsLast = i == NumVars - 1; in ComputeASanStackFrameLayout() local 82 IsLast ? Granularity : std::max(Granularity, Vars[i + 1].Alignment); in ComputeASanStackFrameLayout()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | ModuloSchedule.h | 201 bool IsLast); 206 unsigned CurStageNum, bool IsLast);
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ModuloSchedule.cpp | 368 unsigned LastStageNum, unsigned CurStageNum, bool IsLast) { in generateExistingPhis() argument 537 if (IsLast && np == NumPhis - 1) in generateExistingPhis() 577 if (IsLast && np == NumPhis - 1) in generateExistingPhis() 595 if (NumStages == 0 && IsLast && VRMap[CurStageNum].count(LoopVal)) in generateExistingPhis() 607 bool IsLast) { in generatePhis() argument 714 if (IsLast && np == NumPhis - 1) in generatePhis()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 1856 bool IsLast = (I + 1) == LSI->NumExplicitCaptures; in BuildLambdaExpr() local 1859 if (!CurHasPreviousCapture && !IsLast) { in BuildLambdaExpr()
|