Home
last modified time | relevance | path

Searched refs:LOC (Results 1 – 25 of 49) sorted by relevance

12

/external/valgrind/none/tests/s390x/
Dcondloadstore.stdout.exp1 LOC 0000000000000000 into 0000000000000000 if mask0 for cc 0: 0000000000000000
2 LOC 0000000000000000 into 0000000000000000 if mask1 for cc 0: 0000000000000000
3 LOC 0000000000000000 into 0000000000000000 if mask2 for cc 0: 0000000000000000
4 LOC 0000000000000000 into 0000000000000000 if mask3 for cc 0: 0000000000000000
5 LOC 0000000000000000 into 0000000000000000 if mask4 for cc 0: 0000000000000000
6 LOC 0000000000000000 into 0000000000000000 if mask5 for cc 0: 0000000000000000
7 LOC 0000000000000000 into 0000000000000000 if mask6 for cc 0: 0000000000000000
8 LOC 0000000000000000 into 0000000000000000 if mask7 for cc 0: 0000000000000000
9 LOC 0000000000000000 into 0000000000000000 if mask8 for cc 0: 0000000000000000
10 LOC 0000000000000000 into 0000000000000000 if mask9 for cc 0: 0000000000000000
[all …]
/external/llvm/test/DebugInfo/X86/
D2011-09-26-GlobalVarContext.ll9 %LOC = alloca i32, align 4
10 call void @llvm.dbg.declare(metadata i32* %LOC, metadata !15, metadata !DIExpression()), !dbg !17
12 store i32 %1, i32* %LOC, align 4, !dbg !18
32 !15 = !DILocalVariable(name: "LOC", line: 4, scope: !16, file: !6, type: !9)
49 ; CHECK: DW_AT_name [DW_FORM_strp] ( .debug_str[0x{{[0-9a-f]*}}] = "LOC")
Dformal_parameter.ll36 ; LOWERING: call void @llvm.dbg.value{{.*}}, !dbg ![[LOC:.*]]
37 ; LOWERING: call void @llvm.dbg.value{{.*}}, !dbg ![[LOC]]
38 ; LOWERING: call void @llvm.dbg.value{{.*}}, !dbg ![[LOC]]
Ddbg-value-const-byref.ll24 ; CHECK: DW_AT_location [DW_FORM_data4] ([[LOC:.*]])
28 ; CHECK: [[LOC]]:
/external/llvm/test/Verifier/
Dllvm.dbg.intrinsic-dbg-attachment.ll30 …l void @llvm.dbg.value({{[^,]+, [^,]+}}, metadata ![[VAR:[0-9]+]], {{[^,]+}}), !dbg ![[LOC:[0-9]+]]
35 ; CHECK-NEXT: ![[LOC]] = !DILocation({{.*}}scope: ![[LOCSP:[0-9]+]]
44 …call void @llvm.dbg.declare({{[^,]+}}, metadata ![[VAR:[0-9]+]], {{.*[^,]+}}), !dbg ![[LOC:[0-9]+]]
49 ; CHECK-NEXT: ![[LOC]] = !DILocation({{.*}}scope: ![[LOCSP:[0-9]+]]
Ddbg.ll13 ; CHECK-NEXT: ret void, !dbg ![[LOC:[0-9]+]]
14 ; CHECK-NEXT: ![[LOC]] = !{}
/external/llvm/test/CodeGen/X86/
Dcombine-multiplies.ll9 ; int LOC = lll + 5;
11 ; a[LOC][LOC] = 11;
13 ; a[LOC][20] = 22;
14 ; a[LOC+20][20] = 33;
18 ; one for a[LOC][] and one for a[LOC+20]. visitMUL in DAGCombiner.cpp
/external/zlib/src/win32/
DMakefile.bor13 LOC = $(LOCAL_ZLIB)
19 CFLAGS = -a -d -k- -O2 $(LOC)
20 ASFLAGS = $(LOC)
21 LDFLAGS = $(LOC)
DMakefile.gcc46 CFLAGS = $(LOC) -O3 -Wall
49 ASFLAGS = $(LOC) -Wall
52 LDFLAGS = $(LOC)
DMakefile.msc17 LOC =
29 CFLAGS = -nologo -MD -W3 -O2 -Oy- -Zi -Fd"zlib" $(LOC)
31 ASFLAGS = -coff -Zi $(LOC)
/external/llvm/test/Transforms/SLPVectorizer/X86/
Ddebug_info.ll16 ;CHECK: getelementptr inbounds {{.*}}, !dbg ![[LOC:[0-9]+]]
17 ;CHECK: bitcast double* {{.*}}, !dbg ![[LOC]]
18 ;CHECK: load <2 x double>, <2 x double>* {{.*}}, !dbg ![[LOC]]
21 ;CHECK: ![[LOC]] = !DILocation(line: 4, scope:
/external/llvm/test/CodeGen/SystemZ/
Dcond-load-01.ll1 ; Test LOC.
31 ; Check the high end of the aligned LOC range.
58 ; Check the low end of the LOC range.
113 ; Test that conditionally-executed loads do not use LOC, since it is allowed
Dint-cmp-45.ll7 ; the EQ case with LOC.
48 ; ...and again with LOC.
89 ; ...and again with LOC.
/external/llvm/test/BugPoint/
Dmetadata.ll7 ; CHECK: call void @foo(), !dbg ![[LOC:[0-9]+]], !attach ![[CALL:[0-9]+]]
8 ; CHECK: ![[LOC]] = !DILocation(line: 104, column: 105, scope: ![[SCOPE:[0-9]+]])
/external/opencv3/modules/cudev/test/
DCMakeLists.txt46 get_target_property(LOC ${the_target} LOCATION)
47 add_test(${the_target} "${LOC}")
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp357 template <typename LOC, typename DATA>
358 const LOC*
363 LOC::Profile(ID, ctx, parent, d); in getLocationContext()
366 LOC *L = cast_or_null<LOC>(Contexts.FindNodeOrInsertPos(ID, InsertPos)); in getLocationContext()
369 L = new LOC(ctx, parent, d); in getLocationContext()
/external/llvm/test/Transforms/LoopVectorize/
Ddebugloc.ll8 ; CHECK: cmp.zero = icmp eq i64 {{.*}}, 0, !dbg ![[LOC:[0-9]+]]
10 ; CHECK: index {{.*}}, !dbg ![[LOC]]
14 ; CHECK: add i64 %index, 2, !dbg ![[LOC]]
15 ; CHECK: icmp eq i64 %index.next, %n.vec, !dbg ![[LOC]]
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
Drdatatype.py62 LOC = 29 variable
124 'LOC' : LOC,
/external/zlib/src/msdos/
DMakefile.bor21 LOC = $(LOCAL_ZLIB)
36 CFLAGS=-O2 -Z -m$(MODEL) $(LOC)
DMakefile.msc18 LOC = $(LOCAL_ZLIB)
27 CFLAGS=-nologo -A$(MODEL) -G$(CPU_TYP) -W3 -Oait -Gs $(LOC)
/external/dnsmasq/contrib/dns-loc/
DREADME3 Here is a patch against dnsmasq 2.39 which provides support for LOC
Ddnsmasq2-loc-rfc1876.patch67 + { " --loc-record=name,lat lon alt", gettext_noop("Specify LOC DNS record."), NULL },
86 + problem = _("bad LOC record");
97 + problem = _("bad LOC record");
418 +/* takes an on-the-wire LOC RR and prints it in zone file
451 + sprintf(cp,"; error: unknown LOC RR version");
/external/zlib/src/contrib/pascal/
Dzlibd32.mak8 LOC = -DZEXPORT=__fastcall -DZEXPORTVA=__cdecl macro
14 CFLAGS = -a -d -k- -O2 $(LOC)
/external/llvm/test/Linker/
Dreplaced-function-matches-first-subprogram.ll28 ; CHECK: !dbg ![[LOC:[0-9]+]]
77 ; CHECK: ![[LOC]] = !DILocation(line: 2, column: 15, scope: ![[SP2]])
/external/zlib/src/contrib/delphi/
Dzlibd32.mak8 LOC = -DZEXPORT=__fastcall -DZEXPORTVA=__cdecl macro
14 CFLAGS = -a -d -k- -O2 $(LOC)

12