| /llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.drop/ |
| H A D | adaptor.pass.cpp | 64 auto result = input | std::views::drop(N); in test_small_range() 91 auto const partial = std::views::transform(f) | std::views::drop(3); in test() 106 auto const partial = std::views::drop(3) | std::views::transform(f); in test() 120 static_assert(!std::is_invocable_v<decltype(std::views::drop)>); in test() 122 static_assert( CanBePiped<SomeView&, decltype(std::views::drop(3))>); in test() 123 static_assert( CanBePiped<int(&)[10], decltype(std::views::drop(3))>); in test() 124 static_assert(!CanBePiped<int(&&)[10], decltype(std::views::drop(3))>); in test() 125 static_assert(!CanBePiped<NotAView, decltype(std::views::drop(3))>); in test() 132 static_assert(std::same_as<decltype(std::views::drop), decltype(std::ranges::views::drop)>); in test() 176 std::same_as<Result> decltype(auto) result = iota | std::views::drop(3); in test() [all …]
|
| /llvm-project-15.0.7/lld/test/wasm/ |
| H A D | multivalue-return-func-types.s | 40 drop 42 drop 43 drop 45 drop 46 drop 48 drop 49 drop 50 drop 51 drop
|
| H A D | reloc-addend.s | 40 drop 43 drop 49 drop 82 # DIS-NEXT: drop 85 # DIS-NEXT: drop 89 # DIS-NEXT: drop
|
| H A D | relocation-bad-tls.s | 10 drop 11 drop 12 drop
|
| H A D | duplicate-global-imports.s | 32 drop 34 drop 36 drop 38 drop
|
| H A D | duplicate-function-imports.s | 26 drop 28 drop 30 drop
|
| H A D | duplicate-table-imports.s | 29 drop 34 drop 39 drop
|
| /llvm-project-15.0.7/llvm/test/MC/WebAssembly/ |
| H A D | wasm64.s | 17 drop 21 drop 25 drop 29 drop 33 drop 60 drop 81 # CHECK-NEXT: drop 85 # CHECK-NEXT: drop 89 # CHECK-NEXT: drop 93 # CHECK-NEXT: drop [all …]
|
| H A D | reference-types.s | 20 drop 22 drop 48 drop 53 drop
|
| H A D | bulk-memory-encodings.s | 10 # CHECK: data.drop 3 # encoding: [0xfc,0x09,0x03] 11 data.drop 3
|
| /llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/ |
| H A D | explicit-locals.mir | 3 # When a drop instruction is inserted to drop a dead register operand, the 5 # the new drop instruction. And the operand to the new drop instruction should
|
| H A D | unsupported-function-bitcasts.ll | 14 ; CHECK-NEXT: drop $pop[[L1]]{{$}} 17 ; CHECK-NEXT: drop $pop[[L1]]{{$}} 36 ; CHECK-NEXT: drop $pop[[L1]]{{$}} 39 ; CHECK-NEXT: drop $pop[[L1]]{{$}} 42 ; CHECK-NEXT: drop $pop[[L1]]{{$}}
|
| H A D | multivalue.ll | 38 ; CHECK-NEXT: drop{{$}} 39 ; CHECK-NEXT: drop{{$}} 41 ; REGS: call $drop=, $drop=, pair_const{{$}} 82 ; CHECK-NEXT: drop{{$}} 84 ; REGS: call $push{{[0-9]+}}=, $drop=, pair_const{{$}} 96 ; CHECK-NEXT: drop{{$}} 99 ; REGS: call $drop=, $0=, pair_const{{$}} 109 ; CHECK-NEXT: drop{{$}} 112 ; REGS: call $push{{[0-9]+}}=, $drop=, pair_const{{$}} 125 ; CHECK-NEXT: drop{{$}} [all …]
|
| H A D | mem-intrinsics.ll | 22 ; CHECK: call $drop=, memcpy, $0, $1, $2{{$}} 38 ; CHECK: call $drop=, memmove, $0, $1, $2{{$}} 54 ; CHECK: call $drop=, memset, $0, $1, $2{{$}} 63 ; CHECK: call $drop=, memset, $pop{{[0-9]+}}, $pop{{[0-9]+}}, $pop{{[0-9]+}}{{$}} 78 ; $drop. Note that we use a call to prevent tail dup so that we can test 82 ; CHECK: call $drop=, memset, $0, $1, $2
|
| H A D | multivalue-stackify.ll | 27 ; CHECK-NEXT: drop 28 ; CHECK-NEXT: drop 39 ; CHECK-NEXT: drop 40 ; CHECK-NEXT: drop 41 ; CHECK-NEXT: drop 52 ; CHECK-NEXT: drop 68 ; CHECK-NEXT: drop 84 ; CHECK-NEXT: drop 136 ; CHECK-NEXT: drop 153 ; CHECK-NEXT: drop [all …]
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.param/ |
| H A D | p15-cxx0x.cpp | 84 typedef types<typename Drop<_>::type...> drop; typedef 92 template<unsigned N, typename...Ts> struct drop { struct 94 …template inner<wrap<Ts>::template inner...>::drop; // expected-error {{too few template arguments}} 101 using D1 = drop<3, int, char, double, long>::type; 109 using D2 = drop<4, int, char, double, long>::type; 113 using D3 = drop<5, int, char, double, long>::type; // expected-note {{in instantiation of}}
|
| /llvm-project-15.0.7/llvm/test/Linker/ |
| H A D | drop-debug.ll | 1 ; RUN: llvm-link %p/Inputs/drop-debug.bc -o %t 2>&1 | FileCheck %s 3 ;; drop-debug.bc was created from "void f(void) {}" with clang 3.5 and 6 ; CHECK: warning: ignoring debug info with an invalid version (1) in {{.*}}/Inputs/drop-debug.bc
|
| /llvm-project-15.0.7/lld/test/ELF/lto/ |
| H A D | drop-debug-info.ll | 3 ; drop-debug-info.bc was created from "void f(void) {}" with clang 3.5 and 6 ; RUN: ld.lld -shared %p/Inputs/drop-debug-info.bc \ 8 ; CHECK: ignoring debug info with an invalid version (1) in {{.*}}drop-debug-info.bc
|
| /llvm-project-15.0.7/llvm/test/tools/gold/X86/ |
| H A D | drop-debug.ll | 2 ; RUN: --plugin-opt=emit-llvm -shared %p/Inputs/drop-debug.bc \ 5 ; drop-debug.bc was created from "void f(void) {}" with clang 3.5 and 8 …g: LLVM gold plugin: ignoring debug info with an invalid version (1) in {{.*}}/Inputs/drop-debug.bc
|
| /llvm-project-15.0.7/llvm/test/ThinLTO/X86/ |
| H A D | drop-debug-info.ll | 2 ; RUN: llvm-lto -thinlto-action=thinlink -o %t.index.bc %t.bc %p/Inputs/drop-debug-info.bc 5 ; drop them without crashing when materializing later. 6 ; RUN: llvm-link %t.bc -summary-index=%t.index.bc -import=globalfunc:%p/Inputs/drop-debug-info.bc |…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/ |
| H A D | mbarrier.ll | 82 declare i64 @llvm.nvvm.mbarrier.arrive.drop(i64* %a) 83 declare i64 @llvm.nvvm.mbarrier.arrive.drop.shared(i64 addrspace(3)* %a) 89 %ret = tail call i64 @llvm.nvvm.mbarrier.arrive.drop(i64* %a) 97 %ret = tail call i64 @llvm.nvvm.mbarrier.arrive.drop.shared(i64 addrspace(3)* %a) 101 declare i64 @llvm.nvvm.mbarrier.arrive.drop.noComplete(i64* %a, i32 %b) 102 declare i64 @llvm.nvvm.mbarrier.arrive.drop.noComplete.shared(i64 addrspace(3)* %a, i32 %b) 108 %ret = tail call i64 @llvm.nvvm.mbarrier.arrive.drop.noComplete(i64* %a, i32 %b) 116 …%ret = tail call i64 @llvm.nvvm.mbarrier.arrive.drop.noComplete.shared(i64 addrspace(3)* %a, i32 %…
|
| /llvm-project-15.0.7/libc/src/__support/CPP/ |
| H A D | UInt.h | 172 const size_t drop = s / 64; // Number of words to drop in shift_left() local 176 for (size_t i = WordCount; drop > 0 && i > 0; --i) { in shift_left() 177 if (i > drop) in shift_left() 178 val[i - 1] = val[i - drop - 1]; in shift_left() 182 for (size_t i = WordCount; shift > 0 && i > drop; --i) { in shift_left() 202 const size_t drop = s / 64; // Number of words to drop in shift_right() local 206 for (size_t i = 0; drop > 0 && i < WordCount; ++i) { in shift_right() 207 if (i + drop < WordCount) in shift_right() 208 val[i] = val[i + drop]; in shift_right()
|
| /llvm-project-15.0.7/lld/test/wasm/Inputs/ |
| H A D | call-indirect.s | 13 drop 17 drop
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | UseDefLists.h | 67 void drop() { in drop() function 152 void drop() { in drop() function 153 detail::IROperandBase::drop(); in drop() 181 use_begin()->drop(); in dropAllUses()
|
| /llvm-project-15.0.7/llvm/test/Transforms/SCCP/ |
| H A D | ipscp-drop-argmemonly.ll | 12 ; drop argmemonly. 38 ; to drop the argmemonly attribute. 60 ; drop inaccessiblemem_or_argmemonly. 86 ; to drop the inaccessiblemem_or_argmemonly attribute. 108 ; drop inaccessiblemem_or_argmemonly.
|