HomeSort by relevance Sort by last modified time
    Searched refs:InlineSpiller (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
InlineSpiller.cpp 1 //===-------- InlineSpiller.cpp - Insert spills and restores inline -------===//
53 class InlineSpiller : public Spiller {
133 ~InlineSpiller() {}
136 InlineSpiller(MachineFunctionPass &pass,
193 return new InlineSpiller(pass, mf, vrm);
224 bool InlineSpiller::isSnippet(const LiveInterval &SnipLI) {
267 void InlineSpiller::collectRegsToSpill() {
309 bool InlineSpiller::isSibling(unsigned Reg) {
316 const InlineSpiller::SibValueInfo &SVI) {
344 void InlineSpiller::propagateSiblingValue(SibValueMap::iterator SVI
    [all...]
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 1 //===-------- InlineSpiller.cpp - Insert spills and restores inline -------===//
130 class InlineSpiller : public Spiller {
166 ~InlineSpiller() override {}
169 InlineSpiller(MachineFunctionPass &pass, MachineFunction &mf, VirtRegMap &vrm)
220 return new InlineSpiller(pass, mf, vrm);
252 bool InlineSpiller::isSnippet(const LiveInterval &SnipLI) {
296 void InlineSpiller::collectRegsToSpill() {
326 bool InlineSpiller::isSibling(unsigned Reg) {
350 bool InlineSpiller::hoistSpillInsideBB(LiveInterval &SpillLI,
404 void InlineSpiller::eliminateRedundantSpills(LiveInterval &SLI, VNInfo *VNI)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
InlineSpiller.cpp 1 //===- InlineSpiller.cpp - Insert spills and restores inline --------------===//
155 class InlineSpiller : public Spiller {
190 ~InlineSpiller() override = default;
193 InlineSpiller(MachineFunctionPass &pass, MachineFunction &mf, VirtRegMap &vrm)
240 return new InlineSpiller(pass, mf, vrm);
270 bool InlineSpiller::isSnippet(const LiveInterval &SnipLI) {
314 void InlineSpiller::collectRegsToSpill() {
344 bool InlineSpiller::isSibling(unsigned Reg) {
368 bool InlineSpiller::hoistSpillInsideBB(LiveInterval &SpillLI,
422 void InlineSpiller::eliminateRedundantSpills(LiveInterval &SLI, VNInfo *VNI)
    [all...]
  /external/swiftshader/third_party/LLVM/
Android.mk 78 lib/CodeGen/InlineSpiller.cpp \
  /external/swiftshader/third_party/llvm-7.0/
Android.mk 190 llvm/lib/CodeGen/InlineSpiller.cpp \
    [all...]

Completed in 87 milliseconds