Home
last modified time | relevance | path

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

123

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DTypeSize.h81 LeafTy Copy = LHS; variable
86 LeafTy Copy = LHS; variable
91 LeafTy Copy = LHS; variable
98 LeafTy Copy = LHS; variable
DInstructionCost.h174 InstructionCost Copy = *this; variable
185 InstructionCost Copy = *this; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineCopyPropagation.cpp168 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
880 if (auto *Copy = Tracker.findCopyDefViaUnit(*RUI, *TRI)) { in BackwardCopyPropagateBlock() local
891 for (auto *Copy : MaybeDeadCopies) { in BackwardCopyPropagateBlock() local
DTailDuplicator.cpp249 MachineInstr *Copy = Copies[i]; in tailDuplicateAndUpdate() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64CleanupLocalDynamicTLSPass.cpp104 MachineInstr *Copy = BuildMI(*I.getParent(), I, I.getDebugLoc(), in replaceTLSBaseAddrCall() local
129 MachineInstr *Copy = in setRegister() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
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
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DSequence.h137 const auto Copy = *this; member
142 const auto Copy = *this; member
DBitVector.h201 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
DSparseBitVector.h153 BitWord Copy = Bits[WordPos]; in find_next() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h208 TypeIndex Copy = *this; variable
225 TypeIndex Copy = *this; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
DDebugChecksumsSubsection.cpp72 uint8_t *Copy = Storage.Allocate<uint8_t>(Bytes.size()); in addChecksum() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUExportClustering.cpp48 SmallVector<SUnit *, 8> Copy(Chain); in sortChain() local
DSIFixSGPRCopies.cpp141 getCopyRegClasses(const MachineInstr &Copy, in getCopyRegClasses()
299 static bool isSafeToFoldImmIntoCopy(const MachineInstr *Copy, in isSafeToFoldImmIntoCopy()
DSIPeepholeSDWA.cpp1183 auto Copy = BuildMI(*MI.getParent(), MI.getIterator(), MI.getDebugLoc(), in legalizeScalarOperands() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
DGsymCreator.cpp303 uint32_t GsymCreator::insertString(StringRef S, bool Copy) { in insertString()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
DMultilib.cpp296 multilib_list Copy(Ms); in filterCopy() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64InstructionSelector.cpp971 auto Copy = MIB.buildCopy({DstTempRC}, {SrcReg}); in selectCopy() local
1947 auto Copy = MIB.buildCopy(LLT::scalar(64), SrcOp); in preISelLower() local
3355 auto Copy = MIB.buildInstr(TargetOpcode::COPY, {DstReg}, {}) in selectReduction() local
3904 auto Copy = MIRBuilder.buildInstr(TargetOpcode::COPY, {*DstReg}, {}) in emitExtractVectorElt() local
4753 auto Copy = in selectShuffleVector() local
4897 auto Copy = MIRBuilder.buildInstr(TargetOpcode::COPY, {Dst}, {}) in emitConstantVector() local
4910 auto Copy = MIRBuilder.buildCopy(Dst, CPLoad->getOperand(0)); in emitConstantVector() local
5976 auto Copy = MIB.buildCopy({&RC}, {Reg}); in moveScalarRegClass() local
6165 auto Copy = MIB.buildCopy(Ty, OpReg); in fixupPHIOpBanks() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp254 DynTypedMatcher Copy = InnerMatcher; in constructRestrictedWrapper() local
260 auto Copy = *this; in withTraversalKind() local
280 auto Copy = *this; in dynCastTo() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonGenPredicate.cpp516 VectOfInst Processed, Copy; in runOnMachineFunction() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DGSIStreamBuilder.cpp364 T Copy(Symbol); in serializeAndAddGlobal() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DCallSiteSplitting.cpp225 Instruction *Copy = I->clone(); in cloneInstForMustTail() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
DDebugObjectManagerPlugin.cpp236 if (auto Copy = WritableMemoryBuffer::getNewUninitMemBuffer(Size, Name)) { in CopyBuffer() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCReduceCRLogicals.cpp541 MachineInstr *Copy = MRI->getVRegDef(Reg); in lookThroughCRCopy() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DMVETPAndVPTOptimisationsPass.cpp906 MachineInstr *Copy = MRI->getVRegDef(VPR); in ReplaceConstByVPNOTs() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsCallLowering.cpp415 MachineInstrBuilder Copy = in lowerFormalArguments() local

123