Home
last modified time | relevance | path

Searched defs:dead_flrp (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_flrp.c37 append_flrp_to_dead_list(struct u_vector *dead_flrp, struct nir_alu_instr *alu) in append_flrp_to_dead_list() argument
47 replace_with_strict_ffma(struct nir_builder *bld, struct u_vector *dead_flrp, in replace_with_strict_ffma() argument
76 replace_with_single_ffma(struct nir_builder *bld, struct u_vector *dead_flrp, in replace_with_single_ffma() argument
109 replace_with_strict(struct nir_builder *bld, struct u_vector *dead_flrp, in replace_with_strict() argument
145 replace_with_fast(struct nir_builder *bld, struct u_vector *dead_flrp, in replace_with_fast() argument
179 replace_with_expanded_ffma_and_add(struct nir_builder *bld, struct u_vector *dead_flrp, struct nir_alu_instr *alu, bool subtract_c) replace_with_expanded_ffma_and_add() argument
364 convert_flrp_instruction(nir_builder *bld, struct u_vector *dead_flrp, nir_alu_instr *alu, bool always_precise) convert_flrp_instruction() argument
597 lower_flrp_impl(nir_function_impl *impl, struct u_vector *dead_flrp, unsigned lowering_mask, bool always_precise) lower_flrp_impl() argument
636 struct u_vector dead_flrp; nir_lower_flrp() local
[all...]

Completed in 2 milliseconds