Home
last modified time | relevance | path

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

12345678910>>...43

/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/
H A Dalgorithms.bench.cpp158 for (auto& Copy : Copies) in resetCopies() local
159 Copy = Orig; in resetCopies()
178 for (auto& Copy : Copies) { in runOpOnCopies() local
179 Body(Copy); in runOpOnCopies()
180 benchmark::DoNotOptimize(Copy); in runOpOnCopies()
195 [](auto& Copy) { std::sort(Copy.begin(), Copy.end()); }); in run() argument
213 [](auto& Copy) { std::stable_sort(Copy.begin(), Copy.end()); }); in run() argument
231 [](auto& Copy) { std::make_heap(Copy.begin(), Copy.end()); }); in run() argument
247 [](auto& Copy) { std::sort_heap(Copy.begin(), Copy.end()); }); in run() argument
261 [](auto& Copy) { in run() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp168 auto &Copy = I.first->second; in trackCopy() local
169 if (!is_contained(Copy.DefRegs, Def)) in trackCopy()
170 Copy.DefRegs.push_back(Def); in trackCopy()
281 bool eraseIfRedundant(MachineInstr &Copy, MCRegister Src, MCRegister Def);
284 bool isForwardableRegClassCopy(const MachineInstr &Copy,
286 bool isBackwardPropagatableRegClassCopy(const MachineInstr &Copy,
319 if (MachineInstr *Copy = Tracker.findCopyForUnit(*RUI, *TRI)) { in ReadRegister() local
321 LLVM_DEBUG(dbgs() << "MCP: Copy is used - not dead: "; Copy->dump()); in ReadRegister()
322 MaybeDeadCopies.remove(Copy); in ReadRegister()
324 CopyDbgUsers[Copy].insert(&Reader); in ReadRegister()
[all …]
/netbsd-src/external/apache2/llvm/dist/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 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.
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 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.
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTypeSize.h81 LeafTy Copy = LHS; variable
82 return Copy += RHS;
86 LeafTy Copy = LHS; variable
87 return Copy -= RHS;
91 LeafTy Copy = LHS; variable
92 return Copy *= RHS;
98 LeafTy Copy = LHS; variable
99 return Copy *= -1;
199 LeafTy Copy = LHS;
200 return Copy += RHS;
[all …]
H A DInstructionCost.h134 InstructionCost Copy = *this; variable
136 return Copy;
145 InstructionCost Copy = *this; variable
147 return Copy;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DValueMap.h262 ValueMapCallbackVH Copy(*this);
263 typename Config::mutex_type *M = Config::getMutex(Copy.Map->Data);
267 Config::onDelete(Copy.Map->Data, Copy.Unwrap()); // May destroy *this.
268 Copy.Map->Map.erase(Copy); // Definitely destroys *this.
275 ValueMapCallbackVH Copy(*this);
276 typename Config::mutex_type *M = Config::getMutex(Copy.Map->Data);
283 Config::onRAUW(Copy.Map->Data, Copy.Unwrap(), typed_new_key);
285 typename ValueMapT::MapT::iterator I = Copy.Map->Map.find(Copy);
288 if (I != Copy.Map->Map.end()) {
290 Copy.Map->Map.erase(I); // Definitely destroys *this.
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryLocation.h293 MemoryLocation Copy(*this); in getWithNewPtr()
294 Copy.Ptr = NewPtr; in getWithNewPtr()
295 return Copy; in getWithNewPtr()
299 MemoryLocation Copy(*this); in getWithNewSize()
300 Copy.Size = NewSize; in getWithNewSize()
301 return Copy; in getWithNewSize()
305 MemoryLocation Copy(*this); in getWithoutAATags()
306 Copy.AATags = AAMDNodes(); in getWithoutAATags()
307 return Copy; in getWithoutAATags()
H A DInstructionSimplify.h122 SimplifyQuery Copy(*this); in getWithInstruction()
123 Copy.CxtI = I; in getWithInstruction()
124 return Copy; in getWithInstruction()
127 SimplifyQuery Copy(*this); in getWithoutUndef()
128 Copy.CanUseUndef = false; in getWithoutUndef()
129 return Copy; in getWithoutUndef()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DBitVector.h201 BitWord Copy = Bits[i]; variable
203 Copy = ~Copy;
207 Copy &= maskTrailingZeros<BitWord>(FirstBit);
212 Copy &= maskTrailingOnes<BitWord>(LastBit + 1);
214 if (Copy != 0)
215 return i * BITWORD_SIZE + countTrailingZeros(Copy);
233 BitWord Copy = Bits[CurrentWord]; in find_last_in() local
236 Copy &= maskTrailingOnes<BitWord>(LastBit + 1); in find_last_in()
241 Copy &= maskTrailingZeros<BitWord>(FirstBit); in find_last_in()
244 if (Copy != 0) in find_last_in()
[all …]
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc6171.txt13 The Lightweight Directory Access Protocol (LDAP) Don't Use Copy Control
18 (LDAP) Don't Use Copy control extension, which allows a client to
60 RFC 6171 LDAP Don't Use Copy Control March 2011
78 (LDAP) [RFC4510] Don't Use Copy control extension. The control may
84 The Don't Use Copy control is intended to be used where the client
93 compare request [RFC4511], with the Don't Use Copy control, where the
116 RFC 6171 LDAP Don't Use Copy Control March 2011
128 3. The Don't Use Copy Control
130 The Don't Use Copy control is an LDAP Control [RFC4511] whose
172 RFC 6171 LDAP Don't Use Copy Control March 2011
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp119 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(), in ReplaceTLSCall() local
126 return Copy; in ReplaceTLSCall()
139 MachineInstr *Copy = BuildMI(*I->getParent(), Next, I->getDebugLoc(), in SetRegister() local
143 return Copy; in SetRegister()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfilingFile.c83 char *Copy = malloc(strlen(Filename) + 1); in truncateCurrentFile() local
84 strcpy(Copy, Filename); in truncateCurrentFile()
85 __llvm_profile_recursive_mkdir(Copy); in truncateCurrentFile()
86 free(Copy); in truncateCurrentFile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.cpp72 uint8_t *Copy = Storage.Allocate<uint8_t>(Bytes.size()); in addChecksum() local
73 ::memcpy(Copy, Bytes.data(), Bytes.size()); in addChecksum()
74 Entry.Checksum = makeArrayRef(Copy, Bytes.size()); in addChecksum()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h208 TypeIndex Copy = *this; variable
210 return Copy;
225 TypeIndex Copy = *this; variable
227 return Copy;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp541 MachineInstr *Copy = MRI->getVRegDef(Reg); in lookThroughCRCopy() local
542 CpDef = Copy; in lookThroughCRCopy()
543 if (!Copy->isCopy()) in lookThroughCRCopy()
544 return Copy; in lookThroughCRCopy()
545 Register CopySrc = Copy->getOperand(1).getReg(); in lookThroughCRCopy()
546 Subreg = Copy->getOperand(1).getSubReg(); in lookThroughCRCopy()
559 MachineBasicBlock::iterator Me = Copy, B = Copy->getParent()->begin(); in lookThroughCRCopy()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp254 DynTypedMatcher Copy = InnerMatcher; in constructRestrictedWrapper() local
255 Copy.RestrictKind = RestrictKind; in constructRestrictedWrapper()
256 return Copy; in constructRestrictedWrapper()
260 auto Copy = *this; in withTraversalKind() local
261 Copy.Implementation = in withTraversalKind()
262 new DynTraversalMatcherImpl(TK, std::move(Copy.Implementation)); in withTraversalKind()
263 return Copy; in withTraversalKind()
280 auto Copy = *this; in dynCastTo() local
281 Copy.SupportedKind = Kind; in dynCastTo()
282 Copy.RestrictKind = ASTNodeKind::getMostDerivedType(Kind, RestrictKind); in dynCastTo()
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
H A DChangeLog-1999-20033 * mi2-basics.exp: Copy base MI .exp file, set MIFLAGS to -i=mi2.
300 * mi0-basics.exp: Copy mi-basics.exp.
301 * mi0-break.exp: Copy mi-break.exp.
302 * mi0-console.exp: Copy mi-console.exp.
303 * mi0-disassemble.exp: Copy mi-disassemble.exp.
304 * mi0-eval.exp: Copy mi-eval.exp.
305 * mi0-hack-cli.exp: Copy mi-hack-cli.exp.
306 * mi0-read-memory.exp: Copy mi-read-memory.exp.
307 * mi0-regs.exp: Copy mi-regs.exp.
308 * mi0-return.exp: Copy mi-return.exp.
[all …]
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A DChangeLog-1999-20033 * mi2-basics.exp: Copy base MI .exp file, set MIFLAGS to -i=mi2.
300 * mi0-basics.exp: Copy mi-basics.exp.
301 * mi0-break.exp: Copy mi-break.exp.
302 * mi0-console.exp: Copy mi-console.exp.
303 * mi0-disassemble.exp: Copy mi-disassemble.exp.
304 * mi0-eval.exp: Copy mi-eval.exp.
305 * mi0-hack-cli.exp: Copy mi-hack-cli.exp.
306 * mi0-read-memory.exp: Copy mi-read-memory.exp.
307 * mi0-regs.exp: Copy mi-regs.exp.
308 * mi0-return.exp: Copy mi-return.exp.
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dfunction_call_trie_test.cc233 FunctionCallTrie Copy(B); in TEST() local
234 Trie.deepCopyInto(Copy); in TEST()
237 ASSERT_EQ(Trie.getRoots().size(), Copy.getRoots().size()); in TEST()
239 const auto &R0Copy = *Copy.getRoots()[0]; in TEST()
/netbsd-src/libexec/ld.elf_so/arch/i386/
H A Drtld_start.S76 pushl 20(%esp) # Copy of reloff
77 pushl 20(%esp) # Copy of obj
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp225 Instruction *Copy = I->clone(); in cloneInstForMustTail() local
226 Copy->setName(I->getName()); in cloneInstForMustTail()
227 Copy->insertBefore(Before); in cloneInstForMustTail()
229 Copy->setOperand(0, V); in cloneInstForMustTail()
230 return Copy; in cloneInstForMustTail()

12345678910>>...43