Searched refs:IsLast (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | AMDGPUEmitPrintf.cpp | 64 bool IsLast) { in callAppendArgs() argument 71 auto IsLastValue = Builder.getInt32(IsLast); in callAppendArgs() 78 bool IsLast) { in appendArg() argument 82 Zero, IsLast); in appendArg() 166 bool IsLast) { in appendString() argument 168 return callAppendStringN(Builder, Desc, Arg, Length, IsLast); in appendString() 172 bool SpecIsCString, bool IsLast) { in processArg() argument 174 return appendString(Builder, Desc, Arg, IsLast); in processArg() 179 return appendArg(Builder, Desc, Arg, IsLast); in processArg() 528 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()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ModuloSchedule.h | 202 bool IsLast); 207 unsigned CurStageNum, bool IsLast);
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CompressInstEmitter.cpp | 737 bool IsLast = &Op == &*Set.rbegin(); in emitCompressInstEmitter() local 741 if (!IsLast) in emitCompressInstEmitter()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ModuloSchedule.cpp | 373 unsigned LastStageNum, unsigned CurStageNum, bool IsLast) { in generateExistingPhis() argument 548 if (IsLast && np == NumPhis - 1) in generateExistingPhis() 589 if (IsLast && np == NumPhis - 1) in generateExistingPhis() 607 if (NumStages == 0 && IsLast) { in generateExistingPhis() 623 bool IsLast) { in generatePhis() argument 731 if (IsLast && np == NumPhis - 1) in generatePhis()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 2105 bool CurHasPreviousCapture, bool IsLast) { in ConstructFixItRangeForUnusedCapture() argument 2118 if (!CurHasPreviousCapture && !IsLast) { in ConstructFixItRangeForUnusedCapture() 2201 bool IsLast = (I + 1) == LSI->NumExplicitCaptures; in BuildLambdaExpr() local 2204 IsLast); in BuildLambdaExpr()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCWin64EH.cpp | 323 bool IsLast = true; in EmitUnwindInfo() local 325 if (IsLast) { in EmitUnwindInfo() 326 IsLast = false; in EmitUnwindInfo()
|