Searched refs:materialization (Results 1 – 25 of 28) sorted by relevance
12
7 ; Check if the materialization of the constant and the cast instruction are
6 ; Test that the correct ISA is selected for the materialization of constants.
4 ; Test the patterns used for constant materialization.
72 // TypedArrayCopyElements() to avoid JSArray materialization. Or collect
50 ; them to a mul in the backend is larget than constant materialization savings.
38 ;; A few test to check materialization
3 ; Test that materialization constants that are the bit reversed of
140 ; When the materialization of 0 gets fixed, this test will fail.
78 to implement proper re-materialization to handle this:
129 ; When the materialization of 0 gets fixed, this test will fail.
131 ; The constant materialization should be *after* the stores to sink_across, but
36 ; Immediate materialization. Many of these patterns could actually be merged
70 ;; A few test to check materialization
78 ; Test materialization of integers. Target-independent selector handles this.
1968 for (auto& materialization : values_to_materialize_) { in MaterializeHeapObjects() local1969 Handle<Object> value = materialization.value_->GetValue(); in MaterializeHeapObjects()1974 static_cast<intptr_t>(materialization.output_slot_address_), in MaterializeHeapObjects()1980 *(reinterpret_cast<Address*>(materialization.output_slot_address_)) = in MaterializeHeapObjects()
198 // in constant materialization instructions that may be redundant. We currently
419 * Fixed materialization of a `cause` exception for `Job` onCancelling handlers (see #436).