Home
last modified time | relevance | path

Searched refs:EmitBinaryOp (Results 1 – 6 of 6) sorted by relevance

/external/gemmlowp/meta/generators/
Dcc_emitter.py70 self.EmitBinaryOp(variable, '=', value)
73 self.EmitBinaryOp(variable, '+=', value)
75 def EmitBinaryOp(self, operand_1, op, operand_2): member in CCEmitter
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.h71 virtual StatusOr<llvm::Value*> EmitBinaryOp(const HloInstruction* op,
Delemental_ir_emitter.cc814 StatusOr<llvm::Value*> ElementalIrEmitter::EmitBinaryOp( in EmitBinaryOp() function in xla::ElementalIrEmitter
2303 return EmitBinaryOp(hlo, lhs_value, rhs_value); in MakeElementGenerator()
/external/swiftshader/src/Pipeline/
DSpirvShaderArithmetic.cpp309 SpirvShader::EmitResult SpirvShader::EmitBinaryOp(InsnIterator insn, EmitState *state) const in EmitBinaryOp() function in sw::SpirvShader
DSpirvShader.hpp1188 EmitResult EmitBinaryOp(InsnIterator insn, EmitState *state) const;
DSpirvShader.cpp1901 return EmitBinaryOp(insn, state); in EmitInstruction()