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

  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 189 InterferenceCache::Cursor Intf;
198 Intf.setPhysReg(Cache, Reg);
541 LiveInterval *Intf = Q.interferingVRegs()[i - 1];
542 assert(TargetRegisterInfo::isVirtualRegister(Intf->reg) &&
545 if (getStage(*Intf) == RS_Done)
554 (Intf->isSpillable() ||
556 RegClassInfo.getNumAllocatableRegs(MRI->getRegClass(Intf->reg)));
558 unsigned IntfCascade = ExtraRegInfo[Intf->reg].Cascade;
567 bool BreaksHint = VRM->hasPreferredPhys(Intf->reg);
570 Cost.MaxWeight = std::max(Cost.MaxWeight, Intf->weight)
    [all...]
RegAllocBasic.cpp 182 LiveInterval *Intf = Q.interferingVRegs()[i - 1];
183 if (!Intf->isSpillable() || Intf->weight > VirtReg.weight)
185 Intfs.push_back(Intf);

Completed in 202 milliseconds