Home
last modified time | relevance | path

Searched refs:indirect (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/external/valgrind/memcheck/tests/
Dleak-cycle.stderr.exp5 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 ...
Dleak-cases-possible.stderr.exp11 32 (16 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
17 32 (16 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
/external/mesa3d/src/glx/apple/
DRELEASE_NOTES62 The X server supports indirect fairly well, so OpenGL applications
66 AppleSGLX does not support indirect rendering. Any indirect context
67 created will appear to glXIsDirect as an indirect context, but it
68 does not actually support indirect rendering to a remote X server.
70 AppleSGLX supports GLXPixmaps and GLXPbuffers with direct and indirect
/external/llvm/test/Transforms/IPConstantProp/
Ddangling-block-address.ll34 …%indirect.goto.dest.in = getelementptr inbounds [2 x i8*], [2 x i8*]* @bar.l, i32 0, i32 %tmp1.pn …
35 %indirect.goto.dest = load i8*, i8** %indirect.goto.dest.in ; <i8*> [#uses=1]
36 indirectbr i8* %indirect.goto.dest, [label %lab0, label %end]
/external/llvm/test/CodeGen/ARM/
Dtail-dup.ll33 …%indirect.goto.dest.in = phi i8** [ %arrayidx, %entry ], [ %arrayidx4, %DECREMENT ], [ %arrayidx2,…
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]
Dindirectbr-3.ll4 ; for blocks with indirect branches, the IfConverter could end up deleting
5 ; blocks that were the destinations of indirect branches, leaving branches to
/external/mesa3d/src/glx/
D.gitignore5 indirect.c
6 indirect.h
DSConscript56 'indirect.c',
97 target = 'indirect.c',
127 target = 'indirect.h',
/external/valgrind/gdbserver_tests/
Dmcblocklistsearch.stderrB.exp45 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
58 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
64 0x........[16] indirect loss record 4
65 0x........[16] indirect loss record 5
/external/jetty/src/java/org/eclipse/jetty/server/
DResourceCache.java508 Buffer indirect = getIndirectBuffer();
509 if (indirect!=null && indirect.array()!=null)
510 … return new ByteArrayInputStream(indirect.array(),indirect.getIndex(),indirect.length());
/external/llvm/test/Transforms/SimplifyCFG/
Dindirectbr.ll88 …%indirect.goto.dest = select i1 %cond, i8* blockaddress(@indbrtest3, %L1), i8* blockaddress(@indbr…
89 indirectbr i8* %indirect.goto.dest, [label %L1, label %L2, label %L3]
112 …%indirect.goto.dest = select i1 %cond, i8* blockaddress(@indbrtest4, %L1), i8* blockaddress(@indbr…
113 indirectbr i8* %indirect.goto.dest, [label %L1, label %L2, label %L3]
135 …%indirect.goto.dest = select i1 %cond, i8* blockaddress(@indbrtest5, %L1), i8* blockaddress(@indbr…
138 indirectbr i8* %indirect.goto.dest, [label %L3, label %L4]
165 …%indirect.goto.dest = select i1 %cond, i8* blockaddress(@indbrtest6, %L1), i8* blockaddress(@indbr…
168 indirectbr i8* %indirect.goto.dest, [label %L2, label %L3]
/external/llvm/test/CodeGen/SystemZ/
Dfp-round-01.ll58 ; indirect arguments.
81 ; indirect arguments.
104 ; indirect arguments.
127 ; indirect arguments.
150 ; indirect arguments.
/external/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp135 bool indirect = false; in extractValue() local
141 indirect = false; in extractValue()
220 indirect = true; in extractValue()
245 } while (indirect); in extractValue()
268 bool indirect = false; in skipValue() local
350 indirect = true; in skipValue()
362 } while (indirect); in skipValue()
/external/llvm/test/Transforms/StripSymbols/
Dblock-address.ll10 define void @f(i8* %indirect.goto.dest) nounwind uwtable ssp {
12 indirectbr i8* %indirect.goto.dest, [label %FOO, label %BAR]
/external/llvm/test/Transforms/GlobalOpt/
Dstorepointer-compare.ll4 ; Check that a comparison does not prevent an indirect call from being made
5 ; direct. The global will still remain, but indirect call elim is still good.
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-indirect-symbols.test1 RUN: llvm-objdump -macho -indirect-symbols %p/Inputs/hello.exe.macho-x86_64 | FileCheck %s
2 RUN: llvm-objdump -macho -indirect-symbols -non-verbose %p/Inputs/hello.exe.macho-x86_64 | FileChec…
/external/e2fsprogs/tests/f_badbblocks/
Dexpect.13 ../e2fsck/e2fsck: Illegal indirect block found while reading bad blocks inode
11 Illegal indirect block (200) in bad block inode. CLEARED.
/external/llvm/test/CodeGen/AArch64/
Darm64-fast-isel-indirectbr.ll34 %indirect.goto.dest = phi i8* [ %1, %entry ]
35 indirectbr i8* %indirect.goto.dest, [label %ZERO, label %ONE]
/external/llvm/test/CodeGen/X86/
D2013-10-14-FastISel-incorrect-vreg.ll3 ; During X86 fastisel, the address of indirect call was resolved
23 ; Perform the indirect call.
62 ; Perform the indirect call.
101 ; Perform the indirect call.
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_emit.h37 SVGA3dShaderSrcToken indirect; member
162 assert(src.indirect.reserved0); in emit_src()
164 svga_shader_emit_dword( emit, src.indirect.value )); in emit_src()
358 src.indirect.value = 0; in src_register()
/external/boringssl/src/crypto/perlasm/
Dx86gas.pl200 { my $indirect=&::static_label("$nmdecor$sym\$non_lazy_ptr");
201 &::mov($dst,&::DWP("$indirect-$reflabel",$base));
202 $non_lazy_ptr{"$nmdecor$sym"}=$indirect;
/external/clang/patches/
D0002-Revert-to-old-vector-passing-ABI-for-backwards-compa.patch29 - // Use indirect if size of the illegal vector is bigger than 16 bytes.
31 + // Use indirect if size of the illegal vector is bigger than 32 bytes.
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c109 boolean indirect = FALSE; in analyse_tex() local
141 indirect = TRUE; in analyse_tex()
157 indirect = TRUE; in analyse_tex()
164 if (indirect) { in analyse_tex()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir.cpp63 indirect[0] = -1; in ValueRef()
64 indirect[1] = -1; in ValueRef()
134 indirect[0] = ref.indirect[0]; in set()
135 indirect[1] = ref.indirect[1]; in set()
672 if (src(k).indirect[i] >= s) in moveSources()
673 src(k).indirect[i] += delta; in moveSources()
801 int p = srcs[s].indirect[dim]; in setIndirect()
811 srcs[s].indirect[dim] = value ? p : -1; in setIndirect()
/external/llvm/test/CodeGen/R600/
Dprivate-memory.ll68 %a.indirect.ptr = getelementptr %struct.point, %struct.point* %a, i32 0, i32 0
69 %b.indirect.ptr = getelementptr %struct.point, %struct.point* %b, i32 0, i32 0
70 %a.indirect = load i32, i32* %a.indirect.ptr
71 %b.indirect = load i32, i32* %b.indirect.ptr
72 %0 = add i32 %a.indirect, %b.indirect

12345678910>>...15