Searched refs:rhs_element (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | opt_copy_propagation_elements.cpp | 60 ir_variable *rhs_element[4]; member in __anon2e1d8f5c0111::acp_entry 101 if (!entry->rhs_element[i]) in erase() 106 ir_variable *to_remove = entry->rhs_element[i]; in erase() 107 entry->rhs_element[i] = NULL; in erase() 118 if (dst_entry->rhs_element[i] == var) in erase() 119 dst_entry->rhs_element[i] = NULL; in erase() 145 ir_variable *to_remove = lhs_entry->rhs_element[i]; in write_elements() 146 lhs_entry->rhs_element[i] = rhs; in write_elements() 166 if (lhs_entry->rhs_element[i]) in write_full() 167 remove_from_dsts(lhs_entry->rhs_element[i], lhs); in write_full() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | dot_op_emitter.cc | 634 llvm::Value* rhs_element = rhs_array_.EmitReadArrayElement(rhs_index, b_); in EmitNaiveLlvmIrGemm() local 642 b_->CreateFSub(b_->CreateFMul(real(lhs_element), real(rhs_element)), in EmitNaiveLlvmIrGemm() 643 b_->CreateFMul(imag(lhs_element), imag(rhs_element))); in EmitNaiveLlvmIrGemm() 645 b_->CreateFAdd(b_->CreateFMul(real(lhs_element), imag(rhs_element)), in EmitNaiveLlvmIrGemm() 646 b_->CreateFMul(imag(lhs_element), real(rhs_element))); in EmitNaiveLlvmIrGemm() 652 llvm::Value* product = b_->CreateMul(lhs_element, rhs_element); in EmitNaiveLlvmIrGemm() 655 llvm::Value* product = b_->CreateAnd(lhs_element, rhs_element); in EmitNaiveLlvmIrGemm() 658 llvm::Value* product = b_->CreateFMul(lhs_element, rhs_element); in EmitNaiveLlvmIrGemm()
|
D | tiled_dot_emitter.cc | 362 llvm::Value* rhs_element = vsl_.LoadScalar(rhs_, col); in EmitInnerLoopEpilogue() local 370 vsl_.LoadScalar(lhs_base_pointer, scalar_row), rhs_element); in EmitInnerLoopEpilogue()
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorContractionCuda.h | 326 #define rhs_element(i, j) rhs_block[72 * ((i) + 8 * (j))] in EigenContractionKernelInternal() macro 330 rrow(0) = rhs_element(i, 0); \ in EigenContractionKernelInternal() 332 rrow(1) = rhs_element(i, 1); \ in EigenContractionKernelInternal() 334 rrow(2) = rhs_element(i, 2); \ in EigenContractionKernelInternal() 336 rrow(3) = rhs_element(i, 3); \ in EigenContractionKernelInternal() 338 rrow(4) = rhs_element(i, 4); \ in EigenContractionKernelInternal() 340 rrow(5) = rhs_element(i, 5); \ in EigenContractionKernelInternal() 342 rrow(6) = rhs_element(i, 6); \ in EigenContractionKernelInternal() 344 rrow(7) = rhs_element(i, 7); \ in EigenContractionKernelInternal() 380 #undef rhs_element in EigenContractionKernelInternal()
|
/external/libtextclassifier/native/utils/grammar/utils/ |
D | rules.cc | 419 for (const RhsElement& rhs_element : rule.rhs) { in UsesFillers() local 420 if (IsNonterminalOfName(rhs_element, kFiller)) { in UsesFillers()
|