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

  /external/llvm/lib/CodeGen/
DFAPacketizer.cpp 109 bool IsPostRA);
116 MachineLoopInfo &MLI, bool IsPostRA)
117 : ScheduleDAGInstrs(MF, &MLI, IsPostRA) {
128 MachineLoopInfo &MLI, bool IsPostRA)
132 VLIWScheduler = new DefaultVLIWScheduler(MF, MLI, IsPostRA);
ScheduleDAGInstrs.cpp 57 IsPostRA(IsPostRAFlag), RemoveKillFlags(RemoveKillFlags),
59 assert((IsPostRA || LIS) && "PreRA scheduling requires LiveIntervals");
61 assert(!(IsPostRA && MRI.getNumVirtRegs()) &&
230 assert(!IsPostRA && "Virtual register encountered after regalloc.");
835 assert(!IsPostRA && "Virtual register encountered!");
    [all...]
MachineScheduler.cpp 387 bool IsPostRA) {
394 bool IsPostRA = Scheduler.isPostRA();
432 isSchedBoundary(std::prev(RegionEnd), MBB, MF, TII, IsPostRA)) {
443 if (isSchedBoundary(std::prev(I), MBB, MF, TII, IsPostRA))
459 DEBUG(dbgs() << "********** " << ((Scheduler.isPostRA()) ? "PostRA " : "")
487 if (Scheduler.isPostRA()) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
DFAPacketizer.h 109 VLIWPacketizerList(MachineFunction &MF, MachineLoopInfo &MLI, bool IsPostRA);
ScheduleDAGInstrs.h 87 /// isPostRA flag indicates vregs cannot be present.
88 bool IsPostRA;
163 bool isPostRA() const { return IsPostRA; }
MachineScheduler.h 251 bool IsPostRA)
252 : ScheduleDAGInstrs(*C->MF, C->MLI, IsPostRA,
253 /*RemoveKillFlags=*/IsPostRA, C->LIS),
383 : ScheduleDAGMI(C, std::move(S), /*IsPostRA=*/false),
834 void setPolicy(CandPolicy &Policy, bool IsPostRA, SchedBoundary &CurrZone,

Completed in 610 milliseconds