| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| D | TypeSize.h | 81 LeafTy Copy = LHS; variable 86 LeafTy Copy = LHS; variable 91 LeafTy Copy = LHS; variable 98 LeafTy Copy = LHS; variable
|
| D | InstructionCost.h | 174 InstructionCost Copy = *this; variable 185 InstructionCost Copy = *this; variable
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| 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 880 if (auto *Copy = Tracker.findCopyDefViaUnit(*RUI, *TRI)) { in BackwardCopyPropagateBlock() local 891 for (auto *Copy : MaybeDeadCopies) { in BackwardCopyPropagateBlock() local
|
| D | TailDuplicator.cpp | 249 MachineInstr *Copy = Copies[i]; in tailDuplicateAndUpdate() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64CleanupLocalDynamicTLSPass.cpp | 104 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/ |
| 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
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/ |
| D | Sequence.h | 137 const auto Copy = *this; member 142 const auto Copy = *this; member
|
| 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
|
| D | SparseBitVector.h | 153 BitWord Copy = Bits[WordPos]; in find_next() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| D | TypeIndex.h | 208 TypeIndex Copy = *this; variable 225 TypeIndex Copy = *this; variable
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| D | DebugChecksumsSubsection.cpp | 72 uint8_t *Copy = Storage.Allocate<uint8_t>(Bytes.size()); in addChecksum() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUExportClustering.cpp | 48 SmallVector<SUnit *, 8> Copy(Chain); in sortChain() local
|
| D | SIFixSGPRCopies.cpp | 141 getCopyRegClasses(const MachineInstr &Copy, in getCopyRegClasses() 299 static bool isSafeToFoldImmIntoCopy(const MachineInstr *Copy, in isSafeToFoldImmIntoCopy()
|
| D | SIPeepholeSDWA.cpp | 1183 auto Copy = BuildMI(*MI.getParent(), MI.getIterator(), MI.getDebugLoc(), in legalizeScalarOperands() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| D | GsymCreator.cpp | 303 uint32_t GsymCreator::insertString(StringRef S, bool Copy) { in insertString()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ |
| D | Multilib.cpp | 296 multilib_list Copy(Ms); in filterCopy() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| D | AArch64InstructionSelector.cpp | 971 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/ |
| D | ASTMatchersInternal.cpp | 254 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/ |
| D | HexagonGenPredicate.cpp | 516 VectOfInst Processed, Copy; in runOnMachineFunction() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| D | GSIStreamBuilder.cpp | 364 T Copy(Symbol); in serializeAndAddGlobal() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | CallSiteSplitting.cpp | 225 Instruction *Copy = I->clone(); in cloneInstForMustTail() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| D | DebugObjectManagerPlugin.cpp | 236 if (auto Copy = WritableMemoryBuffer::getNewUninitMemBuffer(Size, Name)) { in CopyBuffer() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCReduceCRLogicals.cpp | 541 MachineInstr *Copy = MRI->getVRegDef(Reg); in lookThroughCRCopy() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | MVETPAndVPTOptimisationsPass.cpp | 906 MachineInstr *Copy = MRI->getVRegDef(VPR); in ReplaceConstByVPNOTs() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| D | MipsCallLowering.cpp | 415 MachineInstrBuilder Copy = in lowerFormalArguments() local
|