Searched refs:Intf (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp357 InterferenceCache::Cursor Intf; member in struct:__anon3553::RAGreedy::GlobalSplitCandidate
366 Intf.setPhysReg(Cache, Reg);
894 LiveInterval *Intf = Q.interferingVRegs()[i - 1]; local
895 assert(Register::isVirtualRegister(Intf->reg) &&
901 if (FixedRegisters.count(Intf->reg))
905 if (getStage(*Intf) == RS_Done)
914 (Intf->isSpillable() ||
916 RegClassInfo.getNumAllocatableRegs(MRI->getRegClass(Intf->reg)));
918 unsigned IntfCascade = ExtraRegInfo[Intf->reg].Cascade;
927 bool BreaksHint = VRM->hasPreferredPhys(Intf
973 LiveInterval *Intf = Q.interferingVRegs()[i - 1]; local
1068 LiveInterval *Intf = Intfs[i]; local
1179 addSplitConstraints(InterferenceCache::Cursor Intf, BlockFrequency &Cost) argument
1252 addThroughConstraints(InterferenceCache::Cursor Intf, ArrayRef<unsigned> Blocks) argument
[all...]
H A DRegAllocBasic.cpp215 LiveInterval *Intf = Q.interferingVRegs()[i - 1]; local
216 if (!Intf->isSpillable() || Intf->weight > VirtReg.weight)
218 Intfs.push_back(Intf);

Completed in 110 milliseconds