Home
last modified time | relevance | path

Searched refs:lhs_ (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dtiled_dot_emitter.cc237 lhs_(lhs), in ColumnMajorMatrixVectorProductEmitter()
257 return MemoryTile(&vsl_, b_, /*matrix=*/lhs_, in GetLhsMemoryTile()
283 llvm::Value* lhs_; member in xla::cpu::__anon016ac5180111::ColumnMajorMatrixVectorProductEmitter
365 vsl_.ComputeOffsetPointer(lhs_, total_offset); in EmitInnerLoopEpilogue()
462 lhs_(lhs), in RowMajorMatrixVectorProductEmitter()
479 return MemoryTile(&vsl_, b_, /*matrix=*/lhs_, in GetLhsMemoryTile()
494 llvm::Value* lhs_; member in xla::cpu::__anon016ac5180111::RowMajorMatrixVectorProductEmitter
592 vsl_.ComputeOffsetPointer(lhs_, total_offset); in EmitInnerLoopEpilogue()
699 : lhs_(lhs), in TiledSmallGemmEmitter()
753 llvm::Value* lhs_; member in xla::cpu::__anon016ac5180111::TiledSmallGemmEmitter
[all …]
/external/bcc/src/cc/frontends/b/
Dtype_check.cc139 TRY2(n->lhs_->accept(this)); in visit_assign_expr_node()
140 if (n->lhs_->typeof_ == ExprNode::STRUCT) { in visit_assign_expr_node()
145 if (n->lhs_->typeof_ != ExprNode::INTEGER) in visit_assign_expr_node()
147 if (!n->lhs_->flags_[ExprNode::WRITE]) in visit_assign_expr_node()
192 TRY2(n->lhs_->accept(this)); in visit_binop_expr_node()
193 if (n->lhs_->typeof_ != ExprNode::INTEGER) in visit_binop_expr_node()
208 n->bit_width_ = std::max(n->lhs_->bit_width_, n->rhs_->bit_width_); in visit_binop_expr_node()
386 auto id = static_cast<IdentExprNode *>(asn->lhs_.get()); in visit_struct_variable_decl_stmt_node()
Dnode.h240 ExprNode::Ptr lhs_;
243 : lhs_(move(id)), rhs_(move(rhs)) { in AssignExprNode()
245 lhs_->flags_[ExprNode::IS_LHS] = true; in AssignExprNode()
248 : lhs_(move(lhs)), rhs_(move(rhs)) { in AssignExprNode()
250 lhs_->flags_[ExprNode::IS_LHS] = true; in AssignExprNode()
296 ExprNode::Ptr lhs_;
300 : lhs_(move(lhs)), op_(op), rhs_(move(rhs)) in BinopExprNode()
Dcodegen_llvm.cc316 TRY2(n->lhs_->accept(this)); in visit_assign_expr_node()
318 TRY2(n->lhs_->accept(this)); in visit_assign_expr_node()
319 emit(" & ~((((%s)1 << %d) - 1) << %d)) | (", bits_to_uint(n->lhs_->bit_width_), in visit_assign_expr_node()
325 if (n->lhs_->flags_[ExprNode::PROTO]) { in visit_assign_expr_node()
334 if (n->lhs_->is_pkt()) { in visit_assign_expr_node()
335 TRY2(n->lhs_->accept(this)); in visit_assign_expr_node()
338 TRY2(n->lhs_->accept(this)); in visit_assign_expr_node()
444 TRY2(n->lhs_->accept(this)); in emit_short_circuit_and()
445 Value *neq_zero = B.CreateICmpNE(pop_expr(), B.getIntN(n->lhs_->bit_width_, 0)); in emit_short_circuit_and()
471 TRY2(n->lhs_->accept(this)); in emit_short_circuit_or()
[all …]
Dprinter.cc99 TRY2(n->lhs_->accept(this)); in visit_assign_expr_node()
122 TRY2(n->lhs_->accept(this)); in visit_binop_expr_node()
Dparser.cc67 auto id = static_cast<IdentExprNode *>(n->lhs_.get()); in variable_add()
/external/clang/test/SemaCXX/
Dwindows-arm-valist.cpp6 template <typename lhs_, typename rhs_>
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorContractionThreadPool.h309 lhs_(lhs),
400 LhsMapper& lhs_;
477 lhs_.getSubMapper(m1 * bm_, k * bk_), bk(k), bm(m1));