Searched defs:Copy (Results 1 - 25 of 64) sorted by relevance

123

/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64CleanupLocalDynamicTLSPass.cpp104 MachineInstr *Copy = BuildMI(*I.getParent(), I, I.getDebugLoc(), local
129 MachineInstr *Copy = local
/openbsd-current/gnu/usr.bin/perl/lib/File/
H A DCopy.pm[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp119 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(), local
139 MachineInstr *Copy = BuildMI(*I->getParent(), Next, I->getDebugLoc(), local
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.cpp72 uint8_t *Copy = Storage.Allocate<uint8_t>(Bytes.size()); local
/openbsd-current/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_segmented_array.h127 Iterator Copy(*this); variable
133 Iterator Copy(*this); variable
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp204 getSalvageOpsForCopy(const MachineRegisterInfo &MRI, MachineInstr &Copy) argument
H A DMachineCopyPropagation.cpp198 auto &Copy = I.first->second; local
402 eraseIfRedundant(MachineInstr &Copy, MCRegister Src, MCRegister Def) argument
442 isBackwardPropagatableRegClassCopy( const MachineInstr &Copy, const MachineInstr &UseI, unsigned UseIdx) argument
460 isForwardableRegClassCopy(const MachineInstr &Copy, const MachineInstr &UseI, unsigned UseIdx) argument
587 MachineInstr *Copy = Tracker.findAvailCopy(MI, MOUse.getReg().asMCReg(), local
634 << "\\n in " << MI << " from " << *Copy); local
889 MachineInstr *Copy = Tracker.findAvailBackwardCopy( local
913 << MI << " from " << *Copy); local
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_dense_map_test.cpp329 static int Copy; member in struct:__anon144::__anon145::CountCopyAndMove
343 int CountCopyAndMove::Copy = 0; member in class:__anon144::__anon145::CountCopyAndMove
379 CountCopyAndMove::Copy = 0; member in class:__anon144::CountCopyAndMove
416 CountCopyAndMove::Copy = 0; member in class:__anon144::CountCopyAndMove
440 CountCopyAndMove::Copy member in class:__anon144::CountCopyAndMove
459 CountCopyAndMove::Copy = 0; member in class:__anon144::CountCopyAndMove
[all...]
/openbsd-current/gnu/llvm/libcxx/benchmarks/
H A Dfunction.bench.cpp123 struct Copy { struct in namespace:__anon105
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp89 MachineInstr *Copy; member in class:__anon2656::V2SCopyInfo
182 getCopyRegClasses(const MachineInstr &Copy, argument
336 static bool isSafeToFoldImmIntoCopy(const MachineInstr *Copy, argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonGenPredicate.cpp514 VectOfInst Processed, Copy; local
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DBitVector.h202 BitWord Copy = Bits[i]; local
234 BitWord Copy = Bits[CurrentWord]; local
271 BitWord Copy = Bits[CurrentWord]; local
[all...]
H A DSequence.h220 const auto Copy = *this; local
225 const auto Copy = *this; local
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DInstructionCost.h174 InstructionCost Copy = *this; local
185 InstructionCost Copy = *this; local
H A DTypeSize.h121 LeafTy Copy = LHS; local
126 LeafTy Copy = LHS; local
131 LeafTy Copy = LHS; local
138 LeafTy Copy = LHS; local
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp303 uint32_t GsymCreator::insertString(StringRef S, bool Copy) { argument
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DZ3Solver.cpp157 Z3Expr(const Z3Expr &Copy) : SMTExpr(), Context(Copy.Context), AST(Copy.AST) { argument
/openbsd-current/gnu/llvm/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c63 value Copy = copy_string(StringRep); local
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp225 Instruction *Copy = I->clone(); local
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DValueMap.h261 ValueMapCallbackVH Copy(*this); variable
274 ValueMapCallbackVH Copy(*this); variable
[all...]
/openbsd-current/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp254 DynTypedMatcher Copy = InnerMatcher; local
260 auto Copy = *this; local
280 auto Copy = *this; local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DMVETPAndVPTOptimisationsPass.cpp936 MachineInstr *Copy = MRI->getVRegDef(VPR); local
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp429 MachineInstrBuilder Copy = local
/openbsd-current/gnu/llvm/lldb/source/Utility/
H A DDataExtractor.cpp962 size_t DataExtractor::Copy(DataExtractor &dest_data) const { function in class:DataExtractor
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h209 TypeIndex Copy = *this; local
226 TypeIndex Copy = *this; local

Completed in 235 milliseconds

123