HomeSort by relevance Sort by last modified time
    Searched refs:kMaxLanes (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
simd-scalar-lowering.cc 142 for (size_t i = 1; i < kMaxLanes; ++i) {
154 Node* indices[kMaxLanes];
156 Node* rep_nodes[kMaxLanes];
171 for (size_t i = 1; i < kMaxLanes; ++i) {
187 Node* indices[kMaxLanes];
192 Node* rep_nodes[kMaxLanes];
210 for (size_t i = 1; i < kMaxLanes; ++i) {
227 Node* rep_node[kMaxLanes];
228 for (int i = 0; i < kMaxLanes; ++i) {
261 Node* new_node[kMaxLanes];
    [all...]
simd-scalar-lowering.h 33 static const int kMaxLanes = 4;
34 static const int kLaneWidth = 16 / kMaxLanes;
37 Node* node[kMaxLanes];

Completed in 54 milliseconds