| /llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.zip/ |
| H A D | cpo.pass.cpp | 24 static_assert(std::is_invocable_v<decltype((std::views::zip))>); 25 static_assert(!std::is_invocable_v<decltype((std::views::zip)), int>); 26 static_assert(std::is_invocable_v<decltype((std::views::zip)), SizedRandomAccessView>); 28 …std::is_invocable_v<decltype((std::views::zip)), SizedRandomAccessView, std::ranges::iota_view<int… 29 static_assert(!std::is_invocable_v<decltype((std::views::zip)), SizedRandomAccessView, int>); 34 auto v = std::views::zip(); in test() 43 std::views::zip(SizedRandomAccessView{buffer}); in test() 52 std::views::zip(a); in test() 61 std::views::zip(SizedRandomAccessView{buffer}, SizedRandomAccessView{buffer}); in test() 65 std::views::zip(v); in test()
|
| /llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Python/Inputs/ |
| H A D | relative.split | 11 #--- zip.in 12 command script import -c zip 13 #--- zip.py 16 def zip(debugger, command, result, internal_dict): 20 debugger.HandleCommand('command script add -f zip.zip zip')
|
| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | ZipProjects.csv | 10 | `[range.zip] <https://wg21.link/ranges.syn>`_, "`zip_view <https://reviews.llvm.org/D122806>`_", … 12 | `[range.zip.iterator] <https://wg21.link/range.zip.iterator>`_, "`zip_view::iterator <https://rev… 13 | `[range.zip.sentinel] <https://wg21.link/range.zip.sentinel>`_, "`zip_view::sentinel <https://rev… 14 | `[range.zip.transform.view] <https://wg21.link/range.zip.transform.view>`_, "zip_transform_view",… 16 | `[range.zip.transform.iterator] <https://wg21.link/range.zip.transform.iterator>`_, "zip_transfor… 17 | `[range.zip.transform.sentinel] <https://wg21.link/range.zip.transform.sentinel>`_, "zip_transfor…
|
| H A D | Zip.rst | 1 .. zip-status: 15 This document contains the status of the C++2b zip implementation in libc++.
|
| /llvm-project-15.0.7/libcxx/ |
| H A D | appveyor-reqs-install.cmd | 29 appveyor DownloadFile https://cmake.org/files/v3.7/cmake-3.7.2-win64-x64.zip -FileName cmake.zip 30 7z x cmake.zip -oC:\projects\deps > nul 32 rm cmake.zip 41 …ile https://github.com/ninja-build/ninja/releases/download/v1.6.0/ninja-win.zip -FileName ninja.zip 42 7z x ninja.zip -oC:\projects\deps\ninja > nul 43 rm ninja.zip
|
| /llvm-project-15.0.7/llvm/test/CodeGen/RISCV/ |
| H A D | rv32zbkb-intrinsic.ll | 39 declare i32 @llvm.riscv.zip(i32); 41 define i32 @zip(i32 %a) nounwind { 42 ; RV32ZBKB-LABEL: zip: 44 ; RV32ZBKB-NEXT: zip a0, a0 46 %val = call i32 @llvm.riscv.zip(i32 %a)
|
| /llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Python/ |
| H A D | command_relative_import.test | 5 # RUN: echo 'command source %t/foo/bar/hello.in' >> %t/foo/zip.in 9 # RUN: -o 'command source %t/foo/zip.in' \ 11 # RUN; -o 'zip' \ 21 # we added '%t/foo' to the Python path when importing 'zip'.
|
| /llvm-project-15.0.7/bolt/test/Inputs/ |
| H A D | bolt_icf.cpp | 9 int zip () { in zip() function 18 return zip(); in foo()
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | unique-internal-linkage-names-dwarf.cpp | 25 static int zip(void) { in zip() function 33 zip(); in baz()
|
| /llvm-project-15.0.7/llvm/utils/docker/debian10/ |
| H A D | Dockerfile | 22 RUN wget "https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip" && \ 23 echo "d2fea9ff33b3ef353161ed906f260d565ca55b8ca0568fa07b1d2cab90a84a07 ninja-linux.zip" \ 25 unzip ninja-linux.zip -d /usr/local/bin && \ 26 rm ninja-linux.zip
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/ |
| H A D | ParallelLoopTiling.cpp | 72 for (auto step : llvm::zip(op.getStep(), tileSizeConstants)) { in tileParallelLoop() 93 llvm::zip(outerLoop.getLowerBound(), outerLoop.getUpperBound(), in tileParallelLoop() 143 llvm::zip(outerLoop.getUpperBound(), outerLoop.getInductionVars(), in tileParallelLoop() 162 for (const auto &ivs : llvm::enumerate(llvm::zip( in tileParallelLoop() 174 for (auto ivs : llvm::zip(innerLoop.getInductionVars(), in tileParallelLoop()
|
| /llvm-project-15.0.7/llvm/test/Linker/ |
| H A D | 2002-07-17-LinkTest2.ll | 7 @work = global i32 (i32, i32)* @zip ; <i32 (i32, i32)**> [#uses=0] 9 declare i32 @zip(i32, i32)
|
| /llvm-project-15.0.7/llvm/test/MC/RISCV/ |
| H A D | rv32zbkb-only-valid.s | 11 # CHECK-ASM-AND-OBJ: zip t0, t1 13 zip t0, t1 label
|
| H A D | rv64zbp-aliases-valid.s | 107 # CHECK-S-OBJ: zip.n t0, t1 108 zip.n x5, x6 123 # CHECK-S-OBJ: zip.b t0, t1 124 zip.b x5, x6 147 # CHECK-S-OBJ: zip.h t0, t1 148 zip.h x5, x6 179 # CHECK-S-OBJ: zip.w t0, t1 180 zip.w x5, x6 219 # CHECK-S-OBJ: zip t0, t1 220 zip x5, x6 label
|
| H A D | rv32zbp-only-valid.s | 16 # CHECK-ASM-AND-OBJ: zip t0, t1 18 zip x5, x6 label
|
| H A D | rv32zbp-aliases-valid.s | 83 # CHECK-S-OBJ: zip.n t0, t1 84 zip.n x5, x6 99 # CHECK-S-OBJ: zip.b t0, t1 100 zip.b x5, x6 123 # CHECK-S-OBJ: zip.h t0, t1 124 zip.h x5, x6
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | Region.cpp | 122 for (auto zippedBlocks : llvm::zip(*this, newBlocksRange)) { in cloneInto() 133 for (auto zippedBlocks : llvm::zip(*this, newBlocksRange)) { in cloneInto() 135 llvm::zip(std::get<0>(zippedBlocks), std::get<1>(zippedBlocks))) { in cloneInto() 145 for (auto regions : llvm::zip(source.getRegions(), clone.getRegions())) in cloneInto()
|
| /llvm-project-15.0.7/clang/bindings/python/tests/cindex/ |
| H A D | test_cdb.py | 82 for arg, exp in zip(cmds[i].arguments, expected[i]['line']): 95 for arg, exp in zip(cmds[0].arguments, expected): 114 for arg, exp in zip(cmds[i].arguments, expected[i]['line']):
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | ProgressBar.py | 122 for i,color in zip(range(len(self._COLORS)), self._COLORS): 126 for i,color in zip(range(len(self._ANSICOLORS)), self._ANSICOLORS): 130 for i,color in zip(range(len(self._COLORS)), self._COLORS): 134 for i,color in zip(range(len(self._ANSICOLORS)), self._ANSICOLORS):
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | ReverseIterationTest.cpp | 49 for (auto Tuple : zip(Map, IterKeys)) in TEST() 103 for (auto Tuple : zip(Map, Keys)) in TEST()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Quant/IR/ |
| H A D | QuantOps.cpp | 76 for (auto input : llvm::zip(getOperandTypes(), getInputSpecs())) { in verify() 85 for (auto result : llvm::zip(getResultTypes(), getOutputSpecs())) { in verify()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombinePHI.cpp | 141 for (auto Incoming : zip(PN.blocks(), PN.incoming_values())) { in foldIntegerTypedPHI() 200 if (any_of(zip(PN.blocks(), AvailablePtrVals), in foldIntegerTypedPHI() 249 for (auto Incoming : zip(PN.blocks(), AvailablePtrVals)) { in foldIntegerTypedPHI() 345 for (auto Incoming : zip(PN.blocks(), PN.incoming_values())) in foldPHIArgInsertValueInstructionIntoPHI() 383 for (auto Incoming : zip(PN.blocks(), PN.incoming_values())) in foldPHIArgExtractValueInstructionIntoPHI() 689 for (auto Incoming : drop_begin(zip(PN.blocks(), PN.incoming_values()))) { in foldPHIArgLoadIntoPHI() 747 for (auto Incoming : drop_begin(zip(PN.blocks(), PN.incoming_values()))) { in foldPHIArgLoadIntoPHI() 922 for (auto Incoming : drop_begin(zip(PN.blocks(), PN.incoming_values()))) { in foldPHIArgOpIntoPHI() 1109 for (auto Incoming : zip(PN->blocks(), PN->incoming_values())) { in SliceUpIllegalIntegerPHI() 1201 for (auto Incoming : zip(PN->blocks(), PN->incoming_values())) { in SliceUpIllegalIntegerPHI() [all …]
|
| /llvm-project-15.0.7/third-party/benchmark/tools/gbench/ |
| H A D | report.py | 551 for out, expected in zip( 635 for out, expected in zip( 839 for out, expected in zip( 1000 for out, expected in zip( 1062 for out, expected in zip( 1109 for out, expected in zip(sorted_benchmarks, expected_names): 1130 for m1, m2 in zip(lhs['measurements'], rhs['measurements']):
|
| /llvm-project-15.0.7/llvm/utils/release/ |
| H A D | build_llvm_release.bat | 20 REM 7zip versions 21.x and higher will try to extract the symlinks in 23 REM Check 7-zip version and/or administrator permissions. 34 echo Script requires administrator permissions, or a 7-zip version 20.x or older. 79 curl -L https://github.com/llvm/llvm-project/archive/%revision%.zip -o src.zip || exit /b 1 80 7z x src.zip || exit /b 1
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/ |
| H A D | p5.cpp | 393 template<class ... Args1> struct zip { struct 399 …typedef zip<short, int>::with<unsigned short, unsigned>::type T1; // T1 is Tuple<Pair<short, unsig… 402 …typedef zip<short>::with<unsigned short, unsigned>::type T2; // expected-note{{in instantiation of…
|