Home
last modified time | relevance | path

Searched defs:if_cond (Results 1 – 4 of 4) 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
1807 LLVMValueRef if_cond; in emit_vote() local
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlower_static_tensor_list.cc588 auto if_cond = rewriter.create<TF::GreaterOp>( in matchAndRewrite() local
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c52 struct ureg_src if_cond; member