Home
last modified time | relevance | path

Searched refs:bnd (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_multi_bind_templ.c25 DOM *bnd; in FN() local
44 bnd = FN(EL,bind_id)(el, id); in FN()
53 bnd_i = FN(DOM,align_params)(bnd_i, FN(DOM,get_space)(bnd)); in FN()
54 bnd = FN(DOM,align_params)(bnd, FN(DOM,get_space)(bnd_i)); in FN()
55 bnd = FN(DOM,intersect)(bnd, bnd_i); in FN()
60 return bnd; in FN()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_i386.h271 DEFINE_BNDR(bnd, 0),
272 DEFINE_BNDR(bnd, 1),
273 DEFINE_BNDR(bnd, 2),
274 DEFINE_BNDR(bnd, 3),
H A DRegisterInfos_x86_64.h303 DEFINE_BNDR(bnd, 0),
304 DEFINE_BNDR(bnd, 1),
305 DEFINE_BNDR(bnd, 2),
306 DEFINE_BNDR(bnd, 3),
/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dhybrid.c1318 ppcg_ht_bounds *bnd; in ppcg_ht_compute_bounds() local
1334 bnd = ppcg_ht_bounds_alloc(space); in ppcg_ht_compute_bounds()
1335 if (!bnd) in ppcg_ht_compute_bounds()
1345 bnd = ppcg_ht_bounds_set_lower(bnd, 0, isl_val_list_get_val(pair, 0)); in ppcg_ht_compute_bounds()
1346 bnd = ppcg_ht_bounds_set_upper(bnd, isl_val_list_get_val(pair, 1)); in ppcg_ht_compute_bounds()
1351 bnd = ppcg_ht_bounds_set_lower(bnd, i, in ppcg_ht_compute_bounds()
1358 return bnd; in ppcg_ht_compute_bounds()
/llvm-project-15.0.7/mlir/test/Dialect/Affine/SuperVectorize/
H A Dvectorize_reduction.mlir545 func.func @vecdim_reduction_masked_unknown_ub(%in: memref<256x512xf32>, %out: memref<256xf32>, %bnd
548 %final_red = affine.for %j = 0 to %bnd iter_args(%red_iter = %cst) -> (f32) {
562 // CHECK: %[[vred:.*]] = affine.for %[[iv:.*]] = 0 to %[[bnd:.*]] step 128 iter_args(%[[red…
563 // CHECK: %[[elems_left:.*]] = affine.apply #[[$map1]](%[[iv]])[%[[bnd]]]
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp816 Value bnd = in matchAndRewrite() local
819 bnd, idx); in matchAndRewrite()