Home
last modified time | relevance | path

Searched defs:clone (Results 1 – 25 of 101) sorted by relevance

12345

/llvm-project/lldb/source/API/
H A DUtils.h17 template <typename T> std::unique_ptr<T> clone(const std::unique_ptr<T> &src) { in clone() function
23 template <typename T> std::shared_ptr<T> clone(const std::shared_ptr<T> &src) { in clone() function
/llvm-project/clang/test/Rewriter/
H A Drewrite-protocol-qualified.mm8 - (void) clone; method
12 - (void) clone { method
/llvm-project/flang/include/flang/Optimizer/Builder/
H A DBoxValue.h86 CharBoxValue clone(mlir::Value newBase) const { return {newBase, len}; } in clone() function
107 PolymorphicValue clone(mlir::Value newBase) const { in clone() function
161 ArrayBoxValue clone(mlir::Value newBase) const { clone() function
178 CharArrayBoxValue clone(mlir::Value newBase) const { clone() function
198 ProcBoxValue clone(mlir::Value newBase) const { clone() function
306 BoxValue clone(mlir::Value newBox) const { clone() function
387 MutableBoxValue clone(mlir::Value newBox) const { clone() function
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineFunctionInfo.cpp17 MachineFunctionInfo *SystemZMachineFunctionInfo::clone( in clone() function in SystemZMachineFunctionInfo
/llvm-project/llvm/lib/Target/Sparc/
H A DSparcMachineFunctionInfo.cpp15 MachineFunctionInfo *SparcMachineFunctionInfo::clone( in clone() function in SparcMachineFunctionInfo
/llvm-project/llvm/lib/Target/M68k/
H A DM68kMachineFunction.cpp22 MachineFunctionInfo *M68kMachineFunctionInfo::clone( in clone() function in M68kMachineFunctionInfo
/llvm-project/llvm/lib/Target/VE/
H A DVEMachineFunctionInfo.cpp15 MachineFunctionInfo *VEMachineFunctionInfo::clone( in clone() function in VEMachineFunctionInfo
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineFunctionInfo.cpp16 MachineFunctionInfo *HexagonMachineFunctionInfo::clone( in clone() function in HexagonMachineFunctionInfo
/llvm-project/llvm/lib/Target/ARC/
H A DARCMachineFunctionInfo.cpp16 ARCFunctionInfo::clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() function in ARCFunctionInfo
/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiMachineFunctionInfo.cpp15 MachineFunctionInfo *LanaiMachineFunctionInfo::clone( in clone() function in LanaiMachineFunctionInfo
/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430MachineFunctionInfo.cpp15 MachineFunctionInfo *MSP430MachineFunctionInfo::clone( in clone() function in MSP430MachineFunctionInfo
/llvm-project/mlir/unittests/TableGen/
H A DPassGenTest.cpp30 std::unique_ptr<mlir::Pass> clone() const { in clone() function
60 std::unique_ptr<mlir::Pass> clone() const { in clone() function
96 std::unique_ptr<mlir::Pass> clone() const { clone() function
/llvm-project/clang/test/PCH/
H A Dcxx-exprs.cpp21 New *clone() { in clone() function in New
/llvm-project/clang-tools-extra/clangd/support/
H A DContext.cpp20 Context Context::clone() const { return Context(DataPtr); } in clone() function in clang::clangd::Context
H A DMarkup.cpp270 std::unique_ptr<Block> clone() const override { in clone() function in clang::clangd::markup::__anond4a28a2a0111::Ruler
289 std::unique_ptr<Block> clone() const override { in clone() function in clang::clangd::markup::__anond4a28a2a0111::CodeBlock
367 std::unique_ptr<Block> Paragraph::clone() const { in clone() function in clang::clangd::markup::Paragraph
452 std::unique_ptr<Block> BulletList::clone() const { in clone() function in clang::clangd::markup::BulletList
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1358 VPWidenRecipe *clone() override { clone() function
1403 VPWidenCastRecipe *clone() override { clone() function
1443 VPScalarCastRecipe *clone() override { clone() function
1492 VPWidenCallRecipe *clone() override { clone() function
1529 VPWidenSelectRecipe *clone() override { clone() function
1577 VPWidenGEPRecipe *clone() override { clone() function
1618 VPVectorPointerRecipe *clone() override { clone() function
1733 VPWidenIntOrFpInductionRecipe *clone() override { clone() function
1809 VPWidenPointerInductionRecipe *clone() override { clone() function
1848 VPWidenPHIRecipe *clone() override { clone() function
1891 VPFirstOrderRecurrencePHIRecipe *clone() override { clone() function
1931 VPReductionPHIRecipe *clone() override { clone() function
1978 VPBlendRecipe *clone() override { clone() function
2057 VPInterleaveRecipe *clone() override { clone() function
2131 VPReductionRecipe *clone() override { clone() function
2180 VPReplicateRecipe *clone() override { clone() function
2242 VPBranchOnMaskRecipe *clone() override { clone() function
2293 VPPredInstPHIRecipe *clone() override { clone() function
2348 VPWidenMemoryRecipe *clone() override { clone() function
2403 VPWidenLoadRecipe *clone() override { clone() function
2476 VPWidenStoreRecipe *clone() override { clone() function
2561 VPExpandSCEVRecipe *clone() override { clone() function
2590 VPCanonicalIVPHIRecipe *clone() override { clone() function
2648 VPActiveLaneMaskPHIRecipe *clone() override { clone() function
2679 VPEVLBasedIVPHIRecipe *clone() override { clone() function
2715 VPWidenCanonicalIVRecipe *clone() override { clone() function
2760 VPDerivedIVRecipe *clone() override { clone() function
2814 VPScalarIVStepsRecipe *clone() override { clone() function
2960 VPBasicBlock *clone() override { clone() function
3001 VPIRBasicBlock *clone() override { clone() function
[all...]
/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h358 std::unique_ptr<CorrectionCandidateCallback> clone() override { in clone() function
375 std::unique_ptr<CorrectionCandidateCallback> clone() override { in clone() function
390 std::unique_ptr<CorrectionCandidateCallback> clone() override { in clone() function
415 std::unique_ptr<CorrectionCandidateCallback> clone() override { in clone() function
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferDeallocation.cpp346 auto clone = introduceCloneBuffers(sourceValue, terminator); in introduceBlockArgCopy() local
394 auto clone = introduceCloneBuffers(operand, parentOp); in introduceBlockArgCopy() local
460 auto clone = introduceCloneBuffers(sourceValue, terminator); in introduceClonesForRegionSuccessors() local
489 auto clone = buildClone(terminator, sourceValue); in introduceCloneBuffers() local
597 auto clone = it->second.buildClone(builder, alloc); in buildClone() local
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXMachineFunctionInfo.h30 clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, clone() function
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMachineFunctionInfo.cpp22 MachineFunctionInfo *RISCVMachineFunctionInfo::clone( clone() function in RISCVMachineFunctionInfo
/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.cpp24 MachineFunctionInfo *X86MachineFunctionInfo::clone( in clone() function in X86MachineFunctionInfo
/llvm-project/mlir/include/mlir-c/
H A DPass.h160 void *(*clone)(void *userData); global() member
/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h280 TempGenericDINode clone() const { return cloneImpl(); } in clone() function
386 TempDISubrange clone() const { return cloneImpl(); } in clone() function
436 TempDIGenericSubrange clone() const { return cloneImpl(); } in clone() function
500 TempDIEnumerator clone() const { return cloneImpl(); } in clone() function
655 TempDIFile clone() const { return cloneImpl(); } in clone() function
743 TempDIType clone() const { clone() function
867 TempDIBasicType clone() const { return cloneImpl(); } clone() function
942 TempDIStringType clone() const { return cloneImpl(); } clone() function
1080 TempDIDerivedType clone() const { return cloneImpl(); } clone() function
1245 TempDICompositeType clone() const { return cloneImpl(); } clone() function
1410 TempDISubroutineType clone() const { return cloneImpl(); } clone() function
1553 TempDICompileUnit clone() const { return cloneImpl(); } clone() function
1788 TempDISubprogram clone() const { return cloneImpl(); } clone() function
1994 TempDILocation clone() const { return cloneImpl(); } clone() function
2289 TempDILexicalBlock clone() const { return cloneImpl(); } clone() function
2338 TempDILexicalBlockFile clone() const { return cloneImpl(); } clone() function
2456 TempDINamespace clone() const { return cloneImpl(); } clone() function
2521 TempDIModule clone() const { return cloneImpl(); } clone() function
2602 TempDITemplateTypeParameter clone() const { return cloneImpl(); } clone() function
2649 TempDITemplateValueParameter clone() const { return cloneImpl(); } clone() function
2748 TempDIExpression clone() const { return cloneImpl(); } clone() function
[all...]
/llvm-project/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.cpp18 MachineFunctionInfo *XCoreFunctionInfo::clone( in clone() function in XCoreFunctionInfo
/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.cpp86 ARMFunctionInfo::clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, clone() function in ARMFunctionInfo

12345