Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp782 auto *CounterPtr = in getOrCreateRegionCounters() local
786 CounterPtr->setVisibility(Visibility); in getOrCreateRegionCounters()
787 CounterPtr->setSection( in getOrCreateRegionCounters()
789 CounterPtr->setAlignment(Align(8)); in getOrCreateRegionCounters()
790 MaybeSetComdat(CounterPtr); in getOrCreateRegionCounters()
791 CounterPtr->setLinkage(Linkage); in getOrCreateRegionCounters()
848 PD.RegionCounters = CounterPtr; in getOrCreateRegionCounters()
861 return CounterPtr; in getOrCreateRegionCounters()
DSanitizerCoverage.cpp880 auto CounterPtr = IRB.CreateGEP( in InjectCoverageAtBlock() local
883 auto Load = IRB.CreateLoad(Int8Ty, CounterPtr); in InjectCoverageAtBlock()
885 auto Store = IRB.CreateStore(Inc, CounterPtr); in InjectCoverageAtBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfReader.h274 ptrdiff_t getCounterOffset(IntPtrT CounterPtr) const { in getCounterOffset() argument
275 return (swap(CounterPtr) - CountersDelta) / sizeof(uint64_t); in getCounterOffset()
DInstrProfData.inc78 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \
79 ConstantExpr::getBitCast(CounterPtr, \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfReader.cpp416 IntPtrT CounterPtr = Data->CounterPtr; in readRawCounts() local
427 ptrdiff_t CounterOffset = getCounterOffset(CounterPtr); in readRawCounts()