Home
last modified time | relevance | path

Searched refs:Copy (Results 1 – 25 of 608) sorted by relevance

12345678910>>...25

/openbsd/gnu/llvm/llvm/docs/AMDGPU/
H A Dgfx10_tgt.rst18 pos{0..4} Copy vertex position 0..4.
19 param{0..31} Copy vertex parameter 0..31.
20 mrt{0..7} Copy pixel color to the MRTs 0..7.
21 mrtz Copy pixel depth (Z) data.
22 prim Copy primitive (connectivity) data.
23 null Copy nothing.
H A Dgfx1030_tgt.rst18 pos{0..4} Copy vertex position 0..4.
19 param{0..31} Copy vertex parameter 0..31.
20 mrt{0..7} Copy pixel color to the MRTs 0..7.
21 mrtz Copy pixel depth (Z) data.
22 prim Copy primitive (connectivity) data.
23 null Copy nothing.
H A Dgfx11_tgt.rst18 pos{0..4} Copy vertex position 0..4.
19 mrt{0..7} Copy pixel color to the MRTs 0..7.
20 mrtz Copy pixel depth (Z) data.
21 prim Copy primitive (connectivity) data.
22 dual_src_blend0 Copy dual source blend left.
23 dual_src_blend1 Copy dual source blend right.
H A Dgfx7_tgt.rst18 pos{0..3} Copy vertex position 0..3.
19 param{0..31} Copy vertex parameter 0..31.
20 mrt{0..7} Copy pixel color to the MRTs 0..7.
21 mrtz Copy pixel depth (Z) data.
22 null Copy nothing.
H A Dgfx9_tgt.rst18 pos{0..3} Copy vertex position 0..3.
19 param{0..31} Copy vertex parameter 0..31.
20 mrt{0..7} Copy pixel color to the MRTs 0..7.
21 mrtz Copy pixel depth (Z) data.
22 null Copy nothing.
H A Dgfx8_tgt.rst18 pos{0..3} Copy vertex position 0..3.
19 param{0..31} Copy vertex parameter 0..31.
20 mrt{0..7} Copy pixel color to the MRTs 0..7.
21 mrtz Copy pixel depth (Z) data.
22 null Copy nothing.
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp198 auto &Copy = I.first->second; in trackCopy() local
199 if (!is_contained(Copy.DefRegs, Def)) in trackCopy()
200 Copy.DefRegs.push_back(Def); in trackCopy()
369 MaybeDeadCopies.remove(Copy); in ReadRegister()
371 CopyDbgUsers[Copy].insert(&Reader); in ReadRegister()
436 Copy.eraseFromParent(); in eraseIfRedundant()
589 if (!Copy) in forwardUses()
891 if (!Copy) in propagateDefs()
919 MaybeDeadCopies.insert(Copy); in propagateDefs()
993 for (auto *Copy : MaybeDeadCopies) { in BackwardCopyPropagateBlock() local
[all …]
/openbsd/gnu/llvm/libcxx/benchmarks/algorithms/
H A Dmake_heap_then_sort_heap.bench.cpp20 [](auto& Copy) { in run() argument
21 std::make_heap(Copy.begin(), Copy.end()); in run()
22 std::sort_heap(Copy.begin(), Copy.end()); in run()
H A Dlower_bound.bench.cpp24 …unOpOnCopies<ValueType>(state, Quantity, Order::Ascending, BatchSize::CountBatch, [&](auto& Copy) { in run() argument
25 auto result = std::lower_bound(Copy.begin(), Copy.end(), Copy[rng() % Copy.size()]); in run()
H A Dpush_heap.bench.cpp20 state, Quantity, Order(), BatchSize::CountElements, [](auto& Copy) { in run() argument
21 for (auto I = Copy.begin(), E = Copy.end(); I != E; ++I) { in run()
22 std::push_heap(Copy.begin(), I + 1); in run()
H A Dranges_push_heap.bench.cpp20 state, Quantity, Order(), BatchSize::CountElements, [](auto& Copy) { in run() argument
21 for (auto I = Copy.begin(), E = Copy.end(); I != E; ++I) { in run()
22 std::ranges::push_heap(Copy.begin(), I + 1); in run()
H A Dsort_heap.bench.cpp21 [](auto& Copy) { std::sort_heap(Copy.begin(), Copy.end()); }); in run() argument
H A Dmake_heap.bench.cpp21 [](auto& Copy) { std::make_heap(Copy.begin(), Copy.end()); }); in run() argument
H A Dmin_max_element.bench.cpp19 runOpOnCopies<ValueType>(state, Quantity, Order(), BatchSize::CountElements, [](auto& Copy) { in run() argument
20 benchmark::DoNotOptimize(std::minmax_element(Copy.begin(), Copy.end())); in run()
H A Dranges_make_heap_then_sort_heap.bench.cpp20 [](auto& Copy) { in run() argument
21 std::ranges::make_heap(Copy); in run()
22 std::ranges::sort_heap(Copy); in run()
H A Dpop_heap.bench.cpp20 state, Quantity, Order(), BatchSize::CountElements, [](auto& Copy) { in run() argument
21 for (auto B = Copy.begin(), I = Copy.end(); I != B; --I) { in run()
H A Dranges_pop_heap.bench.cpp20 state, Quantity, Order(), BatchSize::CountElements, [](auto& Copy) { in run() argument
21 for (auto B = Copy.begin(), I = Copy.end(); I != B; --I) { in run()
H A Dsort.bench.cpp21 [](auto& Copy) { std::sort(Copy.begin(), Copy.end()); }); in run() argument
H A Dstable_sort.bench.cpp21 [](auto& Copy) { std::stable_sort(Copy.begin(), Copy.end()); }); in run() argument
/openbsd/gnu/usr.bin/perl/win32/
H A Dperllib.c71 Copy(&perlMem, &perlMemInfo->perlMemList, perlMemInfo->nCount, void*); in perl_get_host_info()
75 Copy(&perlMem, &perlMemSharedInfo->perlMemList, perlMemSharedInfo->nCount, void*); in perl_get_host_info()
79 Copy(&perlMem, &perlMemParseInfo->perlMemList, perlMemParseInfo->nCount, void*); in perl_get_host_info()
83 Copy(&perlEnv, &perlEnvInfo->perlEnvList, perlEnvInfo->nCount, void*); in perl_get_host_info()
87 Copy(&perlStdIO, &perlStdIOInfo->perlStdIOList, perlStdIOInfo->nCount, void*); in perl_get_host_info()
91 Copy(&perlLIO, &perlLIOInfo->perlLIOList, perlLIOInfo->nCount, void*); in perl_get_host_info()
95 Copy(&perlDir, &perlDirInfo->perlDirList, perlDirInfo->nCount, void*); in perl_get_host_info()
99 Copy(&perlSock, &perlSockInfo->perlSockList, perlSockInfo->nCount, void*); in perl_get_host_info()
103 Copy(&perlProc, &perlProcInfo->perlProcList, perlProcInfo->nCount, void*); in perl_get_host_info()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DValueMap.h261 ValueMapCallbackVH Copy(*this);
262 typename Config::mutex_type *M = Config::getMutex(Copy.Map->Data);
266 Config::onDelete(Copy.Map->Data, Copy.Unwrap()); // May destroy *this.
267 Copy.Map->Map.erase(Copy); // Definitely destroys *this.
274 ValueMapCallbackVH Copy(*this);
275 typename Config::mutex_type *M = Config::getMutex(Copy.Map->Data);
282 Config::onRAUW(Copy.Map->Data, Copy.Unwrap(), typed_new_key);
284 typename ValueMapT::MapT::iterator I = Copy.Map->Map.find(Copy);
287 if (I != Copy.Map->Map.end()) {
289 Copy.Map->Map.erase(I); // Definitely destroys *this.
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemoryLocation.h296 MemoryLocation Copy(*this); in getWithNewPtr()
297 Copy.Ptr = NewPtr; in getWithNewPtr()
298 return Copy; in getWithNewPtr()
302 MemoryLocation Copy(*this); in getWithNewSize()
303 Copy.Size = NewSize; in getWithNewSize()
304 return Copy; in getWithNewSize()
308 MemoryLocation Copy(*this); in getWithoutAATags()
309 Copy.AATags = AAMDNodes(); in getWithoutAATags()
310 return Copy; in getWithoutAATags()
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DBitVector.h202 BitWord Copy = Bits[i]; variable
204 Copy = ~Copy;
208 Copy &= maskTrailingZeros<BitWord>(FirstBit);
213 Copy &= maskTrailingOnes<BitWord>(LastBit + 1);
215 if (Copy != 0)
234 BitWord Copy = Bits[CurrentWord]; in find_last_in() local
242 Copy &= maskTrailingZeros<BitWord>(FirstBit); in find_last_in()
245 if (Copy != 0) in find_last_in()
271 BitWord Copy = Bits[CurrentWord]; in find_last_unset_in() local
279 Copy |= maskTrailingOnes<BitWord>(FirstBit); in find_last_unset_in()
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_dense_map_test.cpp329 static int Copy; member
334 Copy++; in operator =()
343 int CountCopyAndMove::Copy = 0; member in __anon059f4e850111::__anon059f4e850311::CountCopyAndMove
379 CountCopyAndMove::Copy = 0; in TEST()
391 EXPECT_EQ(0, CountCopyAndMove::Copy); in TEST()
403 EXPECT_EQ(0, CountCopyAndMove::Copy); in TEST()
416 CountCopyAndMove::Copy = 0; in TEST()
428 EXPECT_EQ(0, CountCopyAndMove::Copy); in TEST()
440 CountCopyAndMove::Copy = 0; in TEST()
459 CountCopyAndMove::Copy = 0; in TEST()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64CleanupLocalDynamicTLSPass.cpp104 MachineInstr *Copy = BuildMI(*I.getParent(), I, I.getDebugLoc(), in replaceTLSBaseAddrCall() local
115 return Copy; in replaceTLSBaseAddrCall()
129 MachineInstr *Copy = in setRegister() local
134 return Copy; in setRegister()

12345678910>>...25