Home
last modified time | relevance | path

Searched defs:Intf (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/clang/test/Rewriter/
H A Divar-encoding-1.m3 @interface Intf interface
14 @implementation Intf implementation
H A Dmetadata-test-1.m3 @interface Intf interface
6 @implementation Intf(Category) implementation in Category
H A Dmetadata-test-2.m8 @interface Intf interface
12 @implementation Intf implementation
H A Dmethod-encoding-1.m8 @interface Intf <P1> interface
13 @implementation Intf implementation
H A Divar-encoding-2.m3 @implementation Intf implementation
/aosp_15_r20/external/clang/test/CodeGenObjC/
H A Dencode-test-2.m14 @interface Intf <Proto> interface
24 @implementation Intf implementation
H A Dobjc2-protocol-enc.m17 @interface Intf <Proto> interface
26 @implementation Intf implementation
/aosp_15_r20/external/clang/test/SemaObjC/
H A Dmethod-encoding-2.m4 @interface Intf interface
9 @implementation Intf implementation
H A Dencode-typeof-test.m9 @interface Intf <Proto> interface
19 @implementation Intf implementation
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp363 InterferenceCache::Cursor Intf; member
901 LiveInterval *Intf = Q.interferingVRegs()[i - 1]; in canEvictInterference() local
980 LiveInterval *Intf = Q.interferingVRegs()[i - 1]; in canEvictInterferenceInRange() local
1075 LiveInterval *Intf = Intfs[i]; in evictInterference() local
1186 bool RAGreedy::addSplitConstraints(InterferenceCache::Cursor Intf, in addSplitConstraints()
1259 bool RAGreedy::addThroughConstraints(InterferenceCache::Cursor Intf, in addThroughConstraints()
2545 LiveInterval *Intf = Q.interferingVRegs()[i - 1]; in mayRecolorAllInterferences() local
H A DRegAllocBasic.cpp215 LiveInterval *Intf = Q.interferingVRegs()[i - 1]; in spillInterferences() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp269 InterferenceCache::Cursor Intf; member
753 LiveInterval *Intf = Q.interferingVRegs()[i - 1]; in canEvictInterference() local
830 LiveInterval *Intf = Intfs[i]; in evictInterference() local
934 bool RAGreedy::addSplitConstraints(InterferenceCache::Cursor Intf, in addSplitConstraints()
998 void RAGreedy::addThroughConstraints(InterferenceCache::Cursor Intf, in addThroughConstraints()
2025 LiveInterval *Intf = Q.interferingVRegs()[i - 1]; in mayRecolorAllInterferences() local
H A DRegAllocBasic.cpp179 LiveInterval *Intf = Q.interferingVRegs()[i - 1]; in spillInterferences() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp501 for (const LiveInterval *Intf : Intfs) { in evictInterference() local
597 bool RAGreedy::addSplitConstraints(InterferenceCache::Cursor Intf, in addSplitConstraints()
670 bool RAGreedy::addThroughConstraints(InterferenceCache::Cursor Intf, in addThroughConstraints()
1754 const LiveInterval &Intf) { in assignedRegPartiallyOverlaps()
1785 for (const LiveInterval *Intf : reverse(Q.interferingVRegs())) { in mayRecolorAllInterferences() local
H A DRegAllocBasic.cpp218 for (const auto *Intf : reverse(Q.interferingVRegs())) { in spillInterferences() local
H A DRegAllocEvictionAdvisor.cpp212 for (const LiveInterval *Intf : reverse(Interferences)) { in canEvictInterferenceBasedOnCost() local
H A DRegAllocGreedy.h232 InterferenceCache::Cursor Intf; member
H A DMLRegallocEvictAdvisor.cpp607 for (const LiveInterval *Intf : reverse(IFIntervals)) { in loadInterferenceFeatures() local
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/issue9537.dir/
Db.go17 type Intf interface { interface
/aosp_15_r20/external/javassist/src/test/javassist/bytecode/
H A DStackMapTest.java153 public static interface Intf { interface in StackMapTest