Home
last modified time | relevance | path

Searched refs:materialization (Results 1 – 14 of 14) sorted by relevance

/external/llvm/test/Transforms/ConstantHoisting/X86/
Dcast-inst.ll7 ; Check if the materialization of the constant and the cast instruction are
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2008-02-22-ReMatBug.ll1 ; RUN: llc < %s -march=x86 -stats -regalloc=linearscan |& grep {Number of re-materialization} | gre…
D2008-03-18-CoalescerBug.ll2 …=+sse2 -disable-fp-elim -regalloc=linearscan -stats |& grep {Number of re-materialization} | grep 1
/external/llvm/test/Transforms/ConstantHoisting/ARM/
Dbad-cases.ll50 ; them to a mul in the backend is larget than constant materialization savings.
/external/llvm/test/CodeGen/PowerPC/
Dfast-isel-call.ll38 ;; A few test to check materialization
/external/llvm/test/CodeGen/AMDGPU/
Dbitreverse-inline-immediates.ll3 ; Test that materialization constants that are the bit reversed of
/external/llvm/lib/CodeGen/
DREADME.txt78 to implement proper re-materialization to handle this:
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DREADME.txt78 to implement proper re-materialization to handle this:
/external/llvm/test/CodeGen/Mips/
Dinlineasm-operand-code.ll129 ; When the materialization of 0 gets fixed, this test will fail.
/external/llvm/test/CodeGen/SPARC/
D64bit.ll36 ; Immediate materialization. Many of these patterns could actually be merged
/external/llvm/test/CodeGen/AArch64/
Darm64-fast-isel-call.ll78 ; Test materialization of integers. Target-independent selector handles this.
/external/llvm/test/CodeGen/ARM/
Dfast-isel-call.ll70 ;; A few test to check materialization
/external/v8/src/
Ddeoptimizer.cc2113 for (auto& materialization : values_to_materialize_) { in MaterializeHeapObjects() local
2114 Handle<Object> value = materialization.value_->GetValue(); in MaterializeHeapObjects()
2118 reinterpret_cast<intptr_t>(materialization.output_slot_address_), in MaterializeHeapObjects()
2124 *(reinterpret_cast<intptr_t*>(materialization.output_slot_address_)) = in MaterializeHeapObjects()
/external/v8/
DChangeLog23429 Fix materialization of captured objects with field tracking.
24432 Fixed materialization of arguments objects with unknown values.
24599 Fixed arguments materialization for inlined apply().
24969 Fixed arguments object materialization during deopt. (issue 2261)