Home
last modified time | relevance | path

Searched refs:Intf (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp267 InterferenceCache::Cursor Intf; member
276 Intf.setPhysReg(Cache, Reg); in reset()
751 LiveInterval *Intf = Q.interferingVRegs()[i - 1]; in canEvictInterference() local
752 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 …]
DRegAllocBasic.cpp179 LiveInterval *Intf = Q.interferingVRegs()[i - 1]; in spillInterferences() local
180 if (!Intf->isSpillable() || Intf->weight > VirtReg.weight) in spillInterferences()
182 Intfs.push_back(Intf); in spillInterferences()
/external/clang/test/CodeGenObjC/
Dencode-test-2.m6 // RUN: grep -e "{Intf=@@@@#}" %t
14 @interface Intf <Proto> interface
24 @implementation Intf implementation
29 const char * en = @encode(Intf);
Dobjc2-protocol-enc.m17 @interface Intf <Proto> interface
26 @implementation Intf implementation
/external/clang/test/SemaObjC/
Dencode-typeof-test.m9 @interface Intf <Proto> interface
19 @implementation Intf implementation
25 …typeof(@encode(typeof(i))) e = @encode(typeof(Intf)); // expected-warning {{initializer-string for…
Dmethod-encoding-2.m4 @interface Intf interface
9 @implementation Intf implementation
/external/clang/test/Rewriter/
Dmetadata-test-1.m3 @interface Intf interface
6 @implementation Intf(Category) implementation in Category
Divar-encoding-1.m3 @interface Intf interface
14 @implementation Intf implementation
Dmetadata-test-2.m8 @interface Intf interface
12 @implementation Intf implementation
Dmethod-encoding-1.m8 @interface Intf <P1> interface
13 @implementation Intf implementation
Divar-encoding-2.m3 @implementation Intf implementation