Home
last modified time | relevance | path

Searched refs:validity (Results 1 – 25 of 52) sorted by relevance

123

/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVariant.cpp130 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 Dcpu.c618 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 Dgrouping.c64 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 Dschedule.h64 __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 Dfeautrier_compressed.sc5 validity: { A[] -> B[0] }
H A Dmax_coincidence.sc5 validity: { A[i,j,k] -> B[i,k,j] }
H A Dnomax_coincidence.sc5 validity: { A[i,j,k] -> B[i,k,j] }
H A Ddisjunctive_domain.sc4 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 Dbounded_coefficients.sc11 validity: { S_2[0, j] -> S_4[0, j, 0] : 0 < j <= 10;
H A Dcarry_bounded_coefficients.sc14 validity: { C[i0, i1] -> C[i0, 1 + i1] : i0 <= 3999 and i1 >= 0 and
H A Dniewang.sc12 validity: { group0[i0 = 0:3, i1 = 0:223, i2 = 0:223, i3 = 0:15]
H A Dpoliwoda.sc14 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 Disl_schedule_constraints.c207 __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 Disl_test.c4427 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 Derr34-c.rst7 verify the validity of the conversion, such as ``atoi()`` or ``scanf()``. It
/llvm-project-15.0.7/llvm/utils/
H A Dcheck-each-file132 echo Checking validity of new $program
/llvm-project-15.0.7/llvm/test/tools/llvm-profdata/
H A Dmemprof-merge.test40 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 Dtypeunit-header.s2 # 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 Dtypeunit-header.s2 # that the length field is correctly used to verify the validity of the
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dimplicit-faultmap.ll13 ;; The tests in this file exist just to check basic validity of the FaultMap
/llvm-project-15.0.7/libcxx/docs/DesignDocs/
H A DDebugMode.rst40 The library contains various assertions to check the validity of iterators used
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Ddbg-addr.ll23 ; 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 DBuiltinOps.td10 // necessary for the validity of and defining the IR.
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DDataLayoutInterfaces.td86 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 DDirectiveBase.td118 // Hold information about clause validity by version.

123