/external/llvm/lib/CodeGen/ |
Spiller.h | 1 //===-- llvm/CodeGen/Spiller.h - Spiller -*- C++ -*------------------------===// 20 /// Spiller interface. 24 class Spiller { 27 virtual ~Spiller() = 0; 34 /// Create and return a spiller object, as specified on the command line. 35 Spiller* createSpiller(MachineFunctionPass &pass, 39 /// Create and return a spiller that will insert spill code directly instead 41 Spiller *createInlineSpiller(MachineFunctionPass &pass,
|
Spiller.cpp | 1 //===-- llvm/CodeGen/Spiller.cpp - Spiller -------------------------------===// 10 #define DEBUG_TYPE "spiller" 12 #include "Spiller.h" 36 spillerOpt("spiller", 37 cl::desc("Spiller to use: (default: standard)"), 39 cl::values(clEnumVal(trivial, "trivial spiller"), 40 clEnumValN(inline_, "inline", "inline spiller"), 44 // Spiller virtual destructor implementation. 45 Spiller::~Spiller() { [all...] |
RegAllocBase.h | 51 class Spiller; 79 // Get a temporary reference to a Spiller instance. 80 virtual Spiller &spiller() = 0;
|
RegAllocBasic.cpp | 20 #include "Spiller.h" 67 OwningPtr<Spiller> SpillerInstance; 88 virtual Spiller &spiller() { return *SpillerInstance; } function in class:__anon21791::RABasic 207 spiller().spill(LRE); 266 spiller().spill(LRE);
|
CMakeLists.txt | 95 Spiller.cpp
|
RegAllocBase.cpp | 17 #include "Spiller.h" 87 // Unused registers can appear when the spiller coalesces snippets.
|
Android.mk | 96 Spiller.cpp \
|
RegAllocPBQP.cpp | 36 #include "Spiller.h" 136 OwningPtr<Spiller> spiller; member in class:__anon21798::RegAllocPBQP 496 spiller->spill(LRE); 554 spiller.reset(createInlineSpiller(*this, MF, *vrm));
|
RegAllocGreedy.cpp | 22 #include "Spiller.h" 83 OwningPtr<Spiller> SpillerInstance; 240 virtual Spiller &spiller() { return *SpillerInstance; } function in class:__anon21796::RAGreedy [all...] |
InlineSpiller.cpp | 10 // The inline spiller modifies the machine function directly instead of 16 #include "Spiller.h" 57 class InlineSpiller : public Spiller { 193 Spiller *createInlineSpiller(MachineFunctionPass &pass, [all...] |
VirtRegMap.cpp | 12 // It also contains implementations of the Spiller interface, which, given a
|
SplitKit.cpp | 563 // the source live range. The spiller also won't try to hoist this copy. [all...] |
/external/llvm/docs/CommandGuide/ |
llc.rst | 163 .. option:: --spiller=<spiller> 165 Specify the spiller to use for register allocators that support it. Currently 167 ``spiller`` is *local*. Valid spillers are: 171 Simple spiller 175 Local spiller
|
lli.rst | 261 **-spiller** 263 Spiller to use (default=local) 268 =simple: simple spiller 269 =local: local spiller
|
/external/llvm/test/CodeGen/X86/ |
2011-10-11-SpillDead.ll | 10 ; Verify that the spiller creates a value number for that dead def.
|
/external/llvm/test/CodeGen/ARM/ |
2010-11-15-SpillEarlyClobber.ll | 1 ; RUN: llc < %s -verify-machineinstrs -spiller=trivial 2 ; RUN: llc < %s -verify-machineinstrs -spiller=inline
|
/external/llvm/lib/Target/X86/ |
README-FPStack.txt | 63 X86RegisterInfo::foldMemoryOperand, which prevents the spiller from
|
/packages/apps/Music/res/values-da/ |
strings.xml | 52 <string name="nowplaying_title" msgid="8342523844307751761">"Spiller nu"</string>
|
/external/llvm/lib/Target/ARM/ |
README-Thumb.txt | 213 Make register allocator / spiller smarter so we can re-materialize "mov r, imm",
|
/external/llvm/docs/ |
CodeGenerator.rst | [all...] |
/frameworks/base/core/res/res/values-nb/ |
strings.xml | [all...] |
/external/chromium_org/chrome/app/resources/ |
generated_resources_no.xtb | [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/ |
final-url-en | [all...] |
/packages/inputmethods/LatinIME/dictionaries/ |
da_wordlist.combined.gz | |
nb_wordlist.combined.gz | |