Searched refs:IsLast (Results 1 – 6 of 6) 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 | 702 bool IsLast = &Op == &*Set.rbegin(); in emitCompressInstEmitter() local 706 if (!IsLast) in emitCompressInstEmitter()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ModuloSchedule.cpp | 372 unsigned LastStageNum, unsigned CurStageNum, bool IsLast) { in generateExistingPhis() argument 541 if (IsLast && np == NumPhis - 1) in generateExistingPhis() 581 if (IsLast && np == NumPhis - 1) in generateExistingPhis() 599 if (NumStages == 0 && IsLast && VRMap[CurStageNum].count(LoopVal)) in generateExistingPhis() 611 bool IsLast) { in generatePhis() argument 718 if (IsLast && np == NumPhis - 1) in generatePhis()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 2133 bool IsLast = (I + 1) == LSI->NumExplicitCaptures; in BuildLambdaExpr() local 2136 if (!CurHasPreviousCapture && !IsLast) { in BuildLambdaExpr()
|