Home
last modified time | relevance | path

Searched refs:IsLast (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp59 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 DASanStackFrameLayout.cpp73 bool IsLast = i == NumVars - 1; in ComputeASanStackFrameLayout() local
82 IsLast ? Granularity : std::max(Granularity, Vars[i + 1].Alignment); in ComputeASanStackFrameLayout()
/llvm-project-15.0.7/openmp/libomptarget/src/
H A Domptarget.cpp731 bool IsLast, IsHostPtr; in targetDataEnd() local
772 DataSize, DPxPTR(TgtPtrBegin), (IsLast ? "" : " not")); in targetDataEnd()
783 bool DelEntry = IsLast; in targetDataEnd()
797 if ((Always || IsLast) && !IsHostPtr) { in targetDataEnd()
822 if (IsLast) { in targetDataEnd()
915 bool IsLast, IsHostPtr; in targetDataContiguous() local
917 HstPtrBegin, ArgSize, IsLast, /*UpdateRefCount=*/false, in targetDataContiguous()
1357 bool IsLast, IsHostPtr; // IsLast is unused. in processDataBefore() local
1365 HstPtrVal, ArgSizes[I], IsLast, /*UpdateRefCount=*/false, in processDataBefore()
1395 bool IsLast, IsHostPtr; // unused. in processDataBefore() local
[all …]
H A Ddevice.cpp361 DeviceTy::getTgtPtrBegin(void *HstPtrBegin, int64_t Size, bool &IsLast, in getTgtPtrBegin() argument
369 IsLast = false; in getTgtPtrBegin()
375 IsLast = HT.decShouldRemove(UseHoldRefCount, ForceDelete); in getTgtPtrBegin()
379 assert(IsLast == HT.decShouldRemove(UseHoldRefCount) && in getTgtPtrBegin()
386 } else if (IsLast) { in getTgtPtrBegin()
H A Dapi.cpp118 bool IsLast; // not used in omp_target_is_present() local
125 Device.getTgtPtrBegin(const_cast<void *>(Ptr), 1, IsLast, in omp_target_is_present()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h200 bool IsLast);
204 unsigned LastStageNum, unsigned CurStageNum, bool IsLast);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DModuloSchedule.cpp359 unsigned LastStageNum, unsigned CurStageNum, bool IsLast) { in generateExistingPhis() argument
528 if (IsLast && np == NumPhis - 1) in generateExistingPhis()
568 if (IsLast && np == NumPhis - 1) in generateExistingPhis()
586 if (NumStages == 0 && IsLast && VRMap[CurStageNum].count(LoopVal)) in generateExistingPhis()
597 unsigned LastStageNum, unsigned CurStageNum, bool IsLast) { in generatePhis() argument
682 if (IsLast && np == NumPhis - 1) in generatePhis()
/llvm-project-15.0.7/openmp/libomptarget/include/
H A Ddevice.h379 bool &IsLast, bool UpdateRefCount,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLambda.cpp1814 bool IsLast = (I + 1) == LSI->NumExplicitCaptures; in BuildLambdaExpr() local
1817 if (!CurHasPreviousCapture && !IsLast) { in BuildLambdaExpr()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp1783 bool IsMain, bool IsLast = false) { in makeStmtName() argument
1788 if (IsLast) in makeStmtName()