Searched refs:emit_else (Results 1 – 4 of 4) sorted by relevance
314 llvm::IRBuilder<>* b, bool emit_else) { in EmitIfThenElse() argument320 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()
207 llvm::IRBuilder<>* b, bool emit_else = true);
56 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
1085 emit_else(struct svga_shader_emitter *emit, in emit_else() function2895 return emit_else( emit, insn ); in svga_emit_instruction()