This patch introduces a new feature that allows InstrBuilder to reuse mca::Instruction recycled from IncrementalSourceMgr. This significantly reduces the memory footprint. Note that we're only recycling instructions that have static InstrDesc and no variadic operands. Differential Revision: https://reviews.llvm.org/D127084 |
||
|---|---|---|
| .. | ||
| HardwareUnits | ||
| Stages | ||
| CMakeLists.txt | ||
| CodeEmitter.cpp | ||
| Context.cpp | ||
| CustomBehaviour.cpp | ||
| HWEventListener.cpp | ||
| IncrementalSourceMgr.cpp | ||
| InstrBuilder.cpp | ||
| Instruction.cpp | ||
| Pipeline.cpp | ||
| Support.cpp | ||
| View.cpp | ||