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

1 2 3 4 5 67 8 9

  /external/google-breakpad/src/common/
test_assembler_unittest.cc 745 #define I2(a,b) { a,b }
824 ASSERT_BYTES(contents, I2(0xa1, 0x15));
872 ASSERT_BYTES(contents, I2(0x2e, 0x7e));
924 ASSERT_BYTES(contents, I2(0xa1, 0x15));
988 ASSERT_BYTES(contents, I2(0x2e, 0x7e));
1043 ASSERT_BYTES(contents, I2(0x2a, 0xd3));
1052 ASSERT_BYTES(contents, I2(0x2a, 0x4b));
1109 ASSERT_BYTES(contents, I2(0x2a, 0x26));
1118 ASSERT_BYTES(contents, I2(0x2a, 0xa8));
1176 ASSERT_BYTES(contents, I2(0x2a, 0xe6))
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 860 for (auto I2 = I.base(), E2 = RegClasses.end(); I2 != E2; ++I2) {
861 CodeGenRegisterClass &SubRC = *I2;
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 244 const IntervalInfo &I2) {
247 return getStartPoint(I1) > getStartPoint(I2);
251 const IntervalInfo &I2) {
253 SlotIndex E2 = getEndPoint(I2);
264 return std::get<0>(I1)->reg < std::get<0>(I2)->reg;
PrologEpilogInserter.cpp 499 MachineBasicBlock::iterator I2 = I;
500 while (I2 != MBB->begin() && (--I2)->isTerminator())
501 I = I2;
    [all...]
MachineInstr.cpp 907 auto I2 = MI2.memoperands_begin(), E2 = MI2.memoperands_end();
908 if ((E1 - I1) != (E2 - I2))
910 for (; I1 != E1; ++I1, ++I2) {
911 if (**I1 != **I2)
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyCFG.cpp 530 unsigned i1 = 0, i2 = 0, e1 = V1->size(), e2 = V2->size(); local
531 while (i1 != e1 && i2 != e2) {
532 if ((*V1)[i1].first == (*V2)[i2].first)
534 if ((*V1)[i1].first < (*V2)[i2].first)
537 ++i2;
822 Instruction *I1, Instruction *I2)
    [all...]
  /art/test/913-heaps/src/art/
Test913.java 413 v.add("1002@0", "2001@0"); // C.class --(interface)--> I2.class.
417 setTag(I2.class, 2001);
418 v.add("2001@0", "2000@0"); // I2.class --(interface)--> I1.class.
506 public static interface I2 extends I1 {
510 public static class C extends B implements I2 {
  /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<
956 int i1, i2, i3; member in namespace:VariadicDefault
    [all...]
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 553 /// [I1,I2] INCLUSIVE. I1 and I2 must be in the same basic block.
554 bool canInstructionRangeModRef(const Instruction &I1, const Instruction &I2,
559 bool canInstructionRangeModRef(const Instruction &I1, const Instruction &I2,
562 return canInstructionRangeModRef(I1, I2, MemoryLocation(Ptr, Size), Mode);
    [all...]
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 490 /// of the instructions in the range of [I1,I2] INCLUSIVE.
491 /// I1 and I2 must be in the same basic block.
493 const Instruction &I2,
496 assert(I1.getParent() == I2.getParent() &&
499 BasicBlock::const_iterator E = I2.getIterator();
LoopAccessAnalysis.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
AliasAnalysis.h 609 /// [I1,I2] INCLUSIVE. I1 and I2 must be in the same basic block.
610 bool canInstructionRangeModRef(const Instruction &I1, const Instruction &I2,
615 bool canInstructionRangeModRef(const Instruction &I1, const Instruction &I2,
618 return canInstructionRangeModRef(I1, I2, MemoryLocation(Ptr, Size), Mode);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
AliasAnalysis.h 609 /// [I1,I2] INCLUSIVE. I1 and I2 must be in the same basic block.
610 bool canInstructionRangeModRef(const Instruction &I1, const Instruction &I2,
615 bool canInstructionRangeModRef(const Instruction &I1, const Instruction &I2,
618 return canInstructionRangeModRef(I1, I2, MemoryLocation(Ptr, Size), Mode);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
AliasAnalysis.h 609 /// [I1,I2] INCLUSIVE. I1 and I2 must be in the same basic block.
610 bool canInstructionRangeModRef(const Instruction &I1, const Instruction &I2,
615 bool canInstructionRangeModRef(const Instruction &I1, const Instruction &I2,
618 return canInstructionRangeModRef(I1, I2, MemoryLocation(Ptr, Size), Mode);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
AliasAnalysis.h 609 /// [I1,I2] INCLUSIVE. I1 and I2 must be in the same basic block.
610 bool canInstructionRangeModRef(const Instruction &I1, const Instruction &I2,
615 bool canInstructionRangeModRef(const Instruction &I1, const Instruction &I2,
618 return canInstructionRangeModRef(I1, I2, MemoryLocation(Ptr, Size), Mode);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
AliasAnalysis.h 609 /// [I1,I2] INCLUSIVE. I1 and I2 must be in the same basic block.
610 bool canInstructionRangeModRef(const Instruction &I1, const Instruction &I2,
615 bool canInstructionRangeModRef(const Instruction &I1, const Instruction &I2,
618 return canInstructionRangeModRef(I1, I2, MemoryLocation(Ptr, Size), Mode);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
AliasAnalysis.h 609 /// [I1,I2] INCLUSIVE. I1 and I2 must be in the same basic block.
610 bool canInstructionRangeModRef(const Instruction &I1, const Instruction &I2,
615 bool canInstructionRangeModRef(const Instruction &I1, const Instruction &I2,
618 return canInstructionRangeModRef(I1, I2, MemoryLocation(Ptr, Size), Mode);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
AliasAnalysis.h 609 /// [I1,I2] INCLUSIVE. I1 and I2 must be in the same basic block.
610 bool canInstructionRangeModRef(const Instruction &I1, const Instruction &I2,
615 bool canInstructionRangeModRef(const Instruction &I1, const Instruction &I2,
618 return canInstructionRangeModRef(I1, I2, MemoryLocation(Ptr, Size), Mode);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
AliasAnalysis.h 609 /// [I1,I2] INCLUSIVE. I1 and I2 must be in the same basic block.
610 bool canInstructionRangeModRef(const Instruction &I1, const Instruction &I2,
615 bool canInstructionRangeModRef(const Instruction &I1, const Instruction &I2,
618 return canInstructionRangeModRef(I1, I2, MemoryLocation(Ptr, Size), Mode);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
parallel3.d 132 1f0: 0e c8 37 c9 R5 = \(A1 -= R6.H \* R7.H\), A0 \+= R6.L \* R7.L \|\| \[I2\] = R0 \|\| NOP;
134 1f8: 0c c8 b7 e0 R3 = \(A1 = R6.H \* R7.H\), R2 = \(A0 = R6.L \* R7.L\) \|\| \[I2\+\+\] = R0 \|\| NOP;
136 200: 9c c8 1f e9 R5 = \(A1 = R3.H \* R7.H\) \(M\), R4 = \(A0 \+= R3.L \* R7.L\) \(FU\) \|\| \[I2--\] = R0 \|\| NOP;
arithmetic.s 47 I2 += 4;
96 i2 += M2;
224 I2 -= 2;
pseudo.d 25 24: 12 f8 DBG I2;
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_formats.c 109 #define I2(c, p, n, r, g, b, a, t, s, u) \
302 I2(A, R32G32_SINT, RG32_SINT, R, G, xx, xx, SINT, R32_G32, IR),
303 I2(A, R32G32_UINT, RG32_UINT, R, G, xx, xx, UINT, R32_G32, IR),
325 I2(A, R16G16_SINT, RG16_SINT, R, G, xx, xx, SINT, R16_G16, IR),
326 I2(A, R16G16_UINT, RG16_UINT, R, G, xx, xx, UINT, R16_G16, IR),
343 I2(A, R8G8_SINT, RG8_SINT, R, G, xx, xx, SINT, G8R8, IR),
344 I2(A, R8G8_UINT, RG8_UINT, R, G, xx, xx, UINT, G8R8, IR),
  /external/webp/src/dsp/
enc_mips_dsp_r2.c 29 I0, I1, I2, I3, I4, I5, I6, I7) \
32 "addq.ph %[" #O2 "], %[" #I2 "], %[" #I3 "] \n\t" \
33 "subq.ph %[" #O3 "], %[" #I2 "], %[" #I3 "] \n\t" \
56 #define MUL_HALF(O0, I0, I1, I2, I3, I4, I5, I6, I7, \
59 "dpa.w.ph $ac0, %[" #I2 "], %[" #I0 "] \n\t" \
    [all...]

Completed in 1380 milliseconds

1 2 3 4 5 67 8 9