Home
last modified time | relevance | path

Searched refs:dimension_t_type (Results 1 – 2 of 2) sorted by relevance

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DCodeGen_LLVM.h210 *dimension_t_type, variable
H A DCodeGen_LLVM.cpp613 dimension_t_type = module->getTypeByName("struct.halide_dimension_t"); in init_codegen()
614 internal_assert(dimension_t_type) << "Did not find halide_dimension_t in initial module"; in init_codegen()
932 shape = ConstantExpr::getPointerCast(shape, dimension_t_type->getPointerTo()); in compile_buffer()
934 shape = ConstantPointerNull::get(dimension_t_type->getPointerTo()); in compile_buffer()
3047 value = create_alloca_at_entry(dimension_t_type, *sz / sizeof(halide_dimension_t)); in visit()