HomeSort by relevance Sort by last modified time
    Searched refs:I2 (Results 26 - 50 of 64) sorted by null

12 3

  /external/llvm/tools/yaml2obj/
yaml2coff.cpp 236 for (unsigned I2 = 0, E2 = i->Relocations.size(); I2 != E2; ++I2) {
237 const COFFYAML::Relocation &R = i->Relocations[I2];
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ComputeTest.java 131 Int2 i2 = new Int2(); local
132 i2.x = 1;
133 i2.y = 2;
134 i2 = new Int2(1, 2);
135 assertTrue(i2.x == 1);
136 assertTrue(i2.y == 2);
287 avtItem.i2.x = 1;
288 avtItem.i2.y = 2;
536 Int2 I2 = s.get_u16_2();
537 if (I2.x != 1 || I2.y != 2)
812 int i2[] = new int[1]; local
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 771 I2 = NF->arg_begin(); I != E; ++I) {
775 I->replaceAllUsesWith(I2);
776 I2->takeName(I);
777 AA.replaceWithNewValue(I, I2);
778 ++I2;
    [all...]
DeadArgumentElimination.cpp 326 I2 = NF->arg_begin(); I != E; ++I, ++I2) {
328 I->replaceAllUsesWith(I2);
329 I2->takeName(I);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 538 unsigned i1 = 0, i2 = 0, e1 = V1->size(), e2 = V2->size(); local
539 while (i1 != e1 && i2 != e2) {
540 if ((*V1)[i1].Value == (*V2)[i2].Value)
542 if ((*V1)[i1].Value < (*V2)[i2].Value)
545 ++i2;
    [all...]
  /external/clang/test/Misc/
diag-template-diffing.cpp 70 class I2{};
71 void set2(I2<int, int>) {};
73 set2(I2<double, int, int>());
76 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'I2<double, [...], int>' to 'I2<int, [...], (default) void>' for 1st argument
78 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'I2<double, int, int>' to 'I2<int, int, (default) void>' for 1st argument
81 // CHECK-ELIDE-TREE: I2<
87 // CHECK-NOELIDE-TREE: I2<
962 int i1, i2, i3; member in namespace:VariadicDefault
    [all...]
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 331 MachineBasicBlock::iterator I2 = I;
332 while (I2 != MBB->begin() && (--I2)->isTerminator())
333 I = I2;
429 MachineBasicBlock::iterator I2 = I;
430 while (I2 != MBB->begin() && (--I2)->isTerminator())
431 I = I2;
    [all...]
MachineInstr.cpp 782 MachineBasicBlock::const_instr_iterator I2 = *Other;
785 ++I2;
786 if (I2 == E2 || !I2->isInsideBundle() || !I1->isIdenticalTo(I2, Check))
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 159 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,
164 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,
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_facade.hpp 406 template <class I1, class I2>
413 is_convertible<I2,I1>
415 , typename I2::difference_type
419 is_convertible<I2,I1>
421 , iterator_difference<I2>
  /external/eigen/blas/testing/
cblat2.f 366 $ 'THAN ', I2 )
367 9996 FORMAT( ' VALUE OF N IS LESS THAN 0 OR GREATER THAN ', I2 )
370 $ I2 )
725 9998 FORMAT( ' ******* FATAL ERROR - PARAMETER NUMBER ', I2, ' WAS CH',
732 $ F4.1, ',', F4.1, '), A,', I3, ', X,', I2, ',(', F4.1, ',',
733 $ F4.1, '), Y,', I2, ') .' )
735 $ F4.1, ',', F4.1, '), A,', I3, ', X,', I2, ',(', F4.1, ',',
736 $ F4.1, '), Y,', I2, ') .' )
    [all...]
dblat2.f 361 $ 'THAN ', I2 )
362 9996 FORMAT( ' VALUE OF N IS LESS THAN 0 OR GREATER THAN ', I2 )
365 $ I2 )
715 9998 FORMAT( ' ******* FATAL ERROR - PARAMETER NUMBER ', I2, ' WAS CH',
722 $ ', A,', I3, ', X,', I2, ',', F4.1, ', Y,', I2, ') .' )
724 $ ', A,', I3, ', X,', I2, ',', F4.1, ', Y,', I2,
    [all...]
