Home
last modified time | relevance | path

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

12345678910>>...22

/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/llvm/test/Transforms/MergeFunc/
Dno-merge-block-address-different-labels.ll50 %indirect.goto.dest = phi i8* [ %1, %if.end ]
51 indirectbr i8* %indirect.goto.dest, [label %val_0, label %val_1]
93 %indirect.goto.dest = phi i8* [ %1, %if.end ]
94 indirectbr i8* %indirect.goto.dest, [label %val_1, label %val_0]
Dmerge-block-address.ll47 %indirect.goto.dest = phi i8* [ %1, %if.end ]
48 indirectbr i8* %indirect.goto.dest, [label %val_0, label %val_1]
88 %indirect.goto.dest = phi i8* [ %1, %if.end ]
89 indirectbr i8* %indirect.goto.dest, [label %val_0, label %val_1]
/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/clang/test/Modules/Inputs/submodules-merge-defs/
Dmodule.modulemap19 module "indirect" {
20 header "indirect.h"
/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.cpp136 bool indirect = false; in extractValue() local
142 indirect = false; in extractValue()
212 indirect = true; in extractValue()
241 } while (indirect); in extractValue()
270 bool indirect = false; in skipValue() local
351 indirect = true; in skipValue()
366 } 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/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/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/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/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/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()

12345678910>>...22