/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MachineCopyPropagation.cpp | 198 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 D | TypeSize.h | 121 LeafTy Copy = LHS; variable 126 LeafTy Copy = LHS; variable 131 LeafTy Copy = LHS; variable 138 LeafTy Copy = LHS; variable
|
H A D | InstructionCost.h | 174 InstructionCost Copy = *this; variable 185 InstructionCost Copy = *this; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZLDCleanup.cpp | 119 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 D | AArch64CleanupLocalDynamicTLSPass.cpp | 104 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 D | function.bench.cpp | 123 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 D | ranges_make_heap_then_sort_heap.bench.cpp | 20 [](auto& Copy) { in run()
|
H A D | ranges_sort_heap.bench.cpp | 21 [](auto& Copy) { std::ranges::sort_heap(Copy); }); in run()
|
H A D | make_heap.bench.cpp | 21 [](auto& Copy) { std::make_heap(Copy.begin(), Copy.end()); }); in run()
|
H A D | ranges_make_heap.bench.cpp | 21 [](auto& Copy) { std::ranges::make_heap(Copy); }); in run()
|
H A D | make_heap_then_sort_heap.bench.cpp | 20 [](auto& Copy) { in run()
|
H A D | min_max_element.bench.cpp | 19 runOpOnCopies<ValueType>(state, Quantity, Order(), BatchSize::CountElements, [](auto& Copy) { in run()
|
H A D | sort_heap.bench.cpp | 21 [](auto& Copy) { std::sort_heap(Copy.begin(), Copy.end()); }); in run()
|
H A D | ranges_pop_heap.bench.cpp | 20 state, Quantity, Order(), BatchSize::CountElements, [](auto& Copy) { in run()
|
H A D | ranges_stable_sort.bench.cpp | 21 [](auto& Copy) { std::ranges::stable_sort(Copy); }); in run()
|
H A D | sort.bench.cpp | 21 [](auto& Copy) { std::sort(Copy.begin(), Copy.end()); }); in run()
|
H A D | stable_sort.bench.cpp | 21 [](auto& Copy) { std::stable_sort(Copy.begin(), Copy.end()); }); in run()
|
H A D | pop_heap.bench.cpp | 20 state, Quantity, Order(), BatchSize::CountElements, [](auto& Copy) { in run()
|
H A D | ranges_sort.bench.cpp | 21 [](auto& Copy) { std::ranges::sort(Copy); }); in run()
|
H A D | lower_bound.bench.cpp | 24 …unOpOnCopies<ValueType>(state, Quantity, Order::Ascending, BatchSize::CountBatch, [&](auto& Copy) { in run()
|
H A D | push_heap.bench.cpp | 20 state, Quantity, Order(), BatchSize::CountElements, [](auto& Copy) { in run()
|
H A D | ranges_push_heap.bench.cpp | 20 state, Quantity, Order(), BatchSize::CountElements, [](auto& Copy) { in run()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | BitVector.h | 202 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 D | Sequence.h | 220 const auto Copy = *this; member 225 const auto Copy = *this; member
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeIndex.h | 209 TypeIndex Copy = *this; variable 226 TypeIndex Copy = *this; variable
|