sblat2.f 361 $ 'THAN ', I2 )
362 9996 FORMAT( ' VALUE OF N IS LESS THAN 0 OR GREATER THAN ', I2 )
365 $ I2 )
715 9998 FORMAT( ' ******* FATAL ERROR - PARAMETER NUMBER ', I2, ' WAS CH',
722 $ ', A,', I3, ', X,', I2, ',', F4.1, ', Y,', I2, ') .' )
724 $ ', A,', I3, ', X,', I2, ',', F4.1, ', Y,', I2,
    [all...]
zblat2.f 367 $ 'THAN ', I2 )
368 9996 FORMAT( ' VALUE OF N IS LESS THAN 0 OR GREATER THAN ', I2 )
371 $ I2 )
727 9998 FORMAT( ' ******* FATAL ERROR - PARAMETER NUMBER ', I2, ' WAS CH',
734 $ F4.1, ',', F4.1, '), A,', I3, ', X,', I2, ',(', F4.1, ',',
735 $ F4.1, '), Y,', I2, ') .' )
737 $ F4.1, ',', F4.1, '), A,', I3, ', X,', I2, ',(', F4.1, ',',
738 $ F4.1, '), Y,', I2, ') .' )
    [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 554 static bool isSameValue(const APInt &I1, const APInt &I2) {
555 if (I1.getBitWidth() == I2.getBitWidth())
556 return I1 == I2;
558 if (I1.getBitWidth() > I2.getBitWidth())
559 return I1 == I2.zext(I1.getBitWidth());
561 return I1.zext(I2.getBitWidth()) == I2;
    [all...]
  /external/eigen/Eigen/src/Core/util/
XprHelper.h 39 template<typename I1, typename I2>
42 typedef typename conditional<(sizeof(I1)<sizeof(I2)), I2, I1>::type type;
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 506 /// range of [I1,I2] INCLUSIVE. I1 and I2 must be in the same basic block.
507 bool canInstructionRangeModify(const Instruction &I1, const Instruction &I2,
511 bool canInstructionRangeModify(const Instruction &I1, const Instruction &I2,
513 return canInstructionRangeModify(I1, I2, Location(Ptr, Size));
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 503 /// instructions to consider are all of the instructions in the range of [I1,I2]
504 /// INCLUSIVE. I1 and I2 must be in the same basic block.
507 const Instruction &I2,
509 assert(I1.getParent() == I2.getParent() &&
512 BasicBlock::const_iterator E = &I2;
  /external/ppp/pppd/
md4.c 47 #define I2 0x98badcfe
110 MDp->buffer[2] = I2;
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
  /external/openfst/src/test/
algo_test.h 323 InvertFst<Arc> I2(T);
324 CHECK(Equiv(I1, I2));
513 IntersectFst<Arc> I2(A2, A1);
514 CHECK(Equiv(I1, I2));
988 IntersectFst<Arc> I2(U2, S4);
990 CHECK(Equiv(U1, I2));
    [all...]
  /art/runtime/
disassembler_arm.cc 370 // |111|0101| op3|S| Rn |imm3| Rd |i2|ty| Rm |
804 uint32_t I2 = ~(J2 ^ S);
805 imm32 = (S << 24) | (I1 << 23) | (I2 << 22) | (imm10 << 12) | (imm11 << 1);
833 uint32_t I2 = ~(J2 ^ S);
834 int32_t imm32 = (S << 24) | (I1 << 23) | (I2 << 22) | (imm10 << 12) | (imm11 << 1);
    [all...]
  /external/llvm/unittests/ADT/
IntervalMapTest.cpp 48 UUMap::iterator I2;
49 I2 = map.end();
50 EXPECT_TRUE(I2 == CI);
  /external/llvm/lib/IR/
PassManager.cpp 624 for (AnalysisUsage::VectorType::const_iterator I2 = RequiredSet.begin(),
625 E = RequiredSet.end(); I2 != E && I2 != I; ++I2) {
626 Pass *AnalysisPass2 = findAnalysisPass(*I2);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 241 MachineBasicBlock::iterator I2 = IP;
242 while (I2 != BB->begin() && (--I2)->isTerminator())
243 IP = I2;
    [all...]

Completed in 440 milliseconds

12 3