Searched refs:spiller (Results 1 – 11 of 11) sorted by relevance
191 .. option:: --spiller=<spiller>193 Specify the spiller to use for register allocators that support it. Currently195 ``spiller`` is *local*. Valid spillers are:199 Simple spiller203 Local spiller
192 .. option:: -spiller198 =simple: simple spiller199 =local: local spiller
87 Spiller &spiller() override { return *SpillerInstance; } in spiller() function in __anon146c871b0211::RABasic242 spiller().spill(LRE); in spillInterferences()302 spiller().spill(LRE); in selectOrSplit()
96 virtual Spiller &spiller() = 0;
168 spiller().postOptimization(); in postOptimization()
294 Spiller &spiller() override { return *SpillerInstance; } in spiller() function
2399 spiller().spill(LRE); in selectOrSplitImpl()
63 X86RegisterInfo::foldMemoryOperand, which prevents the spiller from
213 Make register allocator / spiller smarter so we can re-materialize "mov r, imm",
1398 mapped to physical registers or stack slots, it is necessary to use a spiller1401 be loaded before being used. The implementation of the spiller tries to recycle1403 how to invoke the spiller, see ``RegAllocLinearScan::runOnMachineFunction`` in
186754 spiller