Home
last modified time | relevance | path

Searched defs:getNumCounters (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DDebugCounter.h130 unsigned int getNumCounters() const { return RegisteredCounters.size(); } in getNumCounters() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DDebugCounter.h129 unsigned int getNumCounters() const { return RegisteredCounters.size(); } in getNumCounters() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DDebugCounter.h129 unsigned int getNumCounters() const { return RegisteredCounters.size(); } in getNumCounters() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DDebugCounter.h129 unsigned int getNumCounters() const { return RegisteredCounters.size(); } in getNumCounters() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DDebugCounter.h129 unsigned int getNumCounters() const { return RegisteredCounters.size(); } in getNumCounters() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DDebugCounter.h129 unsigned int getNumCounters() const { return RegisteredCounters.size(); } in getNumCounters() function
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DIntrinsicInst.h355 ConstantInt *getNumCounters() const { in getNumCounters() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DIntrinsicInst.h811 ConstantInt *getNumCounters() const { in getNumCounters() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DIntrinsicInst.cpp268 ConstantInt *InstrProfInstBase::getNumCounters() const { in getNumCounters() function in InstrProfInstBase