Home
last modified time | relevance | path

Searched refs:stage2 (Results 1 – 25 of 36) sorted by relevance

12

/external/clang/cmake/caches/
DREADME.txt23 a target named "stage2" which performs an LTO build of clang.
25 The Apple-stage2 cache can be used directly to match the build settings Apple
38 stage2-instrumented:
40 llvm-profdata) then uses that compiler to build an instrumented stage2 compiler.
42 stage2-instrumented-generate-profdata:
43 Depends on "stage2-instrumented" and will use the instrumented compiler to
46 stage2:
47 Depends on "stage2-instrumented-generate-profdata" and will use the stage1
48 compiler with the stage2 profdata to build a PGO-optimized compiler.
50 stage2-check-llvm:
[all …]
DPGO.cmake9 stage2
10 stage2-check-all
11 stage2-check-llvm
12 stage2-check-clang
13 stage2-test-suite CACHE STRING "")
16 -C ${CMAKE_CURRENT_LIST_DIR}/PGO-stage2-instrumented.cmake
DPGO-stage2-instrumented.cmake8 -C ${CMAKE_CURRENT_LIST_DIR}/PGO-stage2.cmake
DApple-stage1.cmake52 -C ${CMAKE_CURRENT_LIST_DIR}/Apple-stage2.cmake
/external/llvm-project/clang/cmake/caches/
DREADME.txt23 a target named "stage2" which performs an LTO build of clang.
25 The Apple-stage2 cache can be used directly to match the build settings Apple
38 stage2-instrumented:
40 llvm-profdata) then uses that compiler to build an instrumented stage2 compiler.
42 stage2-instrumented-generate-profdata:
43 Depends on "stage2-instrumented" and will use the instrumented compiler to
46 stage2:
47 Depends on "stage2-instrumented-generate-profdata" and will use the stage1
48 compiler with the stage2 profdata to build a PGO-optimized compiler.
50 stage2-check-llvm:
[all …]
DPGO.cmake9 stage2
10 stage2-distribution
11 stage2-install-distribution
12 stage2-install-distribution-toolchain
13 stage2-check-all
14 stage2-check-llvm
15 stage2-check-clang
16 stage2-test-suite CACHE STRING "")
29 -C ${CMAKE_CURRENT_LIST_DIR}/PGO-stage2-instrumented.cmake
DApple-stage2-ThinLTO.cmake1 # This file sets up a CMakeCache for Apple-style stage2 ThinLTO bootstrap. It is
6 include(${CMAKE_CURRENT_LIST_DIR}/Apple-stage2.cmake)
DDistributionExample.cmake16 # 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.
48 -C ${CMAKE_CURRENT_LIST_DIR}/DistributionExample-stage2.cmake
DPGO-stage2-instrumented.cmake17 include(${CMAKE_CURRENT_LIST_DIR}/PGO-stage2.cmake)
20 -C ${CMAKE_CURRENT_LIST_DIR}/PGO-stage2.cmake
DAndroid.cmake44 -C${CMAKE_CURRENT_LIST_DIR}/Android-stage2.cmake CACHE STRING "")
DApple-stage1.cmake59 -C ${CMAKE_CURRENT_LIST_DIR}/Apple-stage2.cmake
/external/llvm/docs/
DAdvancedBuilds.rst38 $ ninja stage2
45 build using the compiler installed on the host, and a stage2 build is built
57 The stage2 compiler is the fully optimized compiler intended to ship to users.
66 $ ninja stage2-distribution
69 CLANG_BOOTSTRAP_CMAKE_ARGS to pass the Apple-stage2.cmake cache script to the
70 stage2 configuration step.
72 When you build the stage2-distribution target it builds the minimal stage1
73 compiler and required tools, then configures and builds the stage2 compiler
74 based on the settings in Apple-stage2.cmake.
100 $ ninja stage2-instrumented-generate-profdata
[all …]
/external/llvm-project/llvm/docs/
DAdvancedBuilds.rst38 $ ninja stage2
52 $ ninja stage2
54 CMake options starting by ``BOOTSTRAP_`` will be passed only to the stage2 build.
57 the stage2 build for C and C++.
64 build using the compiler installed on the host, and a stage2 build is built
76 The stage2 compiler is the fully optimized compiler intended to ship to users.
85 $ ninja stage2-distribution
88 CLANG_BOOTSTRAP_CMAKE_ARGS to pass the Apple-stage2.cmake cache script to the
89 stage2 configuration step.
91 When you build the stage2-distribution target it builds the minimal stage1
[all …]
DHowToBuildWithPGO.rst123 - ``-DCMAKE_C_COMPILER=/path/to/stage2/clang`` - Use the Clang we built in
125 - ``-DCMAKE_CXX_COMPILER=/path/to/stage2/clang++`` - Same as above.
137 ``path/to/stage2/profiles/``. You need to merge these using
141 -output=/path/to/output/profdata.prof path/to/stage2/profiles/*.profraw``.
DDocker.rst94 # Options, starting with BOOTSTRAP_* are passed to stage2 cmake invocation.
98 -p clang -i stage2-install-clang -i stage2-install-clang-resource-headers \
/external/llvm/test/
Dlit.site.cfg19 config.llvm_obj_root = aosp_dir + "/out/stage2/host/linux-x86/obj/test_llvm"
20 config.llvm_tools_dir = aosp_dir + "/out/stage2/host/linux-x86/bin"
21 config.llvm_shlib_dir = aosp_dir + "/out/stage2/host/linux-x86/lib64"
/external/icu/icu4c/source/tools/makeconv/
Dgenmbcs.cpp49 uint32_t stage2[MBCS_STAGE_2_SIZE]; /* stage 2 for MBCS */ member
301 mbcsData->stage2[mbcsData->stage1[0]+i]=sum; in MBCSStartMappings()
733 while(min<newBlock && mbcsData->stage2[newBlock-1]==0) { in MBCSAddFromUnicode()
767 if(mbcsData->stage2[idx]==0) { in MBCSAddFromUnicode()
795 mbcsData->stage2[i++]=(newBlock/MBCS_STAGE_3_GRANULARITY)/maxCharLength; in MBCSAddFromUnicode()
801 stage3Index=MBCS_STAGE_3_GRANULARITY*(uint32_t)(uint16_t)mbcsData->stage2[idx]; in MBCSAddFromUnicode()
881 if((mbcsData->stage2[idx+(nextOffset>>MBCS_STAGE_2_SHIFT)]&(1UL<<(16+(c&0xf))))!=0 || old!=0) { in MBCSAddFromUnicode()
895 mbcsData->stage2[idx+(nextOffset>>4)]|=(1UL<<(16+(c&0xf))); in MBCSAddFromUnicode()
1307 …for(i=0; i<MBCS_STAGE_2_BLOCK_SIZE && mbcsData->stage2[start+i]==0 && mbcsData->stage2[prevEnd-i]=… in compactStage2()
1315 mbcsData->stage2[newStart++]=mbcsData->stage2[start++]; in compactStage2()
[all …]
Dgencnvex.c58 uint16_t stage2[MBCS_STAGE_2_SIZE]; member
237 udata_writeBlock(pData, extData->stage2, extData->stage2Top*2); in CnvExtWrite()
259 if(extData->stage2[i]!=0) { in CnvExtWrite()
260 printf("stage12[%04x]=%04x\n", j, extData->stage2[i]); in CnvExtWrite()
850 while(min<newBlock && extData->stage2[newBlock-1]==0) { in addFromUTrieEntry()
856 if(extData->stage2Top>UPRV_LENGTHOF(extData->stage2)) { in addFromUTrieEntry()
865 if(extData->stage2[i2]==0) { in addFromUTrieEntry()
875 extData->stage2[i2]=(uint16_t)(newBlock>>UCNV_EXT_STAGE_2_LEFT_SHIFT); in addFromUTrieEntry()
884 i3=((int32_t)extData->stage2[i2]<<UCNV_EXT_STAGE_2_LEFT_SHIFT)+nextOffset; in addFromUTrieEntry()
912 extData->stage2[i2]=extData->stage3Sub1Block; in addFromUTrieEntry()
[all …]
/external/oss-fuzz/infra/base-images/base-clang/
Dcheckout_build_install_llvm.sh97 mkdir -p $WORK/llvm-stage2 $WORK/llvm-stage1
116 cd $WORK/llvm-stage2
122 rm -rf $WORK/llvm-stage1 $WORK/llvm-stage2
/external/llvm-project/llvm/test/LTO/X86/
Dtype-mapping-bug4.ll9 ; stage2: during linking t1.o, mapping @d
13 ; Stage1 and stage2 are described in type-mapping-bug4_1.ll.
45 ; (stage3) Remapping this type returns itself due to D47898 and stage2
/external/llvm-project/llvm/test/LTO/X86/Inputs/
Dtype-mapping-bug4_1.ll28 ; (stage2)
29 ; mapping `!6` starts the stage2, during which second instance of %class.CB (%class.CB.1)
/external/dng_sdk/source/
Ddng_validate.cpp218 const dng_image &stage2 = *negative->Stage2Image (); in dng_validate() local
224 stage2, in dng_validate()
225 stage2.Planes () >= 3 ? piRGB in dng_validate()
/external/icu/icu4c/source/common/
Ducnvmbcs.cpp878 const uint16_t *stage2, *stage3, *results; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() local
899 stage2=table+st2; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
901 if((st3=stage2[st2])!=0) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
919 const uint32_t *stage2; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() local
945 stage2=(const uint32_t *)table+st2; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
947 if((st3=stage2[st2])!=0) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
1410 uint32_t *stage2; in writeStage3Roundtrip() local
1455 stage2=((uint32_t *)table)+table[c>>10]+((c>>4)&0x3f); in writeStage3Roundtrip()
1457 st3=(int32_t)(uint16_t)*stage2*16+(c&0xf); in writeStage3Roundtrip()
1478 *stage2|=(1UL<<(16+(c&0xf))); in writeStage3Roundtrip()
[all …]
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java510 int stage2; in writeStage3Roundtrip() local
558 stage2 = table[c>>10] + ((c>>4)&0x3f); in writeStage3Roundtrip()
559 st3 = tableInts[stage2]; in writeStage3Roundtrip()
582 tableInts[stage2] |= (1L << shift); in writeStage3Roundtrip()
594 int[] stage2 = new int[numStage1Ints + fullStage2Length]; in reconstituteData() local
596 stage2, (fullStage2Length - stage2Length) + numStage1Ints, in reconstituteData()
598 mbcsTable.fromUnicodeTableInts = stage2; in reconstituteData()
619 stage2[st2++] = st3++; in reconstituteData()
620 stage2[st2++] = st3++; in reconstituteData()
621 stage2[st2++] = st3++; in reconstituteData()
[all …]
/external/llvm-project/llvm/test/CodeGen/X86/
Dextend-set-cc-uses-dbg.ll41 …vm/lib/Demangle/ItaniumDemangle.cpp", directory: "/Users/vsk/src/builds/llvm.org-master-RA-stage2")

12