Searched refs:materialization (Results 1 – 25 of 29) 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.
1 ; RUN: llc < %s -march=x86 -stats -regalloc=linearscan |& grep {Number of re-materialization} | gre…
2 …=+sse2 -disable-fp-elim -regalloc=linearscan -stats |& grep {Number of re-materialization} | grep 1
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
78 to implement proper re-materialization to handle this:
140 ; When the materialization of 0 gets fixed, this test will fail.
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
78 ; Test materialization of integers. Target-independent selector handles this.
70 ;; A few test to check materialization
1746 for (auto& materialization : values_to_materialize_) { in MaterializeHeapObjects() local1747 Handle<Object> value = materialization.value_->GetValue(); in MaterializeHeapObjects()1751 static_cast<intptr_t>(materialization.output_slot_address_), in MaterializeHeapObjects()1757 *(reinterpret_cast<intptr_t*>(materialization.output_slot_address_)) = in MaterializeHeapObjects()