Home
last modified time | relevance | path

Searched refs:LoadElement (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/compiler/
Dchange-lowering.h55 Reduction LoadElement(Node* node);
Dsimplified-operator.h185 const Operator* LoadElement(ElementAccess const&);
Dchange-lowering.cc47 return LoadElement(node); in Reduce()
532 Reduction ChangeLowering::LoadElement(Node* node) { in LoadElement() function in v8::internal::compiler::ChangeLowering
Dsimplified-operator.cc299 V(LoadElement, ElementAccess, Operator::kNoWrite, 2, 1, 1) \
Dopcodes.h200 V(LoadElement) \
Djs-intrinsic-lowering.cc453 node, simplified()->LoadElement(AccessBuilder::ForFixedArrayElement()), in ReduceFixedArrayGet()
Djs-native-context-specialization.cc731 simplified()->LoadElement(element_access), this_elements, this_index, in ReduceElementAccess()
Djs-typed-lowering.cc1023 simplified()->LoadElement( in ReduceJSLoadProperty()
2439 simplified()->LoadElement(AccessBuilder::ForFixedArrayElement()), in ReduceJSForInNext()
/external/v8/test/unittests/compiler/
Dsimplified-operator-unittest.cc246 TEST_P(SimplifiedElementAccessOperatorTest, LoadElement) { in TEST_P() argument
249 const Operator* op = simplified.LoadElement(access); in TEST_P()
Dchange-lowering-unittest.cc296 Node* load = graph()->NewNode(simplified()->LoadElement(access), p0, p1, in TARGET_TEST_P()
320 Node* load = graph()->NewNode(simplified()->LoadElement(access), p0, p1, in TARGET_TEST_P()
Dscheduler-unittest.cc735 simplified()->LoadElement(AccessBuilder::ForFixedArrayElement()), p0, p0, in TARGET_TEST_F()
/external/v8/test/cctest/compiler/
Dgraph-builder-tester.h184 Node* LoadElement(const ElementAccess& access, Node* object, Node* index) { in LoadElement() function
185 return NewNode(simplified()->LoadElement(access), object, index); in LoadElement()
Dtest-simplified-lowering.cc235 Node* load = t.LoadElement(access, t.Parameter(0), t.Int32Constant(0)); in TEST()
263 t.LoadElement(buffer_access, backing_store, t.Int32Constant(index)); in TEST()
346 Node* load = t.LoadElement(access, t.PointerConstant(smis), in TEST()
438 Node* load = t.LoadElement(access, ptr, t.Int32Constant(from_index)); in RunCopyElement()
489 Node* load = t.LoadElement(this->GetElementAccess(), src, index); in RunCopyElements()
1408 Node* load = t.graph()->NewNode(t.simplified()->LoadElement(access), t.p0, in TEST()
1474 Node* load = t.graph()->NewNode(t.simplified()->LoadElement(access), t.p0, in TEST()
1508 Node* load = t.graph()->NewNode(t.simplified()->LoadElement(access), t.p0, in TEST()