Searched refs:temp_array_allocas (Results 1 – 2 of 2) sorted by relevance
313 alloca = ctx->temp_array_allocas[array_id - 1]; in get_pointer_into_array()699 ctx->temp_array_allocas[id] = array_alloca; in emit_declaration()1113 FREE(ctx->temp_array_allocas); in si_llvm_context_set_tgsi()1114 ctx->temp_array_allocas = NULL; in si_llvm_context_set_tgsi()1131 ctx->temp_array_allocas = CALLOC(size, sizeof(ctx->temp_array_allocas[0])); in si_llvm_context_set_tgsi()1269 FREE(ctx->temp_array_allocas); in si_llvm_dispose()1270 ctx->temp_array_allocas = NULL; in si_llvm_dispose()
100 LLVMValueRef *temp_array_allocas; member