Searched refs:spiller (Results 1 – 9 of 9) sorted by relevance
158 .. option:: --spiller=<spiller>160 Specify the spiller to use for register allocators that support it. Currently162 ``spiller`` is *local*. Valid spillers are:166 Simple spiller170 Local spiller
255 **-spiller**262 =simple: simple spiller263 =local: local spiller
88 Spiller &spiller() override { return *SpillerInstance; } in spiller() function in __anon97ef1a410211::RABasic203 spiller().spill(LRE); in spillInterferences()262 spiller().spill(LRE); in selectOrSplit()
81 virtual Spiller &spiller() = 0;
313 Spiller &spiller() override { return *SpillerInstance; } in spiller() function in __anon4e4d313f0111::RAGreedy2511 spiller().spill(LRE); in selectOrSplitImpl()
10 ; Verify that the spiller creates a value number for that dead def.
63 X86RegisterInfo::foldMemoryOperand, which prevents the spiller from
213 Make register allocator / spiller smarter so we can re-materialize "mov r, imm",
1341 mapped to physical registers or stack slots, it is necessary to use a spiller1344 be loaded before being used. The implementation of the spiller tries to recycle1346 how to invoke the spiller, see ``RegAllocLinearScan::runOnMachineFunction`` in