Home
last modified time | relevance | path

Searched refs:ChangeUint32ToTagged (Results 1 – 11 of 11) sorted by relevance

/external/v8/test/cctest/compiler/
Dgraph-builder-tester.h165 Node* ChangeUint32ToTagged(Node* a) { in ChangeUint32ToTagged() function
166 return NewNode(simplified()->ChangeUint32ToTagged(), a); in ChangeUint32ToTagged()
/external/v8/test/unittests/compiler/
Dsimplified-operator-reducer-unittest.cc246 graph()->NewNode(simplified()->ChangeUint32ToTagged(), param0))); in TEST_F()
318 graph()->NewNode(simplified()->ChangeUint32ToTagged(), param0))); in TEST_F()
Dsimplified-operator-unittest.cc63 PURE(ChangeUint32ToTagged, Operator::kNoProperties, 1),
/external/v8/src/compiler/
Dsimplified-operator.h233 const Operator* ChangeUint32ToTagged();
Drepresentation-change.cc206 op = simplified()->ChangeUint32ToTagged(); in GetTaggedRepresentationFor()
227 op = simplified()->ChangeUint32ToTagged(); in GetTaggedRepresentationFor()
Dsimplified-operator.cc289 V(ChangeUint32ToTagged, Operator::kNoProperties, 1) \
Dopcodes.h235 V(ChangeUint32ToTagged) \
/external/v8/src/
Dcode-stub-assembler.h245 compiler::Node* ChangeUint32ToTagged(compiler::Node* value);
Dcode-stub-assembler.cc1145 Node* CodeStubAssembler::ChangeUint32ToTagged(Node* value) { in ChangeUint32ToTagged() function in v8::internal::CodeStubAssembler
Dcode-stubs.cc1623 Node* result = assembler->ChangeUint32ToTagged(value); in Generate()
Dbuiltins.cc6135 a->Return(a->ChangeUint32ToTagged(a->AtomicLoad( in Generate_AtomicsLoad()