Home
last modified time | relevance | path

Searched refs:if_cond (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.h176 void (*if_cond)(struct lp_build_nir_context *bld_base, LLVMValueRef cond); member
Dlp_bld_nir_soa.c1580 static void if_cond(struct lp_build_nir_context *bld_base, LLVMValueRef cond) in if_cond() function
1787 …LLVMValueRef if_cond = LLVMBuildExtractElement(gallivm->builder, outer_cond, loop_state.counter, "… in emit_vote() local
1790 lp_build_if(&ifthen, gallivm, if_cond); in emit_vote()
1807 LLVMValueRef if_cond; in emit_vote() local
1808 if_cond = LLVMBuildExtractElement(gallivm->builder, outer_cond, loop_state.counter, ""); in emit_vote()
1810 lp_build_if(&ifthen, gallivm, if_cond); in emit_vote()
2056 bld.bld_base.if_cond = if_cond; in lp_build_nir_soa()
Dlp_bld_nir.c2118 bld_base->if_cond(bld_base, cond); in visit_if()
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlower_static_tensor_list.cc533 auto if_cond = rewriter.create<TF::GreaterOp>( in matchAndRewrite() local
567 op, result_type, if_cond, in matchAndRewrite()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c52 struct ureg_src if_cond; member
2054 ureg_UIF(c->ureg, c->if_cond, &label); in ntt_emit_if()
2130 c->if_cond = ntt_get_src(c, nif->condition); in ntt_emit_block()