Searched refs:GetIndexNodes (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/compiler/ |
D | int64-lowering.h | 62 void GetIndexNodes(Node* index, Node*& index_low, Node*& index_high);
|
D | simd-scalar-lowering.h | 79 void GetIndexNodes(Node* index, Node** new_indices, SimdType type);
|
D | int64-lowering.cc | 144 void Int64Lowering::GetIndexNodes(Node* index, Node*& index_low, in GetIndexNodes() function in v8::internal::compiler::Int64Lowering 186 GetIndexNodes(index, index_low, index_high); in LowerNode() 235 GetIndexNodes(index, index_low, index_high); in LowerNode()
|
D | simd-scalar-lowering.cc | 342 void SimdScalarLowering::GetIndexNodes(Node* index, Node** new_indices, in GetIndexNodes() function in v8::internal::compiler::SimdScalarLowering 378 GetIndexNodes(index, indices, type); in LowerLoadOp() 441 GetIndexNodes(index, indices, rep_type); in LowerStoreOp()
|