Home
last modified time | relevance | path

Searched refs:spiller (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/LLVM/docs/CommandGuide/
Dllc.pod157 =item B<--spiller>=I<spiller>
159 Specify the spiller to use for register allocators that support it. Currently
161 I<spiller> is I<local>. Valid spillers are:
167 Simple spiller
171 Local spiller
Dlli.pod190 =item B<-spiller>
194 =simple: simple spiller
195 =local: local spiller
/external/llvm/docs/CommandGuide/
Dllc.rst164 .. option:: --spiller=<spiller>
166 Specify the spiller to use for register allocators that support it. Currently
168 ``spiller`` is *local*. Valid spillers are:
172 Simple spiller
176 Local spiller
Dlli.rst187 .. option:: -spiller
193 =simple: simple spiller
194 =local: local spiller
/external/llvm/lib/CodeGen/
DRegAllocBasic.cpp88 Spiller &spiller() override { return *SpillerInstance; } in spiller() function in __anonb05628e00211::RABasic
203 spiller().spill(LRE); in spillInterferences()
262 spiller().spill(LRE); in selectOrSplit()
DRegAllocBase.h91 virtual Spiller &spiller() = 0;
DRegAllocBase.cpp155 spiller().postOptimization(); in postOptimization()
DRegAllocGreedy.cpp328 Spiller &spiller() override { return *SpillerInstance; } in spiller() function in __anon739613be0111::RAGreedy
2557 spiller().spill(LRE); in selectOrSplitImpl()
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2010-11-15-SpillEarlyClobber.ll1 ; RUN: llc < %s -verify-machineinstrs -spiller=standard
2 ; RUN: llc < %s -verify-machineinstrs -spiller=inline
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2011-10-11-SpillDead.ll10 ; Verify that the spiller creates a value number for that dead def.
/external/llvm/test/CodeGen/X86/
D2011-10-11-SpillDead.ll10 ; Verify that the spiller creates a value number for that dead def.
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocBasic.cpp109 virtual Spiller &spiller() { return *SpillerInstance; } in spiller() function in __anon01a28c8c0211::RABasic
395 spiller().spill(LRE); in spillReg()
528 spiller().spill(LRE); in selectOrSplit()
DRegAllocBase.h131 virtual Spiller &spiller() = 0;
DRegAllocGreedy.cpp239 virtual Spiller &spiller() { return *SpillerInstance; } in spiller() function in __anonee6eecea0111::RAGreedy
1597 spiller().spill(LRE); in selectOrSplit()
/external/llvm/lib/Target/X86/
DREADME-FPStack.txt63 X86RegisterInfo::foldMemoryOperand, which prevents the spiller from
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DREADME-FPStack.txt63 X86RegisterInfo::foldMemoryOperand, which prevents the spiller from
/external/llvm/lib/Target/ARM/
DREADME-Thumb.txt213 Make register allocator / spiller smarter so we can re-materialize "mov r, imm",
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DREADME-Thumb.txt215 Make register allocator / spiller smarter so we can re-materialize "mov r, imm",
/external/llvm/docs/
DCodeGenerator.rst1336 mapped to physical registers or stack slots, it is necessary to use a spiller
1339 be loaded before being used. The implementation of the spiller tries to recycle
1341 how to invoke the spiller, see ``RegAllocLinearScan::runOnMachineFunction`` in
/external/jline/src/src/test/resources/jline/example/
Denglish.gz