Home
last modified time | relevance | path

Searched defs:Clone (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.cpp76 MachineInstr *Clone = MF->CloneMachineInstr(DBI); in clone() local
H A DWebAssemblyRegStackify.cpp571 MachineInstr *Clone = &*std::prev(Insert); in rematerializeCheapDef() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPropagateAttributes.cpp101 class Clone { class in __anon0f7074c60111::AMDGPUPropagateAttributes
103 Clone(const FnProperties &Props, Function *OrigF, Function *NewF) : in Clone() function in __anon0f7074c60111::AMDGPUPropagateAttributes::Clone
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DDelta.cpp143 std::unique_ptr<Module> Clone = CloneModule(*Test.getProgram()); in runDeltaPass() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h234 ParamIteratorInterface<T>* Clone() const override { in Clone() function
321 ParamIteratorInterface<T>* Clone() const override { in Clone() function
797 ParamIteratorInterface<ParamType>* Clone() const override { in Clone() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs44 public OptionPageGrid Clone() in Clone() method in LLVM.ClangFormat.OptionPageGrid
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DExtractFunction.cpp87 std::unique_ptr<Module> Clone = CloneModule(*Program); in deleteInstructionFromProgram() local
H A DMiscompilation.cpp267 std::unique_ptr<Module> Clone = CloneModule(BD.getProgram(), VMap); in TestFuncs() local
504 std::unique_ptr<Module> Clone = CloneModule(BD.getProgram(), VMap); in TestFuncs() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h61 DIE *Clone; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCUDA.cpp885 AttrTy *Clone = Attribute->clone(S.Context); in copyAttrIfPresent() local
H A DSemaDecl.cpp2526 AlignedAttr *Clone = OldStrictestAlignAttr->clone(S.Context); in mergeAlignedAttrs() local
2535 AlignedAttr *Clone = OldAlignasAttr->clone(S.Context); in mergeAlignedAttrs() local
6841 AttrTy *Clone = Attribute->clone(S.Context); in copyAttrFromTypedefToDecl() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp64 LLVMTypeRef Clone(LLVMValueRef Src) { in Clone() function
68 LLVMTypeRef Clone(LLVMTypeRef Src) { in Clone() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp90 SUnit *ScheduleDAGSDNodes::Clone(SUnit *Old) { in Clone() function in ScheduleDAGSDNodes
H A DSelectionDAG.cpp8813 SDDbgValue *Clone = getDbgValueList( in transferDbgValues() local
8875 SDDbgValue *Clone = getDbgValueList(DV->getVariable(), DIExpr, in salvageDebugInfo() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1614 auto *Clone = Clones[Idx]; in splitAsyncCoroutine() local
1745 auto Clone = Clones[i]; in splitRetconCoroutine() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp979 if (DIE *Clone = Info.Clone) in cloneExpression() local
1516 if (DIE *Clone = cloneDIE(Child, File, Unit, StringPool, PCOffset, in cloneDIE() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1147 BasicBlock *Clone = CloneBasicBlock(BB, Result.Map, Twine(".") + Tag, &F); in cloneLoop() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp365 auto *Clone = new (ContentCacheAlloc.Allocate<ContentCache>()) ContentCache; in initializeForReplay() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp1191 CallInst *Clone = cast<CallInst>( in OptimizeIndividualCallImpl() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4667 auto *Clone = Builder.Insert(GEP->clone()); in widenGEP() local