Home
last modified time | relevance | path

Searched refs:inc (Results 1 – 25 of 1330) sorted by relevance

12345678910>>...54

/external/llvm/test/Analysis/BlockFrequencyInfo/
Dirreducible_loop_crash.ll11 for.inc:
16 br i1 %tobool7, label %for.inc.9, label %for.inc
18 for.inc.9: ; preds = %for.body.5
19 br i1 %tobool7, label %for.inc.9.1, label %for.inc
22 br i1 undef, label %for.end.17, label %for.inc
27 for.inc.9.1: ; preds = %for.inc.9
28 br i1 %tobool7, label %for.inc.9.2, label %for.inc
30 for.inc.9.2: ; preds = %for.inc.9.1
31 br i1 %tobool7, label %for.inc.9.3, label %for.inc
33 for.inc.9.3: ; preds = %for.inc.9.2
[all …]
Ddouble_exit.ll20 %I.0 = phi i32 [ 0, %entry ], [ %inc6, %outer.inc ]
21 %Return.0 = phi i32 [ 0, %entry ], [ %Return.1, %outer.inc ]
28 ; Pseudo-edges = outer.inc @ 1/5, exit @ 1/5
33 %Return.1 = phi i32 [ %Return.0, %outer ], [ %call4, %inner.inc ]
34 %J.0 = phi i32 [ %I.0, %outer ], [ %inc, %inner.inc ]
36 br i1 %cmp2, label %inner.body, label %outer.inc, !prof !1 ; 4:1
44 br i1 %tobool, label %exit, label %inner.inc, !prof !0 ; 3:1
48 ; CHECK-NEXT: inner.inc: float = 1.5,
49 inner.inc:
51 %inc = add nsw i32 %J.0, 1
[all …]
/external/llvm/
Dllvm-tblgen-rules.mk42 $(generated_sources)/%GenRegisterInfo.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
43 $(generated_sources)/%GenRegisterInfo.inc: $(tblgen_source_dir)/../%.td \
47 $(generated_sources)/%GenInstrInfo.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
48 $(generated_sources)/%GenInstrInfo.inc: $(tblgen_source_dir)/../%.td \
52 $(generated_sources)/%GenSubtargetInfo.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
53 $(generated_sources)/%GenSubtargetInfo.inc: $(tblgen_source_dir)/../%.td \
59 $(generated_sources)/%GenRegisterInfo.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
60 $(generated_sources)/%GenRegisterInfo.inc: $(tblgen_source_dir)/../%.td \
64 $(generated_sources)/%GenInstrInfo.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
65 $(generated_sources)/%GenInstrInfo.inc: $(tblgen_source_dir)/../%.td \
[all …]
/external/clang/
Dclang-tblgen-rules.mk24 ifneq ($(findstring AttrDump.inc,$(TBLGEN_TABLES)),)
25 LOCAL_GENERATED_SOURCES += $(generated_sources)/include/clang/AST/AttrDump.inc
26 $(generated_sources)/include/clang/AST/AttrDump.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
27 $(generated_sources)/include/clang/AST/AttrDump.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td…
31 ifneq ($(findstring AttrImpl.inc,$(TBLGEN_TABLES)),)
32 LOCAL_GENERATED_SOURCES += $(generated_sources)/include/clang/AST/AttrImpl.inc
33 $(generated_sources)/include/clang/AST/AttrImpl.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
34 $(generated_sources)/include/clang/AST/AttrImpl.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td…
38 ifneq ($(findstring AttrHasAttributeImpl.inc,$(TBLGEN_TABLES)),)
39 LOCAL_GENERATED_SOURCES += $(generated_sources)/include/clang/Basic/AttrHasAttributeImpl.inc
[all …]
/external/llvm/test/MC/X86/AlignedBundling/
Dautogen-inst-offset-padding.s15 inc %eax
25 inc %eax
35 inc %eax
45 inc %eax
55 inc %eax
65 inc %eax
75 inc %eax
85 inc %eax
95 inc %eax
105 inc %eax
[all …]
Dautogen-inst-offset-align-to-end.s15 inc %eax
26 inc %eax
37 inc %eax
48 inc %eax
59 inc %eax
70 inc %eax
81 inc %eax
92 inc %eax
103 inc %eax
114 inc %eax
[all …]
/external/llvm/test/CodeGen/Hexagon/
Dhwloop4.ll24 %arrayidx.phi = phi i32* [ %arrayidx.inc.7, %for.body ], [ %C, %for.body.preheader9 ]
25 %i.05 = phi i32 [ %inc.7, %for.body ], [ 0, %for.body.preheader9 ]
27 %inc = add i32 %i.05, 1
28 %arrayidx.inc = getelementptr i32, i32* %arrayidx.phi, i32 1
29 store i32 %inc, i32* %arrayidx.inc, align 4
30 %inc.1 = add i32 %i.05, 2
31 %arrayidx.inc.1 = getelementptr i32, i32* %arrayidx.phi, i32 2
32 store i32 %inc.1, i32* %arrayidx.inc.1, align 4
33 %inc.2 = add i32 %i.05, 3
34 %arrayidx.inc.2 = getelementptr i32, i32* %arrayidx.phi, i32 3
[all …]
/external/clang/include/clang/Basic/
DMakefile3 DiagnosticAnalysisKinds.inc DiagnosticASTKinds.inc \
4 DiagnosticCommentKinds.inc \
5 DiagnosticCommonKinds.inc DiagnosticDriverKinds.inc \
6 DiagnosticFrontendKinds.inc DiagnosticLexKinds.inc \
7 DiagnosticParseKinds.inc DiagnosticSemaKinds.inc \
8 DiagnosticSerializationKinds.inc \
9 AttrHasAttributeImpl.inc \
10 DiagnosticIndexName.inc DiagnosticGroups.inc AttrList.inc arm_neon.inc \
11 Version.inc
35 $(ObjDir)/Diagnostic%Kinds.inc.tmp : Diagnostic.td $(INPUT_TDS) $(CLANG_TBLGEN) $(ObjDir)/.dir
[all …]
/external/aac/libSBRenc/src/
Dsbr_misc.cpp95 INT inc = 1; in FDKsbrEnc_Shellsort_fract() local
98 inc = 3 * inc + 1; in FDKsbrEnc_Shellsort_fract()
99 while (inc <= n); in FDKsbrEnc_Shellsort_fract()
102 inc = inc / 3; in FDKsbrEnc_Shellsort_fract()
103 for (i = inc + 1; i <= n; i++) { in FDKsbrEnc_Shellsort_fract()
106 while (in[j-inc-1] > v) { in FDKsbrEnc_Shellsort_fract()
107 in[j-1] = in[j-inc-1]; in FDKsbrEnc_Shellsort_fract()
108 j -= inc; in FDKsbrEnc_Shellsort_fract()
109 if (j <= inc) in FDKsbrEnc_Shellsort_fract()
114 } while (inc > 1); in FDKsbrEnc_Shellsort_fract()
[all …]
/external/llvm/test/CodeGen/X86/
Dfma-intrinsics-phi-213-to-231.ll12 %c.addr.0 = phi <2 x double> [ %c, %entry ], [ %0, %for.inc ]
13 %i.0 = phi i32 [ 0, %entry ], [ %inc, %for.inc ]
18 br label %for.inc
20 for.inc:
22 %inc = add nsw i32 %i.0, 1
38 %c.addr.0 = phi <2 x double> [ %c, %entry ], [ %0, %for.inc ]
39 %i.0 = phi i32 [ 0, %entry ], [ %inc, %for.inc ]
44 br label %for.inc
46 for.inc:
48 %inc = add nsw i32 %i.0, 1
[all …]
/external/clang/include/clang/AST/
DMakefile3 BUILT_SOURCES = Attrs.inc AttrImpl.inc AttrDump.inc AttrVisitor.inc \
4 StmtNodes.inc DeclNodes.inc \
5 CommentNodes.inc CommentHTMLTags.inc \
6 CommentHTMLTagsProperties.inc \
7 CommentHTMLNamedCharacterReferences.inc \
8 CommentCommandInfo.inc \
9 CommentCommandList.inc
15 $(ObjDir)/Attrs.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
21 $(ObjDir)/AttrImpl.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
27 $(ObjDir)/AttrDump.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
[all …]
/external/clang/lib/Sema/
DAndroid.mk6 AttrList.inc \
7 Attrs.inc \
8 AttrParsedAttrKinds.inc \
9 AttrParsedAttrImpl.inc \
10 AttrParsedAttrList.inc \
11 AttrSpellingListIndex.inc \
12 AttrTemplateInstantiate.inc \
13 AttrVisitor.inc \
14 CommentCommandList.inc \
15 CommentNodes.inc \
[all …]
/external/llvm/test/Transforms/LICM/
Dspeculate.ll13 for.body: ; preds = %entry, %for.inc
14 %i.02 = phi i64 [ %inc, %for.inc ], [ 0, %entry ]
18 br i1 %tobool, label %for.inc, label %if.then
24 br label %for.inc
26 for.inc: ; preds = %if.then, %for.body
27 %inc = add i64 %i.02, 1
28 %cmp = icmp slt i64 %inc, %n
31 for.end: ; preds = %for.inc, %entry
45 for.body: ; preds = %entry, %for.inc
46 %i.02 = phi i64 [ %inc, %for.inc ], [ 0, %entry ]
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfpDec.java215 final boolean inc; in round()
218 inc = false; in round()
222 inc = (n != 0) || (discarded != 0); // round up if n!=0 in round()
226 inc = n >= 5; // round half up in round()
230 inc = n > 5; // round half down in round()
234 inc = (n > 5) || in round()
240 inc = (n > 5) || in round()
246 inc = (sign == 1) && (n != 0 || discarded != 0); // round ceil in round()
251 inc = (sign == -1) && (n != 0 || discarded != 0); // round floor in round()
255 if (inc) { in round()
[all …]
/external/clang/lib/Format/
DAndroid.mk6 AttrHasAttributeImpl.inc \
7 DiagnosticASTKinds.inc \
8 DiagnosticAnalysisKinds.inc \
9 DiagnosticCommentKinds.inc \
10 DiagnosticCommonKinds.inc \
11 DiagnosticDriverKinds.inc \
12 DiagnosticFrontendKinds.inc \
13 DiagnosticGroups.inc \
14 DiagnosticIndexName.inc \
15 DiagnosticLexKinds.inc \
[all …]
/external/clang/lib/AST/
DAndroid.mk6 AttrDump.inc \
7 AttrImpl.inc \
8 AttrList.inc \
9 Attrs.inc \
10 AttrVisitor.inc \
11 CommentCommandInfo.inc \
12 CommentCommandList.inc \
13 CommentHTMLNamedCharacterReferences.inc \
14 CommentHTMLTags.inc \
15 CommentHTMLTagsProperties.inc \
[all …]
/external/llvm/lib/Target/AArch64/
DMakefile15 BUILT_SOURCES = AArch64GenRegisterInfo.inc AArch64GenInstrInfo.inc \
16 AArch64GenAsmWriter.inc AArch64GenAsmWriter1.inc \
17 AArch64GenDAGISel.inc \
18 AArch64GenCallingConv.inc AArch64GenAsmMatcher.inc \
19 AArch64GenSubtargetInfo.inc AArch64GenMCCodeEmitter.inc \
20 AArch64GenFastISel.inc AArch64GenDisassemblerTables.inc \
21 AArch64GenMCPseudoLowering.inc
/external/llvm/test/Analysis/Delinearization/
Dmultidim_only_ivs_3d_cast.ll25 %i = phi i64 [ %i.inc, %for.i.inc ], [ 0, %entry ]
29 %j = phi i64 [ %j.inc, %for.j.inc ], [ 0, %for.i ]
33 %k = phi i64 [ %k.inc, %for.k.inc ], [ 0, %for.j ]
43 br label %for.k.inc
45 for.k.inc:
46 %k.inc = add i64 %k, 1
47 %k.inc.trunc = trunc i64 %k.inc to i32
48 %k.exitcond = icmp eq i32 %k.inc.trunc, %o
49 br i1 %k.exitcond, label %for.j.inc, label %for.k
51 for.j.inc:
[all …]
/external/valgrind/tests/
Dcheck_headers_and_includes219 foreach my $inc (get_included_files($path_name)) {
220 $inc = basename($inc);
222 if ($inc =~ /pub_core_/) {
223 error("File $path_name must not include $inc\n");
226 if (($inc eq "valgrind.h") && ($path_name ne "include/pub_tool_clreq.h")) {
227 error("File $path_name should include pub_tool_clreq.h instead of $inc\n");
249 foreach my $inc (get_included_files($path_name)) {
250 print "\tINCLUDE $inc\n" if ($debug);
252 if ($inc =~ /pub_tool_/) {
253 my $buddy = $inc;
[all …]
/external/llvm/test/CodeGen/AArch64/
Darm64-shifted-sext.ll10 %inc = add i8 %a, 1
11 %conv1 = sext i8 %inc to i32
22 %inc = add i8 %a, 1
23 %conv1 = sext i8 %inc to i32
34 %inc = add i8 %a, 1
35 %conv1 = sext i8 %inc to i32
47 %inc = add i8 %a, 1
48 %conv1 = sext i8 %inc to i32
59 %inc = add i8 %a, 1
60 %conv = sext i8 %inc to i32
[all …]
/external/clang/lib/Frontend/
DAndroid.mk6 AttrList.inc \
7 Attrs.inc \
8 AttrParsedAttrList.inc \
9 AttrVisitor.inc \
10 CC1Options.inc \
11 CommentCommandList.inc \
12 CommentNodes.inc \
13 DiagnosticASTKinds.inc \
14 DiagnosticCommonKinds.inc \
15 DiagnosticDriverKinds.inc \
[all …]
/external/clang/lib/Basic/
DAndroid.mk6 AttrHasAttributeImpl.inc \
7 DiagnosticASTKinds.inc \
8 DiagnosticAnalysisKinds.inc \
9 DiagnosticCommentKinds.inc \
10 DiagnosticCommonKinds.inc \
11 DiagnosticDriverKinds.inc \
12 DiagnosticFrontendKinds.inc \
13 DiagnosticGroups.inc \
14 DiagnosticIndexName.inc \
15 DiagnosticLexKinds.inc \
[all …]
/external/llvm/test/Transforms/IndVarSimplify/
Dstrengthen-overflow.ll11 %civ = phi i32 [ %init, %entry ], [ %civ.inc, %latch ]
12 %civ.inc = add i32 %civ, 1
13 ; CHECK: %civ.inc = add nsw i32 %civ, 1
14 %cmp = icmp slt i32 %civ.inc, %length
19 %check = icmp slt i32 %civ.inc, %length
23 ret i32 %civ.inc
37 %civ = phi i32 [ %init, %entry ], [ %civ.inc, %latch ]
38 %civ.inc = add i32 %civ, 1
39 ; CHECK: %civ.inc = add i32 %civ, 1
40 %cmp = icmp slt i32 %civ.inc, %length
[all …]
/external/clang/lib/Serialization/
DAndroid.mk6 AttrList.inc \
7 AttrParsedAttrList.inc \
8 AttrPCHRead.inc \
9 AttrPCHWrite.inc \
10 Attrs.inc \
11 CommentCommandList.inc \
12 CommentNodes.inc \
13 DeclNodes.inc \
14 DiagnosticCommonKinds.inc \
15 DiagnosticFrontendKinds.inc \
[all …]
/external/llvm/lib/Target/Mips/
DMakefile15 BUILT_SOURCES = MipsGenRegisterInfo.inc MipsGenInstrInfo.inc \
16 MipsGenAsmWriter.inc MipsGenFastISel.inc \
17 MipsGenDAGISel.inc MipsGenCallingConv.inc \
18 MipsGenSubtargetInfo.inc MipsGenMCCodeEmitter.inc \
19 MipsGenDisassemblerTables.inc \
20 MipsGenMCPseudoLowering.inc MipsGenAsmMatcher.inc

12345678910>>...54