Searched refs:ChangeUint32ToTagged (Results 1 – 11 of 11) sorted by relevance
165 Node* ChangeUint32ToTagged(Node* a) { in ChangeUint32ToTagged() function166 return NewNode(simplified()->ChangeUint32ToTagged(), a); in ChangeUint32ToTagged()
246 graph()->NewNode(simplified()->ChangeUint32ToTagged(), param0))); in TEST_F()318 graph()->NewNode(simplified()->ChangeUint32ToTagged(), param0))); in TEST_F()
63 PURE(ChangeUint32ToTagged, Operator::kNoProperties, 1),
233 const Operator* ChangeUint32ToTagged();
206 op = simplified()->ChangeUint32ToTagged(); in GetTaggedRepresentationFor()227 op = simplified()->ChangeUint32ToTagged(); in GetTaggedRepresentationFor()
289 V(ChangeUint32ToTagged, Operator::kNoProperties, 1) \
235 V(ChangeUint32ToTagged) \
245 compiler::Node* ChangeUint32ToTagged(compiler::Node* value);
1145 Node* CodeStubAssembler::ChangeUint32ToTagged(Node* value) { in ChangeUint32ToTagged() function in v8::internal::CodeStubAssembler
1623 Node* result = assembler->ChangeUint32ToTagged(value); in Generate()
6135 a->Return(a->ChangeUint32ToTagged(a->AtomicLoad( in Generate_AtomicsLoad()