Home
last modified time | relevance | path

Searched defs:upper_bounds (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/flang/runtime/
DISO_Fortran_binding.cpp39 const CFI_index_t upper_bounds[], std::size_t elem_len) { in CFI_allocate()
275 const CFI_index_t lower_bounds[], const CFI_index_t upper_bounds[], in CFI_section()
/external/tensorflow/tensorflow/compiler/mlir/xla/experimental/conv_emitter/
Dconv_emitter_transforms.cc67 absl::Span<const int64_t> upper_bounds, OpBuilder builder) { in CreateNestedSimpleLoops()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlhlo_legalize_to_affine.cc34 OpBuilder& builder, Location location, ArrayRef<int64_t> upper_bounds, in BuildBoundedAffineLoopNest()
/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()
/external/llvm-project/polly/lib/External/isl/
Disl_ast_codegen.c643 static __isl_give isl_pw_aff_list *upper_bounds( in upper_bounds() function