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 254 InterferenceCache::Cursor Intf;
263 Intf.setPhysReg(Cache, Reg);
703 LiveInterval *Intf = Q.interferingVRegs()[i - 1];
704 assert(TargetRegisterInfo::isVirtualRegister(Intf->reg) &&
707 if (getStage(*Intf) == RS_Done)
716 (Intf->isSpillable() ||
718 RegClassInfo.getNumAllocatableRegs(MRI->getRegClass(Intf->reg)));
720 unsigned IntfCascade = ExtraRegInfo[Intf->reg].Cascade;
729 bool BreaksHint = VRM->hasPreferredPhys(Intf->reg);
732 Cost.MaxWeight = std::max(Cost.MaxWeight, Intf->weight)
    [all...]
RegAllocBasic.cpp 180 LiveInterval *Intf = Q.interferingVRegs()[i - 1];
181 if (!Intf->isSpillable() || Intf->weight > VirtReg.weight)
183 Intfs.push_back(Intf);

Completed in 184 milliseconds