/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | TypeSize.h | 81 LeafTy Copy = LHS; variable 86 LeafTy Copy = LHS; variable 91 LeafTy Copy = LHS; variable 98 LeafTy Copy = LHS; variable
|
H A D | InstructionCost.h | 134 InstructionCost Copy = *this; variable 145 InstructionCost Copy = *this; variable
|
/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/ |
H A D | algorithms.bench.cpp | 158 for (auto& Copy : Copies) in resetCopies() local 178 for (auto& Copy : Copies) { in runOpOnCopies() local 195 [](auto& Copy) { std::sort(Copy.begin(), Copy.end()); }); in run() 213 [](auto& Copy) { std::stable_sort(Copy.begin(), Copy.end()); }); in run() 231 [](auto& Copy) { std::make_heap(Copy.begin(), Copy.end()); }); in run() 247 [](auto& Copy) { std::sort_heap(Copy.begin(), Copy.end()); }); in run() 261 [](auto& Copy) { in run() 279 state, Quantity, Order(), BatchSize::CountElements, [](auto& Copy) { in run() 300 state, Quantity, Order(), BatchSize::CountElements, [](auto& Copy) { in run()
|
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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineCopyPropagation.cpp | 168 auto &Copy = I.first->second; in trackCopy() local 319 if (MachineInstr *Copy = Tracker.findCopyForUnit(*RUI, *TRI)) { in ReadRegister() local 351 bool MachineCopyPropagation::eraseIfRedundant(MachineInstr &Copy, in eraseIfRedundant() 387 const MachineInstr &Copy, const MachineInstr &UseI, unsigned UseIdx) { in isBackwardPropagatableRegClassCopy() 402 bool MachineCopyPropagation::isForwardableRegClassCopy(const MachineInstr &Copy, in isForwardableRegClassCopy() 508 MachineInstr *Copy = in forwardUses() local 791 MachineInstr *Copy = in propagateDefs() local 878 for (auto *Copy : MaybeDeadCopies) { in BackwardCopyPropagateBlock() local
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeIndex.h | 208 TypeIndex Copy = *this; variable 225 TypeIndex Copy = *this; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | BitVector.h | 201 BitWord Copy = Bits[i]; variable 233 BitWord Copy = Bits[CurrentWord]; in find_last_in() local 270 BitWord Copy = Bits[CurrentWord]; in find_last_unset_in() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugChecksumsSubsection.cpp | 72 uint8_t *Copy = Storage.Allocate<uint8_t>(Bytes.size()); in addChecksum() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUExportClustering.cpp | 48 SmallVector<SUnit *, 8> Copy(Chain); in sortChain() local
|
H A D | SIFixSGPRCopies.cpp | 141 getCopyRegClasses(const MachineInstr &Copy, in getCopyRegClasses() 299 static bool isSafeToFoldImmIntoCopy(const MachineInstr *Copy, in isSafeToFoldImmIntoCopy()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
H A D | InstrProfilingFile.c | 83 char *Copy = malloc(strlen(Filename) + 1); in truncateCurrentFile() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/ |
H A D | GsymCreator.cpp | 293 uint32_t GsymCreator::insertString(StringRef S, bool Copy) { in insertString()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 919 auto Copy = MIB.buildCopy({DstTempRC}, {SrcReg}); in selectCopy() local 1878 auto Copy = MIB.buildCopy(LLT::scalar(64), SrcOp); in preISelLower() local 3235 auto Copy = MIB.buildInstr(TargetOpcode::COPY, {DstReg}, {}) in selectReduction() local 3784 auto Copy = MIRBuilder.buildInstr(TargetOpcode::COPY, {*DstReg}, {}) in emitExtractVectorElt() local 4626 auto Copy = in selectShuffleVector() local 4775 auto Copy = MIRBuilder.buildInstr(TargetOpcode::COPY, {Dst}, {}) in emitConstantVector() local 4788 auto Copy = MIRBuilder.buildCopy(Dst, CPLoad->getOperand(0)); in emitConstantVector() local 5816 auto Copy = MIB.buildCopy({&RC}, {Reg}); in moveScalarRegClass() local 5998 auto Copy = MIB.buildCopy(Ty, OpReg); in fixupPHIOpBanks() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
H A D | Multilib.cpp | 296 multilib_list Copy(Ms); in filterCopy() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/ |
H A D | function_call_trie_test.cc | 233 FunctionCallTrie Copy(B); in TEST() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsCallLowering.cpp | 159 auto Copy = MIRBuilder.buildCopy(LLT{VA.getLocVT()}, PhysReg); in assignValueToReg() local 486 MachineInstrBuilder Copy = in lowerFormalArguments() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/ |
H A D | ASTMatchersInternal.cpp | 254 DynTypedMatcher Copy = InnerMatcher; in constructRestrictedWrapper() local 260 auto Copy = *this; in withTraversalKind() local 280 auto Copy = *this; in dynCastTo() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/target/ |
H A D | target_ocaml.c | 63 value Copy = copy_string(StringRep); in llvm_datalayout_as_string() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenPredicate.cpp | 516 VectOfInst Processed, Copy; in runOnMachineFunction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | CallSiteSplitting.cpp | 225 Instruction *Copy = I->clone(); in cloneInstForMustTail() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | DebugObjectManagerPlugin.cpp | 236 if (auto Copy = WritableMemoryBuffer::getNewUninitMemBuffer(Size, Name)) { in CopyBuffer() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | GSIStreamBuilder.cpp | 364 T Copy(Symbol); in serializeAndAddGlobal() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | MVETPAndVPTOptimisationsPass.cpp | 898 MachineInstr *Copy = MRI->getVRegDef(VPR); in ReplaceConstByVPNOTs() local
|