Home
last modified time | relevance | path

Searched defs:Copy (Results 1 – 25 of 85) 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.h126 LeafTy Copy = LHS; variable
131 LeafTy Copy = LHS; variable
136 LeafTy Copy = LHS; variable
143 LeafTy Copy = LHS; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp120 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(), in ReplaceTLSCall() local
140 MachineInstr *Copy = BuildMI(*I->getParent(), Next, I->getDebugLoc(), in SetRegister() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CleanupLocalDynamicTLSPass.cpp105 MachineInstr *Copy = BuildMI(*I.getParent(), I, I.getDebugLoc(), in replaceTLSBaseAddrCall() local
130 MachineInstr *Copy = in setRegister() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp244 auto &Copy = I.first->second; in trackCopy() local
457 if (MachineInstr *Copy = Tracker.findCopyForUnit(Unit, *TRI)) { in ReadRegister() local
477 if (MachineInstr *Copy = Tracker.findCopyForUnit(Unit, *TRI)) in readSuccessorLiveIns() local
509 bool MachineCopyPropagation::eraseIfRedundant(MachineInstr &Copy, in eraseIfRedundant()
556 const MachineInstr &Copy, const MachineInstr &UseI, unsigned UseIdx) { in isBackwardPropagatableRegClassCopy()
573 bool MachineCopyPropagation::isForwardableRegClassCopy(const MachineInstr &Copy, in isForwardableRegClassCopy()
700 MachineInstr *Copy = Tracker.findAvailCopy(MI, MOUse.getReg().asMCReg(), in forwardUses() local
1011 MachineInstr *Copy = Tracker.findAvailBackwardCopy( in propagateDefs() local
1101 if (auto *Copy = Tracker.findCopyDefViaUnit(Unit, *TRI)) { in BackwardCopyPropagateBlock() local
1113 for (auto *Copy : MaybeDeadCopies) { in BackwardCopyPropagateBlock() local
H A DCodeGenCommonISel.cpp211 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/clang/lib/AST/Interp/
H A DIntegralAP.h98 APInt Copy = APInt(NumBits, static_cast<uint64_t>(Value), Signed); variable
115 APInt Copy = APInt(BitWidth, static_cast<uint64_t>(I), InputSigned); in from() local
164 APInt Copy = V; in toUnsigned() local
H A DFloating.h57 APFloat Copy = F; in toSemantics() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h209 TypeIndex Copy = *this; variable
226 TypeIndex Copy = *this; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSequence.h220 const auto Copy = *this; member
225 const auto Copy = *this; member
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
/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.cpp48 SmallVector<SUnit *, 8> Copy(Chain); in sortChain() local
H A DAMDGPUGlobalISelDivergenceLowering.cpp186 auto Copy = B.buildCopy(LLT::scalar(1), In.Reg); in constrainAsLaneMask() local
H A DSIFixSGPRCopies.cpp89 MachineInstr *Copy; member in __anon8637e2150111::V2SCopyInfo
189 getCopyRegClasses(const MachineInstr &Copy, in getCopyRegClasses()
343 static bool isSafeToFoldImmIntoCopy(const MachineInstr *Copy, in isSafeToFoldImmIntoCopy()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h191 Copy, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenPredicate.cpp514 VectOfInst Processed, Copy; in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1045 auto Copy = MIB.buildCopy({DstTempRC}, {SrcReg}); in selectCopy() local
2085 auto Copy = MIB.buildCopy(LLT::scalar(64), SrcOp); in preISelLower() local
2947 auto Copy = MIB.buildInstr(TargetOpcode::COPY, {MemTy}, {}) in select() local
3779 auto Copy = MIB.buildInstr(TargetOpcode::COPY, {DstReg}, {}) in emitNarrowVector() local
3917 auto Copy = MIRBuilder.buildInstr(TargetOpcode::COPY, {*DstReg}, {}) in emitExtractVectorElt() local
5123 auto Copy = in selectShuffleVector() local
5486 auto Copy = MIB.buildCopy(Dst, LdMI.getReg(1)); in selectIndexedExtLoad() local
5609 auto Copy = MIRBuilder.buildInstr(TargetOpcode::COPY, {Dst}, {}) in emitConstantVector() local
5680 auto Copy = MIRBuilder.buildCopy(Dst, CPLoad->getOperand(0)); in emitConstantVector() local
7655 auto Copy = MIB.buildCopy({&RC}, {Reg}); in moveScalarRegClass() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp313 uint32_t GsymCreator::insertString(StringRef S, bool Copy) { in insertString()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp223 Instruction *Copy = I->clone(); in cloneInstForMustTail() local
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DSandboxIR.h464 auto Copy = *this; variable
470 auto Copy = *this; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp365 T Copy(Symbol); serializeAndAddGlobal() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp292 TypeErasedDataflowAnalysisState Copy = MaybePredState->fork(); in computeBlockInputState() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp242 if (auto Copy = WritableMemoryBuffer::getNewUninitMemBuffer(Size, Name)) { in CopyBuffer() local

1234