Searched refs:if_cond (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir.h | 176 void (*if_cond)(struct lp_build_nir_context *bld_base, LLVMValueRef cond); member
|
D | lp_bld_nir_soa.c | 1580 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()
|
D | lp_bld_nir.c | 2118 bld_base->if_cond(bld_base, cond); in visit_if()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | lower_static_tensor_list.cc | 533 auto if_cond = rewriter.create<TF::GreaterOp>( in matchAndRewrite() local 567 op, result_type, if_cond, in matchAndRewrite()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 52 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()
|