Home
last modified time | relevance | path

Searched refs:PPIR_INSTR_SLOT_NUM (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Dliveness.c108 for (int i = PPIR_INSTR_SLOT_NUM-1; i >= 0; i--) { in ppir_liveness_instr_srcs()
173 for (int i = PPIR_INSTR_SLOT_NUM-1; i >= 0; i--) { in ppir_liveness_instr_dest()
Dinstr.c280 for (int i = 0; i < PPIR_INSTR_SLOT_NUM; i++) in ppir_instr_print_list()
288 for (int i = 0; i < PPIR_INSTR_SLOT_NUM; i++) { in ppir_instr_print_list()
Dregalloc.c183 for (int i = 0; i < PPIR_INSTR_SLOT_NUM; i++) { in ppir_regalloc_print_result()
501 for (int i = 0; i < PPIR_INSTR_SLOT_NUM; i++) { in ppir_regalloc_choose_spill_node()
518 for (int i = 0; i < PPIR_INSTR_SLOT_NUM; i++) { in ppir_regalloc_choose_spill_node()
Dppir.h297 PPIR_INSTR_SLOT_NUM, enumerator
314 ppir_node *slots[PPIR_INSTR_SLOT_NUM];
Dcodegen.c635 ppir_codegen_encode_slot[PPIR_INSTR_SLOT_NUM] = {
661 for (int i = 0; i < PPIR_INSTR_SLOT_NUM; i++) { in get_instr_encode_size()
709 for (int i = 0; i < PPIR_INSTR_SLOT_NUM; i++) { in encode_instr()
Dnode_to_instr.c324 for (int i = 0; i < PPIR_INSTR_SLOT_NUM; i++) { in ppir_build_instr_dependency()