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

  /external/llvm/lib/CodeGen/
RegAllocBase.h 1 //===-- RegAllocBase.h - basic regalloc interface and driver --*- C++ -*---===//
10 // This file defines the RegAllocBase class, which is the skeleton of a basic
52 /// RegAllocBase provides the register allocation driver and interface that can
58 class RegAllocBase {
74 RegAllocBase()
77 virtual ~RegAllocBase() {}
RegAllocBase.cpp 1 //===-- RegAllocBase.cpp - Register Allocator Base Class ------------------===//
10 // This file defines the RegAllocBase class which provides common functionality
15 #include "RegAllocBase.h"
41 VerifyRegAlloc("verify-regalloc", cl::location(RegAllocBase::VerifyEnabled),
44 const char RegAllocBase::TimerGroupName[] = "Register Allocation";
45 bool RegAllocBase::VerifyEnabled = false;
48 // RegAllocBase Implementation
52 void RegAllocBase::anchor() {}
54 void RegAllocBase::init(VirtRegMap &vrm,
69 void RegAllocBase::seedLiveRegs()
    [all...]
RegAllocBasic.cpp 18 #include "RegAllocBase.h"
61 class RABasic : public MachineFunctionPass, public RegAllocBase
275 RegAllocBase::init(getAnalysis<VirtRegMap>(),
RegAllocGreedy.cpp 18 #include "RegAllocBase.h"
109 public RegAllocBase,
502 // RegAllocBase will erase it after dequeueing.
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocBase.h 1 //===-- RegAllocBase.h - basic regalloc interface and driver --*- C++ -*---===//
10 // This file defines the RegAllocBase class, which is the skeleton of a basic
57 /// RegAllocBase provides the register allocation driver and interface that can
63 class RegAllocBase {
102 RegAllocBase(): UserTag(0), TRI(0), MRI(0), VRM(0), LIS(0) {}
104 virtual ~RegAllocBase() {}
RegAllocBasic.cpp 16 #include "RegAllocBase.h"
63 VerifyRegAlloc("verify-regalloc", cl::location(RegAllocBase::VerifyEnabled),
66 const char *RegAllocBase::TimerGroupName = "Register Allocation";
67 bool RegAllocBase::VerifyEnabled = false;
83 class RABasic : public MachineFunctionPass, public RegAllocBase
178 RegAllocBase::releaseMemory();
183 void RegAllocBase::verify() {
217 // RegAllocBase Implementation
221 void RegAllocBase::LiveUnionArray::init(LiveIntervalUnion::Allocator &allocator,
230 void RegAllocBase::init(VirtRegMap &vrm, LiveIntervals &lis)
    [all...]
RegAllocGreedy.cpp 20 #include "RegAllocBase.h"
68 public RegAllocBase,
364 // RegAllocBase will erase it after dequeueing.
397 RegAllocBase::releaseMemory();
    [all...]

Completed in 100 milliseconds