Home
last modified time | relevance | path

Searched defs:total (Results 1 – 25 of 86) sorted by relevance

1234

/llvm-project/mlir/lib/Support/
H A DTiming.cpp117 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 DProgressEvent.cpp28 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 Dcritical05.f905 integer :: total = 0 variable
/llvm-project/polly/lib/External/isl/
H A Disl_map_simplify.c52 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 Disl_affine_hull.c124 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 Disl_coalesce.c517 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 Disl_sample.c586 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 Disl_farkas.c244 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 Disl_morph.c384 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 Disl_convex_hull.c952 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 Dstr_to_float_comparison_test.cpp152 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 Dmmap_limit_mb.cpp28 for (long total = total_mb << 20; total > 0; total -= allocation_size) in main() local
/llvm-project/bolt/test/Inputs/
H A Djump_table_icp.cpp3 int total = 0; variable
/llvm-project/lld/include/lld/Common/
H A DTimer.h52 std::atomic<std::chrono::nanoseconds::rep> total; variable
/llvm-project/llvm/tools/opt-viewer/
H A Dopt-stats.py67 total = len(all_remarks) variable
H A Doptpmap.py9 def _init(current, total): argument
/llvm-project/libunwind/test/
H A Dlibunwind_02.pass.cpp70 int total = test1(50); in main() local
/llvm-project/clang-tools-extra/clangd/support/
H A DMemoryTree.cpp46 size_t MemoryTree::total() const { in total() function in clang::clangd::MemoryTree
/llvm-project/lldb/test/API/python_api/value/linked_list/
H A Dmain.cpp28 int total = 0; in main() local
/llvm-project/libcxx/benchmarks/
H A Dstop_token.bench.cpp
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Drelease_to_os_test.cpp88 auto total = MallocReleaseStress() >> 10; in main() local
/llvm-project/libc/test/src/math/
H A Dtan_test.cpp70 uint64_t total = 0; TEST_F() local
H A Dcos_test.cpp78 uint64_t total = 0; TEST_F() local
/llvm-project/libc/src/__support/StringUtil/
H A Dmessage_mapper.h34 size_t total = 0; total_str_len() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp72 unsigned total = 0, unreachable = 0; in checkEndAnalysis() local

1234