Home
last modified time | relevance | path

Searched defs:phi_src (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_helper_writes.c94 nir_phi_src *phi_src = nir_phi_get_src_from_block(phi_as_phi, in lower() local
Dnir_opt_peephole_select.c331 nir_phi_src *phi_src = in nir_opt_collapse_if() local
361 nir_phi_src *phi_src = in nir_opt_collapse_if() local
Dnir_lower_shader_calls.c391 nir_phi_src *phi_src = exec_node_data(nir_phi_src, src, src); in rewrite_instr_src_from_phi_builder() local
Dnir.c857 nir_phi_src *phi_src; in nir_phi_instr_add_src() local
Dnir.h2622 #define nir_foreach_phi_src(phi_src, phi) \ argument
2624 #define nir_foreach_phi_src_safe(phi_src, phi) \ argument
4452 nir_phi_src *phi_src = list_entry(src, nir_phi_src, src); in nir_before_src() local
/external/mesa3d/src/nouveau/compiler/nak/
Drepair_ssa.rs313 let phi_src = get_or_insert_phi_srcs(bb); in repair_ssa() localVariable
Dspill_values.rs50 phi_src: HashMap<u32, SSAValue>, field
/external/mesa3d/src/amd/compiler/
Daco_lower_phis.cpp377 Temp phi_src = phi->operands[i].getTemp(); in lower_subdword_phis() local
Daco_instruction_selection.cpp10013 std::map<unsigned, nir_def*> phi_src; in visit_phi() local
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c483 LLVMValueRef phi_src[2]; in exit_waterfall() local