Home
last modified time | relevance | path

Searched defs:Percentage (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/llvm/tools/llvm-mca/Views/
DDispatchStatistics.cpp42 double Percentage = ((double)Entry.second / NumCycles) * 100.0; in printDispatchHistogram() local
59 double Percentage = ((double)NumStalls / NumCycles) * 100.0; in printStalls() local
/external/llvm/include/llvm/Support/
DCachePruning.h50 CachePruning &setMaxSize(unsigned Percentage) { in setMaxSize()
/external/llvm/lib/Analysis/
DIndirectCallPromotionAnalysis.cpp66 unsigned Percentage = (Count * 100) / TotalCount; in isPromotionProfitable() local
/external/libtextclassifier/native/annotator/
Dcollections.h112 static const std::string& Percentage() { in Percentage() function
/external/libchrome/base/metrics/
Dhistogram_functions_unittest.cc67 TEST(HistogramFunctionsTest, Percentage) { in TEST() argument
/external/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h148 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) { in setMaxCacheSizeRelativeToAvailableSpace()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h165 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) { in setMaxCacheSizeRelativeToAvailableSpace()
/external/llvm-project/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h165 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) { in setMaxCacheSizeRelativeToAvailableSpace()
/external/llvm/tools/lto/
Dlto.cpp542 thinlto_code_gen_t cg, unsigned Percentage) { in thinlto_codegen_set_final_cache_size_relative_to_available_space()
/external/llvm-project/llvm/tools/lto/
Dlto.cpp627 thinlto_code_gen_t cg, unsigned Percentage) { in thinlto_codegen_set_final_cache_size_relative_to_available_space()