/llvm-project/mlir/lib/Support/ |
H A D | Timing.cpp | 117 void printHeader(const TimeRecord &total) override { in printHeader() 133 void printTime(const TimeRecord &time, const TimeRecord &total) override { in printTime() 143 const TimeRecord &total, bool lastEntry) override { in printListEntry() 149 const TimeRecord &total) override { in printTreeEntry() 161 void printHeader(const TimeRecord &total) override { os << "[" << "\n"; } in printHeader() 168 void printTime(const TimeRecord &time, const TimeRecord &total) override { in printTime() 184 const TimeRecord &total, bool lastEntry) override { in printListEntry() 195 const TimeRecord &total) override { in printTreeEntry() 374 void printAsList(TimeRecord total) { in printAsList() 401 void printAsTree(TimeRecord total, unsigned indent = 0) { in printAsTree() [all …]
|
/llvm-project/lldb/tools/lldb-dap/ |
H A D | ProgressEvent.cpp | 28 uint64_t completed, uint64_t total, in ProgressEvent() argument 70 uint64_t completed, uint64_t total, in Create() argument 169 Update(uint64_t progress_id,uint64_t completed,uint64_t total) Update() argument 218 Push(uint64_t progress_id,const char * message,uint64_t completed,uint64_t total) Push() argument [all...] |
/llvm-project/flang/test/Semantics/ |
H A D | critical05.f90 | 5 integer :: total = 0 variable
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_map_simplify.c | 52 isl_size total = isl_basic_map_dim(bmap, isl_dim_all); in isl_basic_map_normalize_constraints() local 186 isl_size total; in reduce_div_coefficients_of_div() local 249 isl_size total = isl_basic_map_dim(bmap, isl_dim_all); in normalize_div_expression() local 305 isl_size total; in eliminate_var_using_equality() local 548 isl_size total; in set_div_from_eq() local 605 isl_size total; in isl_basic_map_gauss5() local 698 isl_size total; member 826 unsigned total; in remove_duplicate_divs() local 1120 unsigned total = isl_basic_map_offset(bmap, isl_dim_div); in set_div_from_lower_bound() local 1141 unsigned total = isl_basic_map_offset(bmap, isl_dim_div); in ok_to_set_div_from_bound() local [all …]
|
H A D | isl_affine_hull.c | 124 isl_size total; in construct_column() local 164 isl_size total; in transform_column() local 206 unsigned total; in affine_hull() local 733 isl_size total; in affine_hull_with_cone() local 812 isl_size total; in uset_affine_hull() local 907 isl_size total; in isl_basic_map_detect_equalities() local
|
H A D | isl_coalesce.c | 517 isl_size total = isl_basic_map_dim(info[i].bmap, isl_dim_all); in fuse() local 765 isl_size total = isl_basic_map_dim(info[i].bmap, isl_dim_all); in is_adj_ineq_extension_with_wraps() local 859 int *affected, int total) in is_affected() 972 isl_size total; in tighten_on_relaxed_facet() local 1049 isl_size total; in extend() local 1187 isl_size total = isl_basic_map_dim(info->bmap, isl_dim_all); in wraps_update_max() local 1349 isl_size total = isl_basic_map_dim(bmap, isl_dim_all); in add_selected_wraps() local 1545 isl_size total = isl_basic_map_dim(info->bmap, isl_dim_all); in add_selected_wraps_around_facet() local 1632 isl_size total; in is_adj_ineq_extension() local 1768 isl_size total = isl_basic_map_dim(info[i].bmap, isl_dim_all); in can_wrap_in_facet() local [all …]
|
H A D | isl_sample.c | 586 isl_size total; in factored_sample() local 704 isl_size total; in plug_in() local 790 isl_size total; in shift_cone() local 846 isl_size total; in round_up_in_cone() local 949 isl_size total; in isl_basic_set_sample_with_cone() local
|
H A D | isl_farkas.c | 244 isl_size total; in farkas() local 464 static void clear_entry(isl_int *entry, int total) in clear_entry() 492 struct isl_coefficients_factor_data *factor, int total) in add_lines() 514 struct isl_coefficients_factor_data *data, int total) in add_rays() 679 int total; in construct_product() local
|
H A D | isl_morph.c | 384 isl_size total; in isl_morph_identity() local 404 isl_size total; in isl_morph_empty() local 425 isl_size total; in copy_equalities() local 479 isl_size total; in isl_basic_set_variable_compression() local
|
H A D | isl_convex_hull.c | 952 isl_size total = isl_basic_set_dim(lin, isl_dim_all); in modulo_lineality() local 1001 isl_size total; in valid_direction_lp() local 1145 isl_size total; in homogeneous_map() local 1287 isl_size total; in convex_hull_pair() local 1436 isl_size n, total; in uset_convex_hull_unbounded() local 1623 isl_size total; in common_constraints() local 2228 isl_size total; in add_bound() local 2565 isl_size total; in select_shared_equalities() local 2702 isl_size total; in add_bound_from_constraint() local 3085 isl_size nparam, dim, total; in isl_set_bounded_simple_hull() local
|
/llvm-project/libc/test/src/__support/ |
H A D | str_to_float_comparison_test.cpp | 152 int total = 0; in main() local 57 checkFile(char * inputFileName,int * totalFails,int * totalBitDiffs,int * detailedBitDiffs,int * total) checkFile() argument
|
/llvm-project/compiler-rt/test/asan/TestCases/Posix/ |
H A D | mmap_limit_mb.cpp | 28 for (long total = total_mb << 20; total > 0; total -= allocation_size) in main() local
|
/llvm-project/bolt/test/Inputs/ |
H A D | jump_table_icp.cpp | 3 int total = 0; variable
|
/llvm-project/lld/include/lld/Common/ |
H A D | Timer.h | 52 std::atomic<std::chrono::nanoseconds::rep> total; variable
|
/llvm-project/llvm/tools/opt-viewer/ |
H A D | opt-stats.py | 67 total = len(all_remarks) variable
|
H A D | optpmap.py | 9 def _init(current, total): argument
|
/llvm-project/libunwind/test/ |
H A D | libunwind_02.pass.cpp | 70 int total = test1(50); in main() local
|
/llvm-project/clang-tools-extra/clangd/support/ |
H A D | MemoryTree.cpp | 46 size_t MemoryTree::total() const { in total() function in clang::clangd::MemoryTree
|
/llvm-project/lldb/test/API/python_api/value/linked_list/ |
H A D | main.cpp | 28 int total = 0; in main() local
|
/llvm-project/libcxx/benchmarks/ |
H A D | stop_token.bench.cpp |
|
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
H A D | release_to_os_test.cpp | 88 auto total = MallocReleaseStress() >> 10; in main() local
|
/llvm-project/libc/test/src/math/ |
H A D | tan_test.cpp | 70 uint64_t total = 0; TEST_F() local
|
H A D | cos_test.cpp | 78 uint64_t total = 0; TEST_F() local
|
/llvm-project/libc/src/__support/StringUtil/ |
H A D | message_mapper.h | 34 size_t total = 0; total_str_len() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | AnalyzerStatsChecker.cpp | 72 unsigned total = 0, unreachable = 0; in checkEndAnalysis() local
|