/aosp_15_r20/external/clang/test/Rewriter/ |
H A D | ivar-encoding-1.m | 3 @interface Intf interface 14 @implementation Intf implementation
|
H A D | metadata-test-1.m | 3 @interface Intf interface 6 @implementation Intf(Category) implementation in Category
|
H A D | metadata-test-2.m | 8 @interface Intf interface 12 @implementation Intf implementation
|
H A D | method-encoding-1.m | 8 @interface Intf <P1> interface 13 @implementation Intf implementation
|
H A D | ivar-encoding-2.m | 3 @implementation Intf implementation
|
/aosp_15_r20/external/clang/test/CodeGenObjC/ |
H A D | encode-test-2.m | 14 @interface Intf <Proto> interface 24 @implementation Intf implementation
|
H A D | objc2-protocol-enc.m | 17 @interface Intf <Proto> interface 26 @implementation Intf implementation
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | method-encoding-2.m | 4 @interface Intf interface 9 @implementation Intf implementation
|
H A D | encode-typeof-test.m | 9 @interface Intf <Proto> interface 19 @implementation Intf implementation
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | RegAllocGreedy.cpp | 363 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 D | RegAllocBasic.cpp | 215 LiveInterval *Intf = Q.interferingVRegs()[i - 1]; in spillInterferences() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | RegAllocGreedy.cpp | 269 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 D | RegAllocBasic.cpp | 179 LiveInterval *Intf = Q.interferingVRegs()[i - 1]; in spillInterferences() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | RegAllocGreedy.cpp | 501 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 D | RegAllocBasic.cpp | 218 for (const auto *Intf : reverse(Q.interferingVRegs())) { in spillInterferences() local
|
H A D | RegAllocEvictionAdvisor.cpp | 212 for (const LiveInterval *Intf : reverse(Interferences)) { in canEvictInterferenceBasedOnCost() local
|
H A D | RegAllocGreedy.h | 232 InterferenceCache::Cursor Intf; member
|
H A D | MLRegallocEvictAdvisor.cpp | 607 for (const LiveInterval *Intf : reverse(IFIntervals)) { in loadInterferenceFeatures() local
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/issue9537.dir/ |
D | b.go | 17 type Intf interface { interface
|
/aosp_15_r20/external/javassist/src/test/javassist/bytecode/ |
H A D | StackMapTest.java | 153 public static interface Intf { interface in StackMapTest
|