Searched refs:spiller (Results 1 – 9 of 9) sorted by relevance
164 .. option:: --spiller=<spiller>166 Specify the spiller to use for register allocators that support it. Currently168 ``spiller`` is *local*. Valid spillers are:172 Simple spiller176 Local spiller
187 .. option:: -spiller193 =simple: simple spiller194 =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;
326 Spiller &spiller() override { return *SpillerInstance; } in spiller() function in __anon4e4d313f0111::RAGreedy2547 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