Home
last modified time | relevance | path

Searched refs:stage1 (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm-project/clang/cmake/caches/
DDistributionExample.cmake7 # Only build the native target in stage1 since it is a throwaway build.
10 # Optimize the stage1 compiler, but don't LTO it because that wastes time.
16 # Setting up the stage2 LTO option needs to be done on the stage1 build so that
25 # Expose stage2 targets through the stage1 build configuration.
DREADME.txt18 Apple-stage1
21 The Apple stage1 cache configures a two stage build similar to how Apple builds
39 Builds a stage1 x86 compiler, runtime, and required tools (llvm-config,
47 Depends on "stage2-instrumented-generate-profdata" and will use the stage1
71 You can then run "ninja stage3-clang" to build stage1, stage2 and stage3 clangs.
DApple-stage1.cmake28 # Disabling embedded darwin compiler-rt on stage1 builds is required because we
29 # don't build stage1 to support arm code generation.
DApple-stage2-ThinLTO.cmake2 # specified by the stage1 build.
DApple-stage2.cmake2 # specified by the stage1 build.
/external/llvm/docs/
DAdvancedBuilds.rst44 The clang build system refers to builds as stages. A stage1 build is a standard
46 using the stage1 compiler. This nomenclature holds up to more stages too. In
55 The stage1 compiler is a host-only compiler with some options set. The stage1
65 $ cmake -G Ninja -C <path to clang>/cmake/caches/Apple-stage1.cmake <path to source>
68 This CMake invocation configures the stage1 host compiler, and sets
72 When you build the stage2-distribution target it builds the minimal stage1
120 multi-stage builds. It generates three stages; stage1, stage2-instrumented, and
121 stage2. Both of the stage2 builds are built using the stage1 compiler.
126 Builds a stage1 x86 compiler, runtime, and required tools (llvm-config,
134 Depends of "stage2-instrumented-generate-profdata" and will use the stage1
[all …]
/external/llvm-project/llvm/docs/
DAdvancedBuilds.rst63 The clang build system refers to builds as stages. A stage1 build is a standard
65 using the stage1 compiler. This nomenclature holds up to more stages too. In
74 The stage1 compiler is a host-only compiler with some options set. The stage1
84 $ cmake -G Ninja -C <path to clang>/cmake/caches/Apple-stage1.cmake <path to source>
87 This CMake invocation configures the stage1 host compiler, and sets
91 When you build the stage2-distribution target it builds the minimal stage1
139 multi-stage builds. It generates three stages; stage1, stage2-instrumented, and
140 stage2. Both of the stage2 builds are built using the stage1 compiler.
145 Builds a stage1 x86 compiler, runtime, and required tools (llvm-config,
153 Depends of "stage2-instrumented-generate-profdata" and will use the stage1
[all …]
DHowToBuildWithPGO.rst107 - ``-DCMAKE_C_COMPILER=/path/to/stage1/clang`` - Use the Clang we built in
109 - ``-DCMAKE_CXX_COMPILER=/path/to/stage1/clang++`` - Same as above.
140 ``/path/to/stage1/llvm-profdata merge
148 - ``-DCMAKE_C_COMPILER=/path/to/stage1/clang`` - Use the Clang we built in
150 - ``-DCMAKE_CXX_COMPILER=/path/to/stage1/clang++`` - Same as above.
169 ``-DCLANG_TABLEGEN=/path/to/stage1/bin/clang-tblgen
170 -DLLVM_TABLEGEN=/path/to/stage1/bin/llvm-tblgen`` to steps 2 and onward to avoid
DDocker.rst93 # LLVM_TARGETS_TO_BUILD=Native is to reduce stage1 compile time.
/external/llvm-project/llvm/test/LTO/X86/Inputs/
Dtype-mapping-bug4_1.ll10 ; (stage1.1)
15 ; (stage1.2)
16 ; %class.CCSM(t1.o) -> %class.CWBD(t0.o) mapping of stage1.1 maps this to
26 ; (stage1.3)
/external/oss-fuzz/infra/base-images/base-clang/
Dcheckout_build_install_llvm.sh97 mkdir -p $WORK/llvm-stage2 $WORK/llvm-stage1
98 python3 $SRC/chromium_tools/clang/scripts/update.py --output-dir $WORK/llvm-stage1
117 export CC=$WORK/llvm-stage1/bin/clang
118 export CXX=$WORK/llvm-stage1/bin/clang++
122 rm -rf $WORK/llvm-stage1 $WORK/llvm-stage2
/external/clang/cmake/caches/
DREADME.txt18 Apple-stage1
21 The Apple stage1 cache configures a two stage build similar to how Apple builds
39 Builds a stage1 x86 compiler, runtime, and required tools (llvm-config,
47 Depends on "stage2-instrumented-generate-profdata" and will use the stage1
71 You can then run "ninja stage3-clang" to build stage1, stage2 and stage3 clangs.
DApple-stage2.cmake2 # specified by the stage1 build.
/external/icu/icu4c/source/tools/makeconv/
Dgenmbcs.cpp47 uint16_t stage1[MBCS_STAGE_1_SIZE]; member
281 mbcsData->stage1[i]=sum; in MBCSStartMappings()
295 mbcsData->stage2Single[mbcsData->stage1[0]+i]=sum; in MBCSStartMappings()
301 mbcsData->stage2[mbcsData->stage1[0]+i]=sum; in MBCSStartMappings()
598 if(mbcsData->stage1[idx]==MBCS_STAGE_2_ALL_UNASSIGNED_INDEX) { in MBCSSingleAddFromUnicode()
618 mbcsData->stage1[idx]=(uint16_t)newBlock; in MBCSSingleAddFromUnicode()
623 idx=mbcsData->stage1[idx]+nextOffset; in MBCSSingleAddFromUnicode()
728 if(mbcsData->stage1[idx]==MBCS_STAGE_2_ALL_UNASSIGNED_INDEX) { in MBCSAddFromUnicode()
751 mbcsData->stage1[i++]=(uint16_t)newBlock; in MBCSAddFromUnicode()
758 idx=mbcsData->stage1[idx]+nextOffset; in MBCSAddFromUnicode()
[all …]
Dgencnvex.c57 uint16_t stage1[MBCS_STAGE_1_SIZE]; member
236 udata_writeBlock(pData, extData->stage1, extData->stage1Top*2); in CnvExtWrite()
249 if(extData->stage1[i]!=length) { in CnvExtWrite()
250 printf("stage1[%04x]=%04x\n", i, extData->stage1[i]); in CnvExtWrite()
846 if(extData->stage1[i1]==0) { in addFromUTrieEntry()
854 extData->stage1[i1]=(uint16_t)newBlock; in addFromUTrieEntry()
862 i2=extData->stage1[i1]+nextOffset; in addFromUTrieEntry()
1016 uint16_t *stage1; in makeFromUTable() local
1049 stage1=extData->stage1; in makeFromUTable()
1052 stage1[i]=(uint16_t)(stage1[i]+stage1Top); in makeFromUTable()
/external/llvm-project/llvm/test/Bitcode/
DDIGlobalVariableExpression2.ll22 …t(language: DW_LANG_C99, file: !1, producer: "clang version 3.7.0 (clang-stage1-configure-RA_build…
31 !9 = !{!"clang version 3.7.0 (clang-stage1-configure-RA_build 241111)"}
/external/llvm-project/llvm/test/LTO/X86/
Dtype-mapping-bug4.ll8 ; stage1: linking t1.o
42 ; (stage3) Remapping this type returns itself due to D47898 and stage1.3
50 ; (stage3) computeTypeMapping add the mapping %class.CCSM -> %class.CWBD due to stage1.2
/external/dng_sdk/source/
Ddng_validate.cpp178 const dng_image &stage1 = *negative->Stage1Image (); in dng_validate() local
184 stage1, in dng_validate()
185 stage1.Planes () >= 3 ? piRGB in dng_validate()
Ddng_negative.cpp3762 dng_image &stage1 = *fStage1Image.Get (); in DoBuildStage2() local
3768 if (stage1.PixelType () == ttLong || in DoBuildStage2()
3769 stage1.PixelType () == ttFloat) in DoBuildStage2()
3777 stage1.Planes (), in DoBuildStage2()
3781 stage1, in DoBuildStage2()
/external/llvm-project/llvm/utils/docker/example/
DDockerfile17 # build stage1, cmake, subversion, ninja, etc.
/external/llvm-project/llvm/test/Verifier/
Ddi-subroutine-localvar.ll20 !5 = !DIFile(filename: "builtin.zig", directory: "/home/andy/.local/share/zig/stage1/builtin/ugMGxV…
/external/icu/icu4c/source/common/
Ducnvmbcs.cpp1488 uint16_t *stage1; in reconstituteData() local
1499 stage1=(uint16_t *)mbcsTable->reconstitutedData; in reconstituteData()
1500 uprv_memcpy(stage1, mbcsTable->fromUnicodeTable, stage1Length*2); in reconstituteData()
1502 stage2=(uint32_t *)(stage1+stage1Length); in reconstituteData()
1507 mbcsTable->fromUnicodeTable=stage1; in reconstituteData()
1511 stage2=(uint32_t *)stage1; in reconstituteData()
1520 st2=stage1[st1]; in reconstituteData()
/external/libhevc/common/arm/
Dihevc_itrans_recon_32x32.s188 bhs stage1
193 bhs stage1
197 bhs stage1
203 b stage1
211 stage1: label
/external/clang/
DCMakeLists.txt470 set(CLANG_STAGE stage1)
/external/libhevc/common/arm64/
Dihevc_itrans_recon_32x32.s181 bhs stage1
187 bhs stage1
192 bhs stage1
199 b stage1
207 stage1: label

12