Searched refs:Intf (Results 1 – 11 of 11) sorted by relevance
267 InterferenceCache::Cursor Intf; member276 Intf.setPhysReg(Cache, Reg); in reset()751 LiveInterval *Intf = Q.interferingVRegs()[i - 1]; in canEvictInterference() local752 assert(TargetRegisterInfo::isVirtualRegister(Intf->reg) && in canEvictInterference()755 if (getStage(*Intf) == RS_Done) in canEvictInterference()764 (Intf->isSpillable() || in canEvictInterference()766 RegClassInfo.getNumAllocatableRegs(MRI->getRegClass(Intf->reg))); in canEvictInterference()768 unsigned IntfCascade = ExtraRegInfo[Intf->reg].Cascade; in canEvictInterference()777 bool BreaksHint = VRM->hasPreferredPhys(Intf->reg); in canEvictInterference()780 Cost.MaxWeight = std::max(Cost.MaxWeight, Intf->weight); in canEvictInterference()[all …]
179 LiveInterval *Intf = Q.interferingVRegs()[i - 1]; in spillInterferences() local180 if (!Intf->isSpillable() || Intf->weight > VirtReg.weight) in spillInterferences()182 Intfs.push_back(Intf); in spillInterferences()
6 // RUN: grep -e "{Intf=@@@@#}" %t 14 @interface Intf <Proto> interface24 @implementation Intf implementation29 const char * en = @encode(Intf);
17 @interface Intf <Proto> interface26 @implementation Intf implementation
9 @interface Intf <Proto> interface19 @implementation Intf implementation25 …typeof(@encode(typeof(i))) e = @encode(typeof(Intf)); // expected-warning {{initializer-string for…
4 @interface Intf interface9 @implementation Intf implementation
3 @interface Intf interface6 @implementation Intf(Category) implementation in Category
3 @interface Intf interface14 @implementation Intf implementation
8 @interface Intf interface12 @implementation Intf implementation
8 @interface Intf <P1> interface13 @implementation Intf implementation
3 @implementation Intf implementation