Home
last modified time | relevance | path

Searched defs:Copy (Results 1 – 25 of 98) sorted by relevance

1234

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp198 auto &Copy = I.first->second; in trackCopy() local
366 if (MachineInstr *Copy = Tracker.findCopyForUnit(*RUI, *TRI)) { in ReadRegister() local
402 bool MachineCopyPropagation::eraseIfRedundant(MachineInstr &Copy, in eraseIfRedundant()
443 const MachineInstr &Copy, const MachineInstr &UseI, unsigned UseIdx) { in isBackwardPropagatableRegClassCopy()
460 bool MachineCopyPropagation::isForwardableRegClassCopy(const MachineInstr &Copy, in isForwardableRegClassCopy()
587 MachineInstr *Copy = Tracker.findAvailCopy(MI, MOUse.getReg().asMCReg(), in forwardUses() local
889 MachineInstr *Copy = Tracker.findAvailBackwardCopy( in propagateDefs() local
981 if (auto *Copy = Tracker.findCopyDefViaUnit(*RUI, *TRI)) { in BackwardCopyPropagateBlock() local
993 for (auto *Copy : MaybeDeadCopies) { in BackwardCopyPropagateBlock() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DTypeSize.h121 LeafTy Copy = LHS; variable
126 LeafTy Copy = LHS; variable
131 LeafTy Copy = LHS; variable
138 LeafTy Copy = LHS; variable
H A DInstructionCost.h174 InstructionCost Copy = *this; variable
185 InstructionCost Copy = *this; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp119 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(), in ReplaceTLSCall() local
139 MachineInstr *Copy = BuildMI(*I->getParent(), Next, I->getDebugLoc(), in SetRegister() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64CleanupLocalDynamicTLSPass.cpp104 MachineInstr *Copy = BuildMI(*I.getParent(), I, I.getDebugLoc(), in replaceTLSBaseAddrCall() local
129 MachineInstr *Copy = in setRegister() local
/openbsd-src/gnu/llvm/libcxx/benchmarks/
H A Dfunction.bench.cpp123 struct Copy { struct
124 static void run(benchmark::State& state) { in run()
133 static std::string name() { return "BM_Copy" + FunctionType::name(); } in name()
/openbsd-src/gnu/llvm/libcxx/benchmarks/algorithms/
H A Dranges_make_heap_then_sort_heap.bench.cpp20 [](auto& Copy) { in run()
H A Dranges_sort_heap.bench.cpp21 [](auto& Copy) { std::ranges::sort_heap(Copy); }); in run()
H A Dmake_heap.bench.cpp21 [](auto& Copy) { std::make_heap(Copy.begin(), Copy.end()); }); in run()
H A Dranges_make_heap.bench.cpp21 [](auto& Copy) { std::ranges::make_heap(Copy); }); in run()
H A Dmake_heap_then_sort_heap.bench.cpp20 [](auto& Copy) { in run()
H A Dmin_max_element.bench.cpp19 runOpOnCopies<ValueType>(state, Quantity, Order(), BatchSize::CountElements, [](auto& Copy) { in run()
H A Dsort_heap.bench.cpp21 [](auto& Copy) { std::sort_heap(Copy.begin(), Copy.end()); }); in run()
H A Dranges_pop_heap.bench.cpp20 state, Quantity, Order(), BatchSize::CountElements, [](auto& Copy) { in run()
H A Dranges_stable_sort.bench.cpp21 [](auto& Copy) { std::ranges::stable_sort(Copy); }); in run()
H A Dsort.bench.cpp21 [](auto& Copy) { std::sort(Copy.begin(), Copy.end()); }); in run()
H A Dstable_sort.bench.cpp21 [](auto& Copy) { std::stable_sort(Copy.begin(), Copy.end()); }); in run()
H A Dpop_heap.bench.cpp20 state, Quantity, Order(), BatchSize::CountElements, [](auto& Copy) { in run()
H A Dranges_sort.bench.cpp21 [](auto& Copy) { std::ranges::sort(Copy); }); in run()
H A Dlower_bound.bench.cpp24 …unOpOnCopies<ValueType>(state, Quantity, Order::Ascending, BatchSize::CountBatch, [&](auto& Copy) { in run()
H A Dpush_heap.bench.cpp20 state, Quantity, Order(), BatchSize::CountElements, [](auto& Copy) { in run()
H A Dranges_push_heap.bench.cpp20 state, Quantity, Order(), BatchSize::CountElements, [](auto& Copy) { in run()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DBitVector.h202 BitWord Copy = Bits[i]; variable
234 BitWord Copy = Bits[CurrentWord]; in find_last_in() local
271 BitWord Copy = Bits[CurrentWord]; in find_last_unset_in() local
H A DSequence.h220 const auto Copy = *this; member
225 const auto Copy = *this; member
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h209 TypeIndex Copy = *this; variable
226 TypeIndex Copy = *this; variable

1234