HomeSort by relevance Sort by last modified time
    Searched refs:I2 (Results 101 - 125 of 222) sorted by null

1 2 3 45 6 7 8 9

  /prebuilts/go/linux-x86/src/runtime/
iface_test.go 16 type I2 interface {
36 i2 I2
121 i2 = tm
123 e = i2
128 i2 = tm
130 i1 = i2
165 i2 = i1.(I2)
35 i2 I2 var
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
parallel4.d 20 30: 17 cc 02 22 R1 = BYTEOP3P \(R1:0, R3:2\) \(LO, R\) \|\| \[I2\] = R0 \|\| NOP;
22 38: 37 cc 02 24 R2 = BYTEOP3P \(R1:0, R3:2\) \(HI, R\) \|\| \[I2\+\+\] = R0 \|\| NOP;
24 40: 0c cc 7f 45 R5 = A1.L \+ A1.H, R2 = A0.L \+ A0.H \|\| \[I2--\] = R0 \|\| NOP;
load.d 14 18: 52 e1 04 f2 I2.H = 0xf204;.*
61 9a: 93 9c R3 = \[I2--\];
85 c6: d2 9c R2.H = W\[I2--\];
91 ce: 36 9c R6.L = W\[I2\+\+\];
move2.s 76 R2 = I2;
94 P2 = I2;
113 A1.X = I2;
134 I2 = SP;
138 I2 = A1.X;
173 I2 = B1;
pseudo.s 25 DBG I2;
parallel2.d 46 98: 27 c8 40 18 R1.H = A1 \(S2RND\) \|\| R0 = \[I2 \+\+ M0\] \|\| NOP;
48 a0: 07 c8 40 18 R1.H = A1 \|\| R0 = \[I2 \+\+ M1\] \|\| NOP;
50 a8: 67 c9 80 38 R2.H = A1, R2.L = A0 \(IH\) \|\| R0 = \[I2 \+\+ M2\] \|\| NOP;
52 b0: 07 c8 80 38 R2.H = A1, R2.L = A0 \|\| R0 = \[I2 \+\+ M3\] \|\| NOP;
  /external/clang/test/SemaTemplate/
instantiate-function-1.cpp 161 template<typename T, int I1, int I2> struct Switch1 {
165 case I2: return z; // expected-error{{duplicate}}
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 83 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
88 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
blank.go 44 I2
  /prebuilts/go/linux-x86/src/go/doc/testdata/
blank.go 44 I2
  /toolchain/binutils/binutils-2.25/opcodes/
ia64-opc-i.c 26 #define I2 IA64_TYPE_I, 2
173 I2, OpX2TaTbYaXcC (5, 0, a, b, 1, 1, c), {P1, P2, IMMU5b}, EMPTY
175 I2, OpX2TaTbYaXcC (5, 0, a, b, 1, 1, c), {P2, P1, IMMU5b}, PSEUDO, 0, NULL
195 I2, OpX2TaTbYaC (5, 0, a, b, c, d), {P1, P2, R3, POS6}, EMPTY
197 I2, OpX2TaTbYaC (5, 0, a, b, c, d), {P2, P1, R3, POS6}, PSEUDO, 0, NULL
217 I2, OpX2TaTbYaC (5, 0, a, b, c, d), {P1, P2, R3}, EMPTY
219 I2, OpX2TaTbYaC (5, 0, a, b, c, d), {P2, P1, R3}, PSEUDO, 0, NULL
290 #undef I2
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ComputeTest.java 129 Int2 i2 = new Int2(); local
130 i2.x = 1;
131 i2.y = 2;
132 i2 = new Int2(1, 2);
133 assertTrue(i2.x == 1);
134 assertTrue(i2.y == 2);
285 avtItem.i2.x = 1;
286 avtItem.i2.y = 2;
532 Int2 I2 = s.get_u16_2();
533 if (I2.x != 1 || I2.y != 2)
804 int i2[] = new int[1]; local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
ArgumentPromotion.cpp 777 I2 = NF->arg_begin(); I != E; ++I) {
781 I->replaceAllUsesWith(I2);
782 I2->takeName(I)
    [all...]
DeadArgumentElimination.cpp 281 I2 = NF->arg_begin(); I != E; ++I, ++I2) {
283 I->replaceAllUsesWith(I2);
284 I2->takeName(I);
    [all...]
  /libcore/benchmarks/src/benchmarks/
ImtConflictBenchmark.java 768 public void callF86(I2 i) { i.f86(); }
788 static class C2 implements I0, I1, I2 {}
789 static class C3 implements I0, I1, I2, I3 {}
790 static class C4 implements I0, I1, I2, I3, I4 {}
791 static class C5 implements I0, I1, I2, I3, I4, I5 {}
792 static class C6 implements I0, I1, I2, I3, I4, I5, I6 {}
793 static class C7 implements I0, I1, I2, I3, I4, I5, I6, I7 {}
794 static class C8 implements I0, I1, I2, I3, I4, I5, I6, I7, I8 {}
795 static class C9 implements I0, I1, I2, I3, I4, I5, I6, I7, I8, I9 {}
796 static class C10 implements I0, I1, I2, I3, I4, I5, I6, I7, I8, I9, I10 {
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp     [all...]
DeadArgumentElimination.cpp 220 I2 = NF->arg_begin(); I != E; ++I, ++I2) {
222 I->replaceAllUsesWith(&*I2);
223 I2->takeName(&*I);
    [all...]
  /prebuilts/go/darwin-x86/test/
cmp.go 141 type I2 interface {
146 a2 := I2(X(0))
147 b2 := I2(X(1))
149 a4 := I2(a1)
152 a6 := e.(I2)
  /prebuilts/go/linux-x86/test/
cmp.go 141 type I2 interface {
146 a2 := I2(X(0))
147 b2 := I2(X(1))
149 a4 := I2(a1)
152 a6 := e.(I2)
  /external/llvm/lib/Target/X86/
X86OptimizeLEAs.cpp 549 auto I2 = std::next(I1);
550 while (I2 != List.end()) {
551 MachineInstr &Last = **I2;
561 ++I2;
604 I2 = List.erase(I2);
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
AliasAnalysis.h 481 /// range of [I1,I2] INCLUSIVE. I1 and I2 must be in the same basic block.
482 bool canInstructionRangeModify(const Instruction &I1, const Instruction &I2,
486 bool canInstructionRangeModify(const Instruction &I1, const Instruction &I2,
488 return canInstructionRangeModify(I1, I2, Location(Ptr, Size));
  /external/swiftshader/third_party/LLVM/lib/Analysis/
AliasAnalysis.cpp 398 /// instructions to consider are all of the instructions in the range of [I1,I2]
399 /// INCLUSIVE. I1 and I2 must be in the same basic block.
402 const Instruction &I2,
404 assert(I1.getParent() == I2.getParent() &&
407 BasicBlock::const_iterator E = &I2;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
PrologEpilogInserter.cpp 334 MachineBasicBlock::iterator I2 = I;
335 while (I2 != MBB->begin() && (--I2)->getDesc().isTerminator())
336 I = I2;
432 MachineBasicBlock::iterator I2 = I;
433 while (I2 != MBB->begin() && (--I2)->getDesc().isTerminator())
434 I = I2;
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 722 unsigned i1 = 0, i2 = 0, e1 = V1->size(), e2 = V2->size(); local
723 while (i1 != e1 && i2 != e2) {
724 if ((*V1)[i1].Value == (*V2)[i2].Value)
726 if ((*V1)[i1].Value < (*V2)[i2].Value)
729 ++i2;
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceOperand.cpp 140 I2 = (UseTrimmed ? Other.TrimmedBegin : Other.Range.begin());
142 while (I1 != E1 && I2 != E2) {
143 if (I1->second <= I2->first) {
147 if (I2->second <= I1->first) {
148 ++I2;

Completed in 2448 milliseconds

1 2 3 45 6 7 8 9