Home
last modified time | relevance | path

Searched refs:drop (Results 1 – 25 of 226) sorted by relevance

12345678910

/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.drop/
H A Dadaptor.pass.cpp64 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 Dmultivalue-return-func-types.s40 drop
42 drop
43 drop
45 drop
46 drop
48 drop
49 drop
50 drop
51 drop
H A Dreloc-addend.s40 drop
43 drop
49 drop
82 # DIS-NEXT: drop
85 # DIS-NEXT: drop
89 # DIS-NEXT: drop
H A Drelocation-bad-tls.s10 drop
11 drop
12 drop
H A Dduplicate-global-imports.s32 drop
34 drop
36 drop
38 drop
H A Dduplicate-function-imports.s26 drop
28 drop
30 drop
H A Dduplicate-table-imports.s29 drop
34 drop
39 drop
/llvm-project-15.0.7/llvm/test/MC/WebAssembly/
H A Dwasm64.s17 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 Dreference-types.s20 drop
22 drop
48 drop
53 drop
H A Dbulk-memory-encodings.s10 # CHECK: data.drop 3 # encoding: [0xfc,0x09,0x03]
11 data.drop 3
/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Dexplicit-locals.mir3 # 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 Dunsupported-function-bitcasts.ll14 ; 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 Dmultivalue.ll38 ; 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 Dmem-intrinsics.ll22 ; 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 Dmultivalue-stackify.ll27 ; 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 Dp15-cxx0x.cpp84 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 Ddrop-debug.ll1 ; 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 Ddrop-debug-info.ll3 ; 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 Ddrop-debug.ll2 ; 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 Ddrop-debug-info.ll2 ; 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 Dmbarrier.ll82 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 DUInt.h172 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 Dcall-indirect.s13 drop
17 drop
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DUseDefLists.h67 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 Dipscp-drop-argmemonly.ll12 ; 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.

12345678910