Home
last modified time | relevance | path

Searched refs:CounterVal (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DDebugCounter.cpp92 int64_t CounterVal; in push_back() local
93 if (CounterPair.second.getAsInteger(0, CounterVal)) { in push_back()
111 Counter.Skip = CounterVal; in push_back()
124 Counter.StopAfter = CounterVal; in push_back()
/llvm-project-15.0.7/bolt/runtime/
H A Dinstr.cpp1028 const uint64_t CounterVal = Counters[CallDesc.Counter]; in visitAllCallsIn() local
1029 CallFreqs[CallID] = CounterVal; in visitAllCallsIn()
1030 MaxValue = CounterVal > MaxValue ? CounterVal : MaxValue; in visitAllCallsIn()
1031 DEBUG(reportNumber(" with (private counter) : ", CounterVal, 10)); in visitAllCallsIn()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1663 llvm::Value *CounterVal = CGF.EmitLoadOfScalar(CounterLVal, Loc); in emitCriticalRegion() local
1664 llvm::Value *CmpLoopBound = CGF.Builder.CreateICmpSLT(CounterVal, TeamWidth); in emitCriticalRegion()
1670 CounterVal = CGF.EmitLoadOfScalar(CounterLVal, Loc); in emitCriticalRegion()
1672 CGF.Builder.CreateICmpEQ(ThreadID, CounterVal); in emitCriticalRegion()
1693 CGF.Builder.CreateNSWAdd(CounterVal, CGF.Builder.getInt32(1)); in emitCriticalRegion()
H A DCGStmtOpenMP.cpp5767 const Expr *CounterVal = DC->getLoopData(I); in EmitOMPOrderedDirective() local
5768 assert(CounterVal); in EmitOMPOrderedDirective()
5770 EmitScalarExpr(CounterVal), CounterVal->getType(), Int64Ty, in EmitOMPOrderedDirective()
5771 CounterVal->getExprLoc()); in EmitOMPOrderedDirective()
H A DCGOpenMPRuntime.cpp12054 const Expr *CounterVal = C->getLoopData(I); in emitDoacrossOrdered() local
12055 assert(CounterVal); in emitDoacrossOrdered()
12057 CGF.EmitScalarExpr(CounterVal), CounterVal->getType(), Int64Ty, in emitDoacrossOrdered()
12058 CounterVal->getExprLoc()); in emitDoacrossOrdered()