Home
last modified time | relevance | path

Searched refs:Clone (Results 1 – 25 of 109) sorted by relevance

12345

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DFunctionSpecialization.cpp333 S.Clone = createSpecialization(S.F, S.Sig); in run()
338 << " to call " << S.Clone->getName() << "\n"); in run()
339 Call->setCalledFunction(S.Clone); in run()
342 Clones.push_back(S.Clone); in run()
398 Function *Clone = CloneFunction(F, Mappings); in cloneCandidateFunction() local
399 removeSSACopy(*Clone); in cloneCandidateFunction()
400 return Clone; in cloneCandidateFunction()
528 Function *Clone = cloneCandidateFunction(F); in createSpecialization() local
533 Solver.markArgInFuncSpecialization(Clone, S.Args); in createSpecialization()
535 Solver.addArgumentTrackedFunction(Clone); in createSpecialization()
[all …]
/openbsd/src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
DDelta.cpp94 std::unique_ptr<ReducerWorkItem> Clone, const TestRunner &Test, in CheckChunk() argument
113 ExtractChunksFromModule(O, *Clone); in CheckChunk()
116 if (Clone->verify(&errs())) { in CheckChunk()
119 Clone->print(errs()); in CheckChunk()
137 if (!Clone->isReduced(Test)) { in CheckChunk()
143 return Clone; in CheckChunk()
209 std::unique_ptr<ReducerWorkItem> Clone = in runDeltaPass() local
211 ExtractChunksFromModule(NoChunksCounter, *Clone); in runDeltaPass()
/openbsd/src/gnu/llvm/llvm/tools/llvm-c-test/
Decho.cpp67 LLVMTypeRef Clone(LLVMValueRef Src) { in Clone() function
68 return Clone(LLVMTypeOf(Src)); in Clone()
71 LLVMTypeRef Clone(LLVMTypeRef Src) { in Clone() function
102 Params[i] = Clone(Params[i]); in Clone()
105 LLVMTypeRef FunTy = LLVMFunctionType(Clone(LLVMGetReturnType(Src)), in Clone()
127 Elts.push_back(Clone(LLVMStructGetTypeAtIndex(Src, i))); in Clone()
137 Clone(LLVMGetElementType(Src)), in Clone()
144 return LLVMPointerType(Clone(LLVMGetElementType(Src)), in Clone()
148 Clone(LLVMGetElementType(Src)), in Clone()
152 return LLVMScalableVectorType(Clone(LLVMGetElementType(Src)), in Clone()
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyDebugValueManager.cpp57 MachineInstr *Clone = MF->CloneMachineInstr(DBI); in clone() local
58 for (auto &MO : Clone->getDebugOperandsForReg(CurrentReg)) in clone()
60 MBB->insert(Insert, Clone); in clone()
DWebAssemblyRegStackify.cpp578 MachineInstr *Clone = &*std::prev(Insert); in rematerializeCheapDef() local
579 LIS.InsertMachineInstrInMaps(*Clone); in rematerializeCheapDef()
582 imposeStackOrdering(Clone); in rematerializeCheapDef()
584 LLVM_DEBUG(dbgs() << " - Cloned to "; Clone->dump()); in rematerializeCheapDef()
610 return Clone; in rematerializeCheapDef()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
DLibStdcppUniquePointer.cpp100 m_ptr_obj = ptr_obj->Clone(ConstString("pointer")).get(); in Update()
111 m_del_obj = del_obj->Clone(ConstString("deleter")).get(); in Update()
118 m_obj_obj = obj_obj->Clone(ConstString("object")).get(); in Update()
DLibCxxTuple.cpp80 elem_sp->Clone(ConstString(llvm::formatv("[{0}]", idx).str())).get(); in GetChildAtIndex()
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/
DEventFacet.t15 isnt($one->clone, $one, "Clone is a new ref");
19 is($two->details, 'bar', "Clone details changed");
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUPropagateAttributes.cpp97 class Clone { class in __anon0158a8d70111::AMDGPUPropagateAttributes
99 Clone(const FnProperties &Props, Function *OrigF, Function *NewF) : in Clone() function in __anon0158a8d70111::AMDGPUPropagateAttributes::Clone
116 SmallVector<Clone, 32> Clones;
203 for (Clone &C : Clones) in findFunction()
284 Clones.push_back(Clone(CallerProps, &F, NewF)); in process()
/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DOptionValueFileSpecList.cpp163 OptionValueSP OptionValueFileSpecList::Clone() const { in Clone() function in OptionValueFileSpecList
165 return Cloneable::Clone(); in Clone()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
Ddefarg4.C25 void Clone() in Clone() function
/openbsd/src/gnu/usr.bin/perl/dist/threads-shared/t/
Dclone.t100 ok($test++, $ary->[1] == 99, 'Clone mod');
104 ok($test++, $ary->[1] == 99, 'Clone mod in thread');
112 ok($test++, $ary->[1] eq 'thread', 'Clone mod from thread');
/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DCloneable.h44 std::shared_ptr<typename Base::TopmostBase> Clone() const override { in Clone() function
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/EventFacet/
DError.t16 isnt($one->clone, $one, "Clone is a new ref");
DInfo.t16 isnt($one->clone, $one, "Clone is a new ref");
DAbout.t16 isnt($one->clone, $one, "Clone is a new ref");
DAssert.t16 isnt($one->clone, $one, "Clone is a new ref");
DAmnesty.t16 isnt($one->clone, $one, "Clone is a new ref");
DPlan.t17 isnt($one->clone, $one, "Clone is a new ref");
DParent.t17 isnt($one->clone, $one, "Clone is a new ref");
DControl.t19 isnt($one->clone, $one, "Clone is a new ref");
DMeta.t20 isnt($one->clone, $one, "Clone is a new ref");
/openbsd/src/gnu/llvm/lldb/include/lldb/Interpreter/
DOptionValueFileSpecList.h66 lldb::OptionValueSP Clone() const override;
/openbsd/src/gnu/llvm/llvm/tools/bugpoint/
DExtractFunction.cpp87 std::unique_ptr<Module> Clone = CloneModule(*Program); in deleteInstructionFromProgram() local
92 Module::iterator RFI = Clone->begin(); // Get iterator to corresponding fn in deleteInstructionFromProgram()
120 std::unique_ptr<Module> New = runPassesOn(Clone.get(), Passes); in deleteInstructionFromProgram()
/openbsd/src/gnu/llvm/llvm/lib/DWARFLinker/
DDWARFLinker.cpp993 if (!RefInfo.Clone) { in cloneDieReferenceAttribute()
997 RefInfo.Clone = DIE::get(DIEAlloc, dwarf::Tag(RefDie.getTag())); in cloneDieReferenceAttribute()
999 NewRefDie = RefInfo.Clone; in cloneDieReferenceAttribute()
1073 if (DIE *Clone = Info.Clone) in cloneExpression() local
1074 Offset = Clone->getOffset(); in cloneExpression()
1464 assert(!(Die && Info.Clone) && "Can't supply a DIE and a cloned DIE"); in cloneDIE()
1468 if (!Info.Clone) in cloneDIE()
1469 Info.Clone = DIE::get(DIEAlloc, dwarf::Tag(InputDIE.getTag())); in cloneDIE()
1470 Die = Info.Clone; in cloneDIE()
1636 if (DIE *Clone = cloneDIE(Child, File, Unit, StringPool, PCOffset, in cloneDIE() local
[all …]

12345