Home
last modified time | relevance | path

Searched refs:emit_else (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.cc314 llvm::IRBuilder<>* b, bool emit_else) { in EmitIfThenElse() argument
320 emit_else ? CreateBasicBlock(nullptr, absl::StrCat(name, "-false"), b) in EmitIfThenElse()
340 emit_else ? if_data.false_block : if_data.after_block); in EmitIfThenElse()
345 if (emit_else) { in EmitIfThenElse()
Dllvm_util.h207 llvm::IRBuilder<>* b, bool emit_else = true);
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ir_to_assembly.cpp56 bool emit_else(const ElseInstruction & else_instr);
175 return emit_else(static_cast<const ElseInstruction&>(*i)); in emit()
524 bool AssemblyFromShaderLegacyImpl::emit_else(UNUSED const ElseInstruction & else_instr) in emit_else() function in r600::AssemblyFromShaderLegacyImpl
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c1085 emit_else(struct svga_shader_emitter *emit, in emit_else() function
2895 return emit_else( emit, insn ); in svga_emit_instruction()