HomeSort by relevance Sort by last modified time
    Searched full:indirect (Results 76 - 100 of 30305) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/test/Transforms/Inline/
inline-indirect.ll 3 ; inlining the indirect call
  /external/compiler-rt/test/profile/
instrprof-value-prof-2.c 64 // CHECK-NEXT: Indirect Call Site Count: 10
65 // CHECK-NEXT: Indirect Target Results:
70 // CHECK-NEXT: Indirect Call Site Count: 10
71 // CHECK-NEXT: Indirect Target Results:
96 // CHECK-NEXT: Indirect Call Site Count: 10
97 // CHECK-NEXT: Indirect Target Results:
122 // CHECK-NEXT: Indirect Call Site Count: 10
123 // CHECK-NEXT: Indirect Target Results:
128 // CHECK-NEXT: Indirect Call Site Count: 0
129 // CHECK-NEXT: Indirect Target Results:
    [all...]
  /prebuilts/go/darwin-x86/test/
nilptr3.go 50 // the indirect.
53 // 0-byte indirect doesn't suffice.
86 _ = *bigarrayp // ERROR "generated nil check" ARM removed nil check before indirect!!
159 _ = x[9] // ERROR "removed nil check before indirect"
162 if x[9] != 0 { // ERROR "removed nil check before indirect"
168 _ = x[9] // ERROR "removed nil check before indirect"
170 _ = x[9] // ERROR "removed nil check before indirect"
172 _ = x[9] // ERROR "removed nil check before indirect"
174 _ = x[9] // ERROR "removed nil check before indirect"
178 _ = x[9] // ERROR "removed nil check before indirect"
    [all...]
  /prebuilts/go/linux-x86/test/
nilptr3.go 50 // the indirect.
53 // 0-byte indirect doesn't suffice.
86 _ = *bigarrayp // ERROR "generated nil check" ARM removed nil check before indirect!!
159 _ = x[9] // ERROR "removed nil check before indirect"
162 if x[9] != 0 { // ERROR "removed nil check before indirect"
168 _ = x[9] // ERROR "removed nil check before indirect"
170 _ = x[9] // ERROR "removed nil check before indirect"
172 _ = x[9] // ERROR "removed nil check before indirect"
174 _ = x[9] // ERROR "removed nil check before indirect"
178 _ = x[9] // ERROR "removed nil check before indirect"
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/
sections-3.d 9 first indirect sym: 0 \(0 entries\) stub size: (16|20) reserved3: 0x0
14 first indirect sym: 0 \(0 entries\) reserved2: 0x0 reserved3: 0x0
19 first indirect sym: 0 \(0 entries\) reserved2: 0x0 reserved3: 0x0
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_build.c 790 src_register.Indirect = 0;
806 unsigned indirect,
829 src_register.Indirect = indirect;
843 dimension.Indirect = 0;
857 full_src_register.Indirect = tgsi_default_src_register();
866 unsigned indirect,
873 dimension.Indirect = indirect;
890 dst_register.Indirect = 0
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUInstrInfo.h 98 /// \returns the smallest register index that will be accessed by an indirect
99 /// read or write or -1 if indirect addressing is not used by this program.
102 /// \returns the largest register index that will be accessed by an indirect
103 /// read or write or -1 if indirect addressing is not used by this program.
157 /// \brief Calculate the "Indirect Address" for the given \p RegIndex and
160 /// We model indirect addressing using a virtual address space that can be
161 /// accesed with loads and stores. The "Indirect Address" is the memory
168 /// from an "Indirect Address" .
171 /// \brief Build instruction(s) for an indirect register write.
173 /// \returns The instruction that performs the indirect register writ
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
DiagSymbolResolutions.inc 27 "indirect symbol %0 points to a common symbol",
28 "indirect symbol %0 points to a common symbol")
31 "indirect symbol %0 points to a undefined symbol",
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/gcov-src/
gcov-counter.def 44 /* The most common indirect address. */
53 /* Top N value tracking for indirect calls */
59 /* Top N value tracking for indirect calls */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/
gcov-counter.def 44 /* The most common indirect address. */
53 /* Top N value tracking for indirect calls */
59 /* Top N value tracking for indirect calls */
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
gcov-counter.def 44 /* The most common indirect address. */
53 /* Top N value tracking for indirect calls */
59 /* Top N value tracking for indirect calls */
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
gcov-counter.def 44 /* The most common indirect address. */
53 /* Top N value tracking for indirect calls */
59 /* Top N value tracking for indirect calls */
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/gcov-src/
gcov-counter.def 44 /* The most common indirect address. */
53 /* Top N value tracking for indirect calls */
59 /* Top N value tracking for indirect calls */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/
gcov-counter.def 44 /* The most common indirect address. */
53 /* Top N value tracking for indirect calls */
59 /* Top N value tracking for indirect calls */
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
gcov-counter.def 44 /* The most common indirect address. */
53 /* Top N value tracking for indirect calls */
59 /* Top N value tracking for indirect calls */
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
gcov-counter.def 44 /* The most common indirect address. */
53 /* Top N value tracking for indirect calls */
59 /* Top N value tracking for indirect calls */
  /external/llvm/test/CodeGen/ARM/
tail-dup.ll 33 %indirect.goto.dest.in = phi i8** [ %arrayidx, %entry ], [ %arrayidx4, %DECREMENT ], [ %arrayidx2, %INCREMENT ]
35 %indirect.goto.dest = load i8*, i8** %indirect.goto.dest.in, align 4
36 indirectbr i8* %indirect.goto.dest, [label %RETURN, label %INCREMENT, label %DECREMENT]
indirectbr-3.ll 4 ; for blocks with indirect branches, the IfConverter could end up deleting
5 ; blocks that were the destinations of indirect branches, leaving branches to
  /external/llvm/test/CodeGen/SystemZ/
call-02.ll 1 ; Test indirect calls.
  /external/valgrind/memcheck/tests/
leak-cycle.stderr.exp 5 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
11 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
17 96 (16 direct, 80 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
23 96 (16 direct, 80 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
  /system/extras/ext4_utils/
indirect.c 18 #include "indirect.h"
32 critical_error("indirect backing larger than %d blocks", EXT4_NDIR_BLOCKS);
185 /* Given an allocation, attach as many blocks as possible to indirect blocks,
187 Assumes that the blocks necessary to hold the indirect blocks were included
217 /* Given an allocation, attach as many blocks as possible to doubly indirect
219 Assumes that the blocks necessary to hold the indirect and doubly indirect
249 /* Given an allocation, attach as many blocks as possible to triply indirect
251 Assumes that the blocks necessary to hold the indirect, doubly indirect an
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
address.s 5 and *ar1,a ; indirect (all modes)
  /toolchain/binutils/binutils-2.25/include/opcode/
moxie.h 28 Some use B and an indirect A (MOXIE_F1_AiB)
29 Some use A and an indirect B (MOXIE_F1_ABi)
31 Some use B and an indirect A plus 4 bytes (MOXIE_F1_AiB4)
32 Some use A and an indirect B plus 4 bytes (MOXIE_F1_ABi4)
pyr.h 60 0x0008: movw (Rn),Rn register indirect to register
61 movw (Rn)[x],Rn register indirect to register
62 0x0010: movw I(Rn),Rn offset register indirect to register
63 movw I(Rn)[x],Rn offset register indirect, indexed, to register
65 0x0020: movw Rn,(Rn) register to register indirect
66 0x0040: movw K,(Rn) quick immediate to register indirect
67 0x0080: movw I,(Rn) long immediate to register indirect
68 0x0100: movw (Rn),(Rn) register indirect to-register indirect
69 0x0100: movw (Rn),(Rn) register indirect to-register indirect
    [all...]
  /external/e2fsprogs/tests/f_badbblocks/
expect.1 3 ../e2fsck/e2fsck: Illegal indirect block found while reading bad blocks inode
11 Illegal indirect block (200) in bad block inode. CLEARED.

Completed in 693 milliseconds

1 2 34 5 6 7 8 91011>>