| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxVariant.cpp | 130 LibcxxVariantIndexValidity validity = LibcxxVariantGetIndexValidity(impl_sp); in LibcxxVariantSummaryProvider() local 132 if (validity == LibcxxVariantIndexValidity::Invalid) in LibcxxVariantSummaryProvider() 135 if (validity == LibcxxVariantIndexValidity::NPos) { in LibcxxVariantSummaryProvider() 197 LibcxxVariantIndexValidity validity = LibcxxVariantGetIndexValidity(impl_sp); in Update() local 199 if (validity == LibcxxVariantIndexValidity::Invalid) in Update() 202 if (validity == LibcxxVariantIndexValidity::NPos) in Update()
|
| /llvm-project-15.0.7/polly/lib/External/ppcg/ |
| H A D | cpu.c | 618 isl_union_map *validity, *coincidence; in construct_cpu_schedule_constraints() local 625 validity = isl_union_map_copy(ps->dep_flow); in construct_cpu_schedule_constraints() 626 validity = isl_union_map_union(validity, in construct_cpu_schedule_constraints() 629 coincidence = isl_union_map_copy(validity); in construct_cpu_schedule_constraints() 634 validity = isl_union_map_copy(ps->dep_flow); in construct_cpu_schedule_constraints() 635 validity = isl_union_map_union(validity, in construct_cpu_schedule_constraints() 638 coincidence = isl_union_map_copy(validity); in construct_cpu_schedule_constraints() 642 sc = isl_schedule_constraints_set_validity(sc, validity); in construct_cpu_schedule_constraints()
|
| H A D | grouping.c | 64 isl_union_map *validity, *proximity; in ppcg_grouping_compute_dep() local 69 validity = isl_schedule_constraints_get_validity(grouping->sc); in ppcg_grouping_compute_dep() 71 grouping->dep = isl_union_map_intersect(validity, proximity); in ppcg_grouping_compute_dep()
|
| /llvm-project-15.0.7/polly/lib/External/isl/include/isl/ |
| H A D | schedule.h | 64 __isl_take isl_union_map *validity); 78 __isl_take isl_union_map *validity); 128 __isl_take isl_union_map *validity,
|
| /llvm-project-15.0.7/polly/lib/External/isl/test_inputs/schedule/ |
| H A D | feautrier_compressed.sc | 5 validity: { A[] -> B[0] }
|
| H A D | max_coincidence.sc | 5 validity: { A[i,j,k] -> B[i,k,j] }
|
| H A D | nomax_coincidence.sc | 5 validity: { A[i,j,k] -> B[i,k,j] }
|
| H A D | disjunctive_domain.sc | 4 validity: [N] -> { S_9[k, 1 + N, j] -> S_9[1 + k, -1 + N, j'] : 0 < k <= -3 + N and j < N and j' > …
|
| H A D | bounded_coefficients.sc | 11 validity: { S_2[0, j] -> S_4[0, j, 0] : 0 < j <= 10;
|
| H A D | carry_bounded_coefficients.sc | 14 validity: { C[i0, i1] -> C[i0, 1 + i1] : i0 <= 3999 and i1 >= 0 and
|
| H A D | niewang.sc | 12 validity: { group0[i0 = 0:3, i1 = 0:223, i2 = 0:223, i3 = 0:15]
|
| H A D | poliwoda.sc | 14 validity: [_PB_M, _PB_N] -> { S_0[Id1, Id2, Id3] -> S_0[Id1' = Id1, Id2',
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_schedule_constraints.c | 207 __isl_take isl_union_map *validity) in isl_schedule_constraints_set_validity() argument 209 return isl_schedule_constraints_set(sc, isl_edge_validity, validity); in isl_schedule_constraints_set_validity() 238 __isl_take isl_union_map *validity) in isl_schedule_constraints_set_conditional_validity() argument 242 validity); in isl_schedule_constraints_set_conditional_validity()
|
| H A D | isl_test.c | 4427 validity = isl_union_map_copy(dep); in test_one_schedule() 4610 isl_union_map *validity, *proximity; in test_padded_schedule() local 4620 proximity = isl_union_map_copy(validity); in test_padded_schedule() 4691 validity); in test_special_conditional_schedule_constraints() 4727 isl_union_map *validity, *condition; in test_special_conditional_schedule_constraints_2() local 4741 isl_union_map_copy(validity)); in test_special_conditional_schedule_constraints_2() 4745 validity = isl_union_map_apply_domain(validity, in test_special_conditional_schedule_constraints_2() 4747 validity = isl_union_map_apply_range(validity, umap); in test_special_conditional_schedule_constraints_2() 4748 map = isl_map_from_union_map(validity); in test_special_conditional_schedule_constraints_2() 4860 isl_union_map *validity; in test_conditional_schedule_constraints() local [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cert/ |
| H A D | err34-c.rst | 7 verify the validity of the conversion, such as ``atoi()`` or ``scanf()``. It
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | check-each-file | 132 echo Checking validity of new $program
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-profdata/ |
| H A D | memprof-merge.test | 40 For now we only check the validity of the instrumented profile since we don't
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/Inputs/ |
| H A D | typeunit-header.s | 2 # that the length field is correctly used to verify the validity of the
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/Inputs/ |
| H A D | typeunit-header.s | 2 # that the length field is correctly used to verify the validity of the
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | implicit-faultmap.ll | 13 ;; The tests in this file exist just to check basic validity of the FaultMap
|
| /llvm-project-15.0.7/libcxx/docs/DesignDocs/ |
| H A D | DebugMode.rst | 40 The library contains various assertions to check the validity of iterators used
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | dbg-addr.ll | 23 ; Make sure that in the second case, we properly get a validity range in the
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | BuiltinOps.td | 10 // necessary for the validity of and defining the IR.
|
| /llvm-project-15.0.7/mlir/include/mlir/Interfaces/ |
| H A D | DataLayoutInterfaces.td | 86 nested operations subject to layout, or to ensure the validity of layout 137 /*description=*/"Verifies the validity of the specification and reports "
|
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/Directive/ |
| H A D | DirectiveBase.td | 118 // Hold information about clause validity by version.
|