Searched refs:op_val (Results 1 – 3 of 3) sorted by relevance
59 llvm::Value *op_val) { in BuildViewForBuffer() argument60 llvm::Type *ty = op_val->getType(); in BuildViewForBuffer()65 op_val = b->CreateBitCast(op_val, ty); in BuildViewForBuffer()67 args->push_back(op_val); // Allocated pointer. in BuildViewForBuffer()68 args->push_back(op_val); // Aligned pointer. in BuildViewForBuffer()
359 op_val = getattr(operator, method)()362 self.evaluate(op_val),383 op_val = operator.matmul(388 self.evaluate(op_val), self.evaluate(matmul_val))390 op_val = operator.solve(rhs, adjoint=adjoint)393 self.evaluate(op_val), self.evaluate(solve_val))407 op_val = math_ops.matmul(412 self.evaluate(op_val), self.evaluate(matmul_val))
286 static char *toop(int op_val) in toop() argument289 switch (op_val) { in toop()307 static char *to_alpha_op(int op_val) in to_alpha_op() argument310 switch (op_val) { in to_alpha_op()