Home
last modified time | relevance | path

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

12345678910>>...24

/external/llvm/
Dllvm-tblgen-rules.mk42 $(intermediates)/%GenRegisterInfo.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
43 $(intermediates)/%GenRegisterInfo.inc: $(tblgen_source_dir)/../%.td \
47 $(intermediates)/%GenInstrInfo.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
48 $(intermediates)/%GenInstrInfo.inc: $(tblgen_source_dir)/../%.td \
52 $(intermediates)/%GenSubtargetInfo.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
53 $(intermediates)/%GenSubtargetInfo.inc: $(tblgen_source_dir)/../%.td \
59 $(intermediates)/%GenRegisterInfo.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
60 $(intermediates)/%GenRegisterInfo.inc: $(tblgen_source_dir)/../%.td \
64 $(intermediates)/%GenInstrInfo.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
65 $(intermediates)/%GenInstrInfo.inc: $(tblgen_source_dir)/../%.td \
[all …]
Dtblgen-rules.mk28 ifneq ($(filter %GenRegisterNames.inc,$(tblgen_gen_tables)),)
29 $(intermediates)/%GenRegisterNames.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
30 $(intermediates)/%GenRegisterNames.inc: $(tblgen_source_dir)/%.td $(TBLGEN)
34 ifneq ($(filter %GenRegisterInfo.h.inc,$(tblgen_gen_tables)),)
35 $(intermediates)/%GenRegisterInfo.h.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
36 $(intermediates)/%GenRegisterInfo.h.inc: $(tblgen_source_dir)/%.td $(TBLGEN)
40 ifneq ($(filter %GenRegisterInfo.inc,$(tblgen_gen_tables)),)
41 $(intermediates)/%GenRegisterInfo.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
42 $(intermediates)/%GenRegisterInfo.inc: $(tblgen_source_dir)/%.td $(TBLGEN)
46 ifneq ($(filter %GenInstrNames.inc,$(tblgen_gen_tables)),)
[all …]
/external/clang/
Dclang-tblgen-rules.mk12 ifneq ($(findstring AttrImpl.inc,$(TBLGEN_TABLES)),)
13 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/AST/AttrImpl.inc
14 $(intermediates)/include/clang/AST/AttrImpl.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
15 $(intermediates)/include/clang/AST/AttrImpl.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td $(C…
19 ifneq ($(findstring AttrList.inc,$(TBLGEN_TABLES)),)
20 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/Basic/AttrList.inc
21 $(intermediates)/include/clang/Basic/AttrList.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
22 $(intermediates)/include/clang/Basic/AttrList.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td $…
26 ifneq ($(findstring AttrSpellings.inc,$(TBLGEN_TABLES)),)
27 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/Lex/AttrSpellings.inc
[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 DiagnosticIndexName.inc DiagnosticGroups.inc AttrList.inc arm_neon.inc \
10 Version.inc
34 $(ObjDir)/Diagnostic%Kinds.inc.tmp : Diagnostic.td $(INPUT_TDS) $(CLANG_TBLGEN) $(ObjDir)/.dir
36 …$(Verb) $(ClangTableGen) -gen-clang-diags-defs -clang-component=$(patsubst Diagnostic%Kinds.inc.tm…
[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/lib/Support/
DCMakeLists.txt89 Unix/Host.inc
90 Unix/Memory.inc
91 Unix/Mutex.inc
92 Unix/Path.inc
93 Unix/PathV2.inc
94 Unix/Process.inc
95 Unix/Program.inc
96 Unix/RWMutex.inc
97 Unix/Signals.inc
98 Unix/system_error.inc
[all …]
/external/llvm/lib/Target/ARM/
DMakefile15 BUILT_SOURCES = ARMGenRegisterInfo.inc ARMGenInstrInfo.inc \
16 ARMGenAsmWriter.inc ARMGenAsmMatcher.inc \
17 ARMGenDAGISel.inc ARMGenSubtargetInfo.inc \
18 ARMGenCodeEmitter.inc ARMGenCallingConv.inc \
19 ARMGenEDInfo.inc ARMGenFastISel.inc ARMGenMCCodeEmitter.inc \
20 ARMGenMCPseudoLowering.inc ARMGenDisassemblerTables.inc
DAndroid.mk4 ARMGenRegisterInfo.inc \
5 ARMGenInstrInfo.inc \
6 ARMGenCodeEmitter.inc \
7 ARMGenMCCodeEmitter.inc \
8 ARMGenMCPseudoLowering.inc \
9 ARMGenAsmWriter.inc \
10 ARMGenAsmMatcher.inc \
11 ARMGenDAGISel.inc \
12 ARMGenFastISel.inc \
13 ARMGenCallingConv.inc \
[all …]
DCMakeLists.txt3 tablegen(LLVM ARMGenRegisterInfo.inc -gen-register-info)
4 tablegen(LLVM ARMGenInstrInfo.inc -gen-instr-info)
5 tablegen(LLVM ARMGenCodeEmitter.inc -gen-emitter)
6 tablegen(LLVM ARMGenMCCodeEmitter.inc -gen-emitter -mc-emitter)
7 tablegen(LLVM ARMGenMCPseudoLowering.inc -gen-pseudo-lowering)
8 tablegen(LLVM ARMGenAsmWriter.inc -gen-asm-writer)
9 tablegen(LLVM ARMGenAsmMatcher.inc -gen-asm-matcher)
10 tablegen(LLVM ARMGenDAGISel.inc -gen-dag-isel)
11 tablegen(LLVM ARMGenFastISel.inc -gen-fast-isel)
12 tablegen(LLVM ARMGenCallingConv.inc -gen-callingconv)
[all …]
/external/llvm/test/Transforms/LICM/
Dspeculate.ll14 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/clang/lib/Basic/
DAndroid.mk9 DiagnosticASTKinds.inc \
10 DiagnosticAnalysisKinds.inc \
11 DiagnosticCommentKinds.inc \
12 DiagnosticCommonKinds.inc \
13 DiagnosticDriverKinds.inc \
14 DiagnosticFrontendKinds.inc \
15 DiagnosticGroups.inc \
16 DiagnosticIndexName.inc \
17 DiagnosticLexKinds.inc \
18 DiagnosticParseKinds.inc \
[all …]
/external/llvm/lib/Target/Mips/
DMakefile15 BUILT_SOURCES = MipsGenRegisterInfo.inc MipsGenInstrInfo.inc \
16 MipsGenAsmWriter.inc MipsGenCodeEmitter.inc \
17 MipsGenDAGISel.inc MipsGenCallingConv.inc \
18 MipsGenSubtargetInfo.inc MipsGenMCCodeEmitter.inc \
19 MipsGenEDInfo.inc MipsGenDisassemblerTables.inc \
20 MipsGenAsmMatcher.inc
DCMakeLists.txt3 tablegen(LLVM MipsGenRegisterInfo.inc -gen-register-info)
4 tablegen(LLVM MipsGenInstrInfo.inc -gen-instr-info)
5 tablegen(LLVM MipsGenDisassemblerTables.inc -gen-disassembler)
6 tablegen(LLVM MipsGenCodeEmitter.inc -gen-emitter)
7 tablegen(LLVM MipsGenMCCodeEmitter.inc -gen-emitter -mc-emitter)
8 tablegen(LLVM MipsGenAsmWriter.inc -gen-asm-writer)
9 tablegen(LLVM MipsGenDAGISel.inc -gen-dag-isel)
10 tablegen(LLVM MipsGenCallingConv.inc -gen-callingconv)
11 tablegen(LLVM MipsGenSubtargetInfo.inc -gen-subtarget)
12 tablegen(LLVM MipsGenEDInfo.inc -gen-enhanced-disassembly-info)
[all …]
/external/llvm/lib/Target/X86/
DMakefile15 BUILT_SOURCES = X86GenRegisterInfo.inc X86GenInstrInfo.inc \
16 X86GenAsmWriter.inc X86GenAsmMatcher.inc \
17 X86GenAsmWriter1.inc X86GenDAGISel.inc \
18 X86GenDisassemblerTables.inc X86GenFastISel.inc \
19 X86GenCallingConv.inc X86GenSubtargetInfo.inc \
20 X86GenEDInfo.inc
/external/clang/lib/Serialization/
DAndroid.mk13 AttrList.inc \
14 AttrParsedAttrList.inc \
15 AttrPCHRead.inc \
16 AttrPCHWrite.inc \
17 Attrs.inc \
18 CommentNodes.inc \
19 DeclNodes.inc \
20 DiagnosticCommonKinds.inc \
21 DiagnosticFrontendKinds.inc \
22 DiagnosticSemaKinds.inc \
[all …]
/external/clang/include/clang/AST/
DMakefile3 BUILT_SOURCES = Attrs.inc AttrImpl.inc StmtNodes.inc DeclNodes.inc \
4 CommentNodes.inc CommentHTMLTags.inc \
5 CommentHTMLTagsProperties.inc CommentCommandInfo.inc
11 $(ObjDir)/Attrs.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
17 $(ObjDir)/AttrImpl.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
23 $(ObjDir)/StmtNodes.inc.tmp : $(TD_SRC_DIR)/StmtNodes.td $(CLANG_TBLGEN) \
28 $(ObjDir)/DeclNodes.inc.tmp : $(TD_SRC_DIR)/DeclNodes.td $(CLANG_TBLGEN) \
33 $(ObjDir)/CommentNodes.inc.tmp : $(TD_SRC_DIR)/CommentNodes.td $(CLANG_TBLGEN) \
38 $(ObjDir)/CommentHTMLTags.inc.tmp : $(PROJ_SRC_DIR)/CommentHTMLTags.td $(CLANG_TBLGEN) \
43 $(ObjDir)/CommentHTMLTagsProperties.inc.tmp : $(PROJ_SRC_DIR)/CommentHTMLTags.td \
[all …]
/external/clang/lib/Sema/
DAndroid.mk9 AttrList.inc \
10 Attrs.inc \
11 AttrParsedAttrKinds.inc \
12 AttrParsedAttrList.inc \
13 AttrTemplateInstantiate.inc \
14 CommentNodes.inc \
15 DeclNodes.inc \
16 DiagnosticASTKinds.inc \
17 DiagnosticSemaKinds.inc \
18 DiagnosticParseKinds.inc \
[all …]
/external/clang/lib/Frontend/
DAndroid.mk9 AttrList.inc \
10 Attrs.inc \
11 AttrParsedAttrList.inc \
12 CC1Options.inc \
13 CommentNodes.inc \
14 DiagnosticASTKinds.inc \
15 DiagnosticCommonKinds.inc \
16 DiagnosticDriverKinds.inc \
17 DiagnosticFrontendKinds.inc \
18 DiagnosticLexKinds.inc \
[all …]
/external/llvm/lib/Target/MBlaze/
DMakefile14 BUILT_SOURCES = MBlazeGenRegisterInfo.inc MBlazeGenInstrInfo.inc \
15 MBlazeGenAsmWriter.inc \
16 MBlazeGenDAGISel.inc MBlazeGenAsmMatcher.inc \
17 MBlazeGenCodeEmitter.inc MBlazeGenCallingConv.inc \
18 MBlazeGenSubtargetInfo.inc MBlazeGenIntrinsics.inc \
19 MBlazeGenEDInfo.inc
/external/clang/lib/AST/
DAndroid.mk9 AttrImpl.inc \
10 AttrList.inc \
11 Attrs.inc \
12 CommentCommandInfo.inc \
13 CommentHTMLTags.inc \
14 CommentHTMLTagsProperties.inc \
15 CommentNodes.inc \
16 DeclNodes.inc \
17 DiagnosticASTKinds.inc \
18 DiagnosticCommentKinds.inc \
[all …]
/external/llvm/lib/Target/PowerPC/
DMakefile15 BUILT_SOURCES = PPCGenRegisterInfo.inc \
16 PPCGenAsmWriter.inc PPCGenCodeEmitter.inc \
17 PPCGenInstrInfo.inc PPCGenDAGISel.inc \
18 PPCGenSubtargetInfo.inc PPCGenCallingConv.inc \
19 PPCGenMCCodeEmitter.inc
/external/llvm/test/CodeGen/X86/
Dconditional-indecrement.ll5 %inc = zext i1 %not.cmp to i32
6 %retval.0 = add i32 %inc, %b
16 %inc = zext i1 %cmp to i32
17 %retval.0 = add i32 %inc, %b
27 %inc = zext i1 %cmp to i32
28 %retval.0 = add i32 %inc, %b
38 %inc = zext i1 %not.cmp to i32
39 %retval.0 = add i32 %inc, %b
49 %inc = zext i1 %not.cmp to i32
50 %retval.0 = sub i32 %b, %inc
[all …]
/external/clang/lib/Parse/
DAndroid.mk9 AttrList.inc \
10 AttrLateParsed.inc \
11 AttrParsedAttrList.inc \
12 Attrs.inc \
13 CommentNodes.inc \
14 DeclNodes.inc \
15 DiagnosticParseKinds.inc \
16 DiagnosticCommonKinds.inc \
17 StmtNodes.inc
/external/clang/lib/ARCMigrate/
DAndroid.mk9 Attrs.inc \
10 AttrList.inc \
11 AttrParsedAttrList.inc \
12 CommentNodes.inc \
13 DeclNodes.inc \
14 DiagnosticCommonKinds.inc \
15 DiagnosticGroups.inc \
16 DiagnosticSemaKinds.inc \
17 StmtNodes.inc
/external/clang/lib/Rewrite/Core/
DAndroid.mk13 AttrList.inc \
14 Attrs.inc \
15 AttrParsedAttrList.inc \
16 CommentNodes.inc \
17 DeclNodes.inc \
18 DiagnosticCommonKinds.inc \
19 DiagnosticFrontendKinds.inc \
20 StmtNodes.inc

12345678910>>...24