Home
last modified time | relevance | path

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

123

/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVariant.cpp156 LibcxxVariantIndexValidity validity = LibcxxVariantGetIndexValidity(impl_sp); in LibcxxVariantSummaryProvider() local
158 if (validity == LibcxxVariantIndexValidity::Invalid) in LibcxxVariantSummaryProvider()
161 if (validity == LibcxxVariantIndexValidity::NPos) { in LibcxxVariantSummaryProvider()
223 LibcxxVariantIndexValidity validity = LibcxxVariantGetIndexValidity(impl_sp); in Update() local
225 if (validity == LibcxxVariantIndexValidity::Invalid) in Update()
228 if (validity == LibcxxVariantIndexValidity::NPos) in Update()
/llvm-project/mlir/lib/Dialect/GPU/Transforms/
H A DShuffleRewriter.cpp88 auto validity = rewriter.create<arith::AndIOp>(loc, loRes[1], hiRes[1]); in matchAndRewrite() local
91 rewriter.replaceOp(op, {value, validity}); in matchAndRewrite()
/llvm-project/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/polly/lib/External/isl/test_inputs/schedule/
H A Dfeautrier_compressed.sc5 validity: { A[] -> B[0] }
H A Dfork2.sc5 validity: { A[] -> B[]; B[] -> C[] }
H A Dfork1.sc5 validity: { A[] -> C[]; B[] -> C[] }
H A Dfork3.sc5 validity:
H A Dnana.sc7 validity: { stC[j = 0:64, 0:64] -> sync[j, 0]; stB[j = 0:64, 0:64] -> sync[j, 0] }
H A Dmax_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 Dnomax_coincidence.sc5 validity: { A[i,j,k] -> B[i,k,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/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.c4462 isl_union_map *validity, *proximity, *coincidence; in test_one_schedule() local
4496 validity = isl_union_map_copy(dep); in test_one_schedule()
4501 sc = isl_schedule_constraints_set_validity(sc, validity); in test_one_schedule()
4598 const char *domain, const char *validity, const char *proximity, in compute_schedule_with_context() argument
4611 dep = isl_union_map_read_from_str(ctx, validity); in compute_schedule_with_context()
4628 const char *domain, const char *validity, const char *proximity) in compute_schedule() argument
4630 return compute_schedule_with_context(ctx, domain, validity, proximity, in compute_schedule()
4638 const char *validity, const char *proximity) in test_has_schedule() argument
4642 sched = compute_schedule(ctx, domain, validity, proximity); in test_has_schedule()
4651 const char *validity, const char *proximity, const char *expected_sched) in test_special_schedule() argument
[all …]
/llvm-project/llvm/test/tools/llvm-profdata/
H A Dmemprof-merge.test13 For now we only check the validity of the instrumented profile since we don't
H A Dmemprof-merge-versions.test26 For now we only check the validity of the instrumented profile since we don't
/llvm-project/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/llvm/utils/
H A Dcheck-each-file132 echo Checking validity of new $program
/llvm-project/llvm/test/DebugInfo/Inputs/
H A Dtypeunit-header.s2 # that the length field is correctly used to verify the validity of the
/llvm-project/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/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/mlir/include/mlir/Interfaces/
H A DDataLayoutInterfaces.td109 nested operations subject to layout, or to ensure the validity of layout
190 /*description=*/"Verifies the validity of the specification and reports "
319 /*description=*/"Verifies the validity of the specification and "

123