Home
last modified time | relevance | path

Searched refs:lower_bounds (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/flang/runtime/
DISO_Fortran_binding.cpp38 int CFI_allocate(CFI_cdesc_t *descriptor, const CFI_index_t lower_bounds[], in CFI_allocate() argument
72 CFI_index_t lb{lower_bounds[j]}; in CFI_allocate()
275 const CFI_index_t lower_bounds[], const CFI_index_t upper_bounds[], in CFI_section() argument
307 const CFI_index_t lb{lower_bounds ? lower_bounds[j] : srcLB}; in CFI_section()
382 const CFI_index_t lower_bounds[]) { in CFI_setpointer() argument
409 const bool copySrcLB{!lower_bounds}; in CFI_setpointer()
416 copySrcLB ? source->dim[j].lower_bound : lower_bounds[j]; in CFI_setpointer()
/external/llvm-project/flang/include/flang/
DISO_Fortran_binding.h165 int CFI_allocate(CFI_cdesc_t *, const CFI_index_t lower_bounds[],
172 const CFI_index_t lower_bounds[], const CFI_index_t upper_bounds[],
177 CFI_cdesc_t *, const CFI_cdesc_t *source, const CFI_index_t lower_bounds[]);
/external/llvm-project/flang/unittests/Evaluate/
DISO-Fortran-binding.cpp287 const CFI_index_t lower_bounds[], const CFI_index_t upper_bounds[], in check_CFI_allocate() argument
300 int retCode{CFI_allocate(dv, lower_bounds, upper_bounds, elem_len)}; in check_CFI_allocate()
306 MATCH(lower_bounds[i], dv->dim[i].lower_bound); in check_CFI_allocate()
349 if (rank > 0 && (lower_bounds == nullptr || upper_bounds == nullptr)) { in check_CFI_allocate()
604 CFI_index_t lower_bounds[rank]; in run_CFI_setpointer_tests() local
607 lower_bounds[i] = i; in run_CFI_setpointer_tests()
627 retCode = CFI_setpointer(result, source, lower_bounds); in run_CFI_setpointer_tests()
639 MATCH(lower_bounds[j], result->dim[j].lower_bound); in run_CFI_setpointer_tests()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlhlo_legalize_to_affine.cc36 SmallVector<int64_t, 3> lower_bounds(upper_bounds.size(), /*Value=*/0); in BuildBoundedAffineLoopNest() local
38 buildAffineLoopNest(builder, location, lower_bounds, upper_bounds, steps, in BuildBoundedAffineLoopNest()
/external/llvm-project/polly/lib/External/isl/
Disl_ast_codegen.c598 static __isl_give isl_pw_aff_list *lower_bounds( in lower_bounds() function
1202 lower = lower_bounds(c_lower, depth, domain, build); in refine_generic_bounds()