Searched refs:temps_count (Results 1 – 3 of 3) sorted by relevance
466 if (range.First + i >= ctx->temps_count) in store_value_to_array()573 if (reg->Register.Index >= ctx->temps_count) in si_llvm_emit_fetch()703 if (!ctx->temps_count) { in emit_declaration()704 ctx->temps_count = bld_base->info->file_max[TGSI_FILE_TEMPORARY] + 1; in emit_declaration()705 ctx->temps = MALLOC(TGSI_NUM_CHANNELS * ctx->temps_count * sizeof(LLVMValueRef)); in emit_declaration()880 if (reg->Register.Index >= ctx->temps_count) in si_llvm_emit_store()1122 ctx->temps_count = 0; in si_llvm_context_set_tgsi()1273 ctx->temps_count = 0; in si_llvm_dispose()
91 unsigned temps_count; member
2777 int temps_count = GetTempsCountForTailCallFromJSFunction(); in VisitTailCall() local2778 for (int i = 0; i < temps_count; i++) { in VisitTailCall()