/external/llvm/ |
D | llvm-tblgen-rules.mk | 42 $(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/ |
D | clang-tblgen-rules.mk | 12 ifneq ($(findstring AttrDump.inc,$(TBLGEN_TABLES)),) 13 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/AST/AttrDump.inc 14 $(intermediates)/include/clang/AST/AttrDump.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE) 15 $(intermediates)/include/clang/AST/AttrDump.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td | $… 19 ifneq ($(findstring AttrImpl.inc,$(TBLGEN_TABLES)),) 20 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/AST/AttrImpl.inc 21 $(intermediates)/include/clang/AST/AttrImpl.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE) 22 $(intermediates)/include/clang/AST/AttrImpl.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td | $… 26 ifneq ($(findstring AttrHasAttributeImpl.inc,$(TBLGEN_TABLES)),) 27 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/Basic/AttrHasAttributeImpl.inc [all …]
|
/external/llvm/test/MC/X86/AlignedBundling/ |
D | autogen-inst-offset-padding.s | 15 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 …]
|
D | autogen-inst-offset-align-to-end.s | 15 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/clang/patches/ |
D | 0004-Add-Android-build-system.patch | 11 clang-version-inc.mk | 36 +++++ 41 create mode 100644 clang-version-inc.mk 159 +## TableGen: Compile .td files to .inc. 169 +ifneq ($(findstring AttrDump.inc,$(TBLGEN_TABLES)),) 170 +LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/AST/AttrDump.inc 171 +$(intermediates)/include/clang/AST/AttrDump.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE) 172 +$(intermediates)/include/clang/AST/AttrDump.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td | … 176 +ifneq ($(findstring AttrImpl.inc,$(TBLGEN_TABLES)),) 177 +LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/AST/AttrImpl.inc 178 +$(intermediates)/include/clang/AST/AttrImpl.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE) [all …]
|
/external/clang/include/clang/Basic/ |
D | Makefile | 3 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/ |
D | sbr_misc.cpp | 95 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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/ |
D | Makefile.inc | 1 EXTRA_DIST += modules/objfmts/dbg/Makefile.inc 2 EXTRA_DIST += modules/objfmts/bin/Makefile.inc 3 EXTRA_DIST += modules/objfmts/elf/Makefile.inc 5 EXTRA_DIST += modules/objfmts/coff/Makefile.inc 6 EXTRA_DIST += modules/objfmts/macho/Makefile.inc 7 EXTRA_DIST += modules/objfmts/rdf/Makefile.inc 8 EXTRA_DIST += modules/objfmts/win32/Makefile.inc 9 EXTRA_DIST += modules/objfmts/win64/Makefile.inc 10 EXTRA_DIST += modules/objfmts/xdf/Makefile.inc 12 include modules/objfmts/dbg/Makefile.inc [all …]
|
/external/clang/lib/Format/ |
D | Android.mk | 9 AttrHasAttributeImpl.inc \ 10 DiagnosticASTKinds.inc \ 11 DiagnosticAnalysisKinds.inc \ 12 DiagnosticCommentKinds.inc \ 13 DiagnosticCommonKinds.inc \ 14 DiagnosticDriverKinds.inc \ 15 DiagnosticFrontendKinds.inc \ 16 DiagnosticGroups.inc \ 17 DiagnosticIndexName.inc \ 18 DiagnosticLexKinds.inc \ [all …]
|
/external/clang/lib/Sema/ |
D | Android.mk | 9 AttrList.inc \ 10 Attrs.inc \ 11 AttrParsedAttrKinds.inc \ 12 AttrParsedAttrImpl.inc \ 13 AttrParsedAttrList.inc \ 14 AttrSpellingListIndex.inc \ 15 AttrTemplateInstantiate.inc \ 16 AttrVisitor.inc \ 17 CommentCommandList.inc \ 18 CommentNodes.inc \ [all …]
|
/external/valgrind/main/tests/ |
D | check_headers_and_includes | 209 foreach my $inc (get_included_files($path_name)) { 210 $inc = basename($inc); 212 if ($inc =~ /pub_core_/) { 213 error("File $path_name must not include $inc\n"); 216 if (($inc eq "valgrind.h") && ($path_name ne "include/pub_tool_clreq.h")) { 217 error("File $path_name should include pub_tool_clreq.h instead of $inc\n"); 229 foreach my $inc (get_included_files($path_name)) { 230 print "\tINCLUDE $inc\n" if ($debug); 232 if ($inc =~ /pub_tool_/) { 233 my $buddy = $inc; [all …]
|
/external/clang/include/clang/AST/ |
D | Makefile | 3 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/llvm/lib/Target/AArch64/ |
D | Makefile | 15 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/lib/Target/ARM/ |
D | Makefile | 15 BUILT_SOURCES = ARMGenRegisterInfo.inc ARMGenInstrInfo.inc \ 16 ARMGenAsmWriter.inc ARMGenAsmMatcher.inc \ 17 ARMGenDAGISel.inc ARMGenSubtargetInfo.inc \ 18 ARMGenCodeEmitter.inc ARMGenCallingConv.inc \ 19 ARMGenFastISel.inc ARMGenMCCodeEmitter.inc \ 20 ARMGenMCPseudoLowering.inc ARMGenDisassemblerTables.inc
|
/external/llvm/lib/Target/Mips/ |
D | Makefile | 15 BUILT_SOURCES = MipsGenRegisterInfo.inc MipsGenInstrInfo.inc \ 16 MipsGenAsmWriter.inc MipsGenFastISel.inc MipsGenCodeEmitter.inc \ 17 MipsGenDAGISel.inc MipsGenCallingConv.inc \ 18 MipsGenSubtargetInfo.inc MipsGenMCCodeEmitter.inc \ 19 MipsGenDisassemblerTables.inc \ 20 MipsGenMCPseudoLowering.inc MipsGenAsmMatcher.inc
|
/external/clang/lib/Serialization/ |
D | Android.mk | 13 AttrList.inc \ 14 AttrParsedAttrList.inc \ 15 AttrPCHRead.inc \ 16 AttrPCHWrite.inc \ 17 Attrs.inc \ 18 CommentCommandList.inc \ 19 CommentNodes.inc \ 20 DeclNodes.inc \ 21 DiagnosticCommonKinds.inc \ 22 DiagnosticFrontendKinds.inc \ [all …]
|
/external/clang/lib/Frontend/ |
D | Android.mk | 9 AttrList.inc \ 10 Attrs.inc \ 11 AttrParsedAttrList.inc \ 12 AttrVisitor.inc \ 13 CC1Options.inc \ 14 CommentCommandList.inc \ 15 CommentNodes.inc \ 16 DiagnosticASTKinds.inc \ 17 DiagnosticCommonKinds.inc \ 18 DiagnosticDriverKinds.inc \ [all …]
|
/external/chromium_org/net/ |
D | net_derived_sources.target.darwin-arm64.mk | 19 $(gyp_shared_intermediate_dir)/net/base/registry_controlled_domains/effective_tld_names-inc.cc: gyp… 20 $(gyp_shared_intermediate_dir)/net/base/registry_controlled_domains/effective_tld_names-inc.cc: gyp… 21 $(gyp_shared_intermediate_dir)/net/base/registry_controlled_domains/effective_tld_names-inc.cc: gyp… 22 $(gyp_shared_intermediate_dir)/net/base/registry_controlled_domains/effective_tld_names-inc.cc: gyp… 23 $(gyp_shared_intermediate_dir)/net/base/registry_controlled_domains/effective_tld_names-inc.cc: exp… 24 $(gyp_shared_intermediate_dir)/net/base/registry_controlled_domains/effective_tld_names-inc.cc: $(L… 28 …te_dir)/net/base/registry_controlled_domains/effective_tld_names_unittest1-inc.cc: gyp_local_path … 29 …te_dir)/net/base/registry_controlled_domains/effective_tld_names_unittest1-inc.cc: gyp_var_prefix … 30 …te_dir)/net/base/registry_controlled_domains/effective_tld_names_unittest1-inc.cc: gyp_intermediat… 31 …te_dir)/net/base/registry_controlled_domains/effective_tld_names_unittest1-inc.cc: gyp_shared_inte… [all …]
|
D | net_derived_sources.target.linux-arm64.mk | 19 $(gyp_shared_intermediate_dir)/net/base/registry_controlled_domains/effective_tld_names-inc.cc: gyp… 20 $(gyp_shared_intermediate_dir)/net/base/registry_controlled_domains/effective_tld_names-inc.cc: gyp… 21 $(gyp_shared_intermediate_dir)/net/base/registry_controlled_domains/effective_tld_names-inc.cc: gyp… 22 $(gyp_shared_intermediate_dir)/net/base/registry_controlled_domains/effective_tld_names-inc.cc: gyp… 23 $(gyp_shared_intermediate_dir)/net/base/registry_controlled_domains/effective_tld_names-inc.cc: exp… 24 $(gyp_shared_intermediate_dir)/net/base/registry_controlled_domains/effective_tld_names-inc.cc: $(L… 28 …te_dir)/net/base/registry_controlled_domains/effective_tld_names_unittest1-inc.cc: gyp_local_path … 29 …te_dir)/net/base/registry_controlled_domains/effective_tld_names_unittest1-inc.cc: gyp_var_prefix … 30 …te_dir)/net/base/registry_controlled_domains/effective_tld_names_unittest1-inc.cc: gyp_intermediat… 31 …te_dir)/net/base/registry_controlled_domains/effective_tld_names_unittest1-inc.cc: gyp_shared_inte… [all …]
|
D | net_derived_sources.target.linux-x86.mk | 19 $(gyp_shared_intermediate_dir)/net/base/registry_controlled_domains/effective_tld_names-inc.cc: gyp… 20 $(gyp_shared_intermediate_dir)/net/base/registry_controlled_domains/effective_tld_names-inc.cc: gyp… 21 $(gyp_shared_intermediate_dir)/net/base/registry_controlled_domains/effective_tld_names-inc.cc: gyp… 22 $(gyp_shared_intermediate_dir)/net/base/registry_controlled_domains/effective_tld_names-inc.cc: gyp… 23 $(gyp_shared_intermediate_dir)/net/base/registry_controlled_domains/effective_tld_names-inc.cc: exp… 24 $(gyp_shared_intermediate_dir)/net/base/registry_controlled_domains/effective_tld_names-inc.cc: $(L… 28 …te_dir)/net/base/registry_controlled_domains/effective_tld_names_unittest1-inc.cc: gyp_local_path … 29 …te_dir)/net/base/registry_controlled_domains/effective_tld_names_unittest1-inc.cc: gyp_var_prefix … 30 …te_dir)/net/base/registry_controlled_domains/effective_tld_names_unittest1-inc.cc: gyp_intermediat… 31 …te_dir)/net/base/registry_controlled_domains/effective_tld_names_unittest1-inc.cc: gyp_shared_inte… [all …]
|
/external/clang/lib/Basic/ |
D | Android.mk | 9 AttrHasAttributeImpl.inc \ 10 DiagnosticASTKinds.inc \ 11 DiagnosticAnalysisKinds.inc \ 12 DiagnosticCommentKinds.inc \ 13 DiagnosticCommonKinds.inc \ 14 DiagnosticDriverKinds.inc \ 15 DiagnosticFrontendKinds.inc \ 16 DiagnosticGroups.inc \ 17 DiagnosticIndexName.inc \ 18 DiagnosticLexKinds.inc \ [all …]
|
/external/llvm/test/Analysis/BlockFrequencyInfo/ |
D | double_exit.ll | 20 %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/clang/lib/AST/ |
D | Android.mk | 9 AttrDump.inc \ 10 AttrImpl.inc \ 11 AttrList.inc \ 12 Attrs.inc \ 13 AttrVisitor.inc \ 14 CommentCommandInfo.inc \ 15 CommentCommandList.inc \ 16 CommentHTMLNamedCharacterReferences.inc \ 17 CommentHTMLTags.inc \ 18 CommentHTMLTagsProperties.inc \ [all …]
|
/external/llvm/test/Transforms/LICM/ |
D | speculate.ll | 14 for.body: ; preds = %entry, %for.inc 15 %i.02 = phi i64 [ %inc, %for.inc ], [ 0, %entry ] 19 br i1 %tobool, label %for.inc, label %if.then 25 br label %for.inc 27 for.inc: ; preds = %if.then, %for.body 28 %inc = add i64 %i.02, 1 29 %cmp = icmp slt i64 %inc, %n 32 for.end: ; preds = %for.inc, %entry 46 for.body: ; preds = %entry, %for.inc 47 %i.02 = phi i64 [ %inc, %for.inc ], [ 0, %entry ] [all …]
|
/external/llvm/lib/Target/PowerPC/ |
D | Makefile | 15 BUILT_SOURCES = PPCGenRegisterInfo.inc PPCGenAsmMatcher.inc \ 16 PPCGenAsmWriter.inc PPCGenCodeEmitter.inc \ 17 PPCGenInstrInfo.inc PPCGenDAGISel.inc \ 18 PPCGenSubtargetInfo.inc PPCGenCallingConv.inc \ 19 PPCGenMCCodeEmitter.inc PPCGenFastISel.inc \ 20 PPCGenDisassemblerTables.inc
|