Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DInstructionCost.h174 InstructionCost Copy = *this; variable
185 InstructionCost Copy = *this; variable
H A DTypeSize.h127 LeafTy Copy = LHS; variable
132 LeafTy Copy = LHS; variable
137 LeafTy Copy = LHS; variable
144 LeafTy Copy = LHS; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp117 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(), in ReplaceTLSCall() local
137 MachineInstr *Copy = BuildMI(*I->getParent(), Next, I->getDebugLoc(), in SetRegister() local
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DBasicBlock.h45 auto Copy = *this; variable
51 auto Copy = *this; variable
H A DUser.h43 auto Copy = *this; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CleanupLocalDynamicTLSPass.cpp102 MachineInstr *Copy = BuildMI(*I.getParent(), I, I.getDebugLoc(), in replaceTLSBaseAddrCall() local
127 MachineInstr *Copy = in setRegister() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp314 auto &Copy = Copies[Unit]; in trackCopy() local
536 if (MachineInstr *Copy = Tracker.findCopyForUnit(Unit, *TRI)) { in ReadRegister() local
558 if (MachineInstr *Copy = Tracker.findCopyForUnit(Unit, *TRI)) in readSuccessorLiveIns() local
591 bool MachineCopyPropagation::eraseIfRedundant(MachineInstr &Copy, in eraseIfRedundant()
638 const MachineInstr &Copy, const MachineInstr &UseI, unsigned UseIdx) { in isBackwardPropagatableRegClassCopy()
655 bool MachineCopyPropagation::isForwardableRegClassCopy(const MachineInstr &Copy, in isForwardableRegClassCopy()
754 bool MachineCopyPropagation::canUpdateSrcUsers(const MachineInstr &Copy, in canUpdateSrcUsers()
803 MachineInstr *Copy = Tracker.findAvailCopy(MI, MOUse.getReg().asMCReg(), in forwardUses() local
1115 MachineInstr *Copy = Tracker.findAvailBackwardCopy( in propagateDefs() local
1217 if (auto *Copy = Tracker.findCopyDefViaUnit(Unit, *TRI)) { in BackwardCopyPropagateBlock() local
[all …]
H A DCodeGenCommonISel.cpp219 MachineInstr &Copy) { in getSalvageOpsForCopy()
/freebsd/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h353 static type Copy(const RawContainer& container) { return container; } in Copy() function
374 static type Copy(const Element (&array)[N]) { in Copy() function
395 static type Copy(const ::std::tuple<ElementPointer, Size>& array) { in Copy() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanUnroll.cpp130 auto *Copy = VPR->clone(); in unrollReplicateRegionByUF() local
221 VPRecipeBase *Copy = R->clone(); in unrollHeaderPHIByUF() local
288 VPRecipeBase *Copy = R.clone(); in unrollRecipeByUF() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitVector.h209 BitWord Copy = Bits[i]; variable
241 BitWord Copy = Bits[CurrentWord]; in find_last_in() local
278 BitWord Copy = Bits[CurrentWord]; in find_last_unset_in() local
H A DSequence.h220 const auto Copy = *this; member
225 const auto Copy = *this; member
H A DPagedVector.h200 MaterializedIterator Copy = *this; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h210 TypeIndex Copy = *this; variable
227 TypeIndex Copy = *this; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.cpp72 uint8_t *Copy = Storage.Allocate<uint8_t>(Bytes.size()); in addChecksum() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUExportClustering.cpp47 SmallVector<SUnit *, 8> Copy(Chain); in sortChain() local
H A DSIFixSGPRCopies.cpp89 MachineInstr *Copy; member in __anon8637e2150111::V2SCopyInfo
203 getCopyRegClasses(const MachineInstr &Copy, in getCopyRegClasses()
357 static bool isSafeToFoldImmIntoCopy(const MachineInstr *Copy, in isSafeToFoldImmIntoCopy()
H A DAMDGPUGlobalISelDivergenceLowering.cpp187 auto Copy = B.buildCopy(LLT::scalar(1), In.Reg); in constrainAsLaneMask() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DSeedCollector.h259 auto Copy = *this; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenPredicate.cpp491 VectOfInst Processed, Copy; in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1053 auto Copy = MIB.buildCopy({DstTempRC}, {SrcReg}); in selectCopy() local
2192 auto Copy = MIB.buildCopy(LLT::scalar(64), SrcOp); in preISelLower() local
3081 auto Copy = MIB.buildInstr(TargetOpcode::COPY, {MemTy}, {}) in select() local
3914 auto Copy = MIB.buildInstr(TargetOpcode::COPY, {DstReg}, {}) in emitNarrowVector() local
4052 auto Copy = MIRBuilder.buildInstr(TargetOpcode::COPY, {*DstReg}, {}) in emitExtractVectorElt() local
5258 auto Copy = in selectShuffleVector() local
5641 auto Copy = MIB.buildCopy(Dst, LdMI.getReg(1)); in selectIndexedExtLoad() local
5764 auto Copy = MIRBuilder.buildInstr(TargetOpcode::COPY, {Dst}, {}) in emitConstantVector() local
5840 auto Copy = MIRBuilder.buildCopy(Dst, CPLoad->getOperand(0)); in emitConstantVector() local
7833 auto Copy = MIB.buildCopy({&RC}, {Reg}); in moveScalarRegClass() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp253 DynTypedMatcher Copy = InnerMatcher; in constructRestrictedWrapper() local
259 auto Copy = *this; in withTraversalKind() local
279 auto Copy = *this; in dynCastTo() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h222 Copy, enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DIntegralAP.h135 APInt Copy = APInt(NumBits, static_cast<uint64_t>(Value), Signed); variable
H A DFloating.h78 APFloat Copy = getValue(); in toSemantics() local

1234