| /llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxVariant.cpp | 156 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 D | ShuffleRewriter.cpp | 88 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 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/polly/lib/External/isl/test_inputs/schedule/ |
| H A D | feautrier_compressed.sc | 5 validity: { A[] -> B[0] }
|
| H A D | fork2.sc | 5 validity: { A[] -> B[]; B[] -> C[] }
|
| H A D | fork1.sc | 5 validity: { A[] -> C[]; B[] -> C[] }
|
| H A D | fork3.sc | 5 validity:
|
| H A D | nana.sc | 7 validity: { stC[j = 0:64, 0:64] -> sync[j, 0]; stB[j = 0:64, 0:64] -> sync[j, 0] }
|
| H A D | max_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 | nomax_coincidence.sc | 5 validity: { A[i,j,k] -> B[i,k,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/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 | 4462 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 D | memprof-merge.test | 13 For now we only check the validity of the instrumented profile since we don't
|
| H A D | memprof-merge-versions.test | 26 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 D | err34-c.rst | 7 verify the validity of the conversion, such as ``atoi()`` or ``scanf()``. It
|
| /llvm-project/llvm/utils/ |
| H A D | check-each-file | 132 echo Checking validity of new $program
|
| /llvm-project/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/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/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/mlir/include/mlir/Interfaces/ |
| H A D | DataLayoutInterfaces.td | 109 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 "
|