Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.cpp294 MachineInstr *Clone = MF->CloneMachineInstr(DV); in sink() local
295 MBB->insert(Insert, Clone); in sink()
296 NewDbgValues.push_back(Clone); in sink()
365 MachineInstr *Clone = MF->CloneMachineInstr(Def); in cloneSink() local
370 Clone->setDebugLoc(DebugLoc()); in cloneSink()
372 Clone->getOperand(0).setReg(NewReg); in cloneSink()
373 MBB->insert(Insert, Clone); in cloneSink()
382 MachineInstr *Clone = MF->CloneMachineInstr(DV); in cloneSink() local
383 MBB->insert(Insert, Clone); in cloneSink()
384 NewDbgValues.push_back(Clone); in cloneSink()
H A DWebAssemblyRegStackify.cpp614 MachineInstr *Clone = getPrevNonDebugInst(&*Insert); in rematerializeCheapDef() local
615 assert(Clone); in rematerializeCheapDef()
616 LIS.InsertMachineInstrInMaps(*Clone); in rematerializeCheapDef()
619 imposeStackOrdering(Clone); in rematerializeCheapDef()
621 LLVM_DEBUG(dbgs() << " - Cloned to "; Clone->dump()); in rematerializeCheapDef()
641 return Clone; in rematerializeCheapDef()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp792 S.Clone = createSpecialization(S.F, S.Sig); in run()
797 << " to call " << S.Clone->getName() << "\n"); in run()
798 Call->setCalledFunction(S.Clone); in run()
801 Clones.push_back(S.Clone); in run()
864 Function *Clone = CloneFunction(F, Mappings); in cloneCandidateFunction() local
865 Clone->setName(F->getName() + ".specialized." + Twine(NSpecs)); in cloneCandidateFunction()
866 removeSSACopy(*Clone); in cloneCandidateFunction()
867 return Clone; in cloneCandidateFunction()
1039 Function *Clone = cloneCandidateFunction(F, Specializations.size() + 1); in createSpecialization() local
1043 Clone->setLinkage(GlobalValue::InternalLinkage); in createSpecialization()
[all …]
H A DMemProfContextDisambiguation.cpp431 void addClone(ContextNode *Clone) { in addClone()
433 CloneOf->Clones.push_back(Clone); in addClone()
434 Clone->CloneOf = CloneOf; in addClone()
436 Clones.push_back(Clone); in addClone()
437 assert(!Clone->CloneOf); in addClone()
438 Clone->CloneOf = this; in addClone()
1079 const ContextNode<DerivedCCG, FuncTy, CallTy> *Clone) { in allocTypesMatchClone() argument
1080 const ContextNode<DerivedCCG, FuncTy, CallTy> *Node = Clone->CloneOf; in allocTypesMatchClone()
1088 for (const auto &E : Clone->CalleeEdges) { in allocTypesMatchClone()
3284 ContextNode *Clone = in moveEdgeToNewCalleeClone() local
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStatus.h40 virtual std::unique_ptr<CloneableError> Clone() const = 0;
69 std::unique_ptr<CloneableError> Clone() const override;
79 std::unique_ptr<CloneableError> Clone() const override;
174 Status Clone() const { return Status(ToError()); } in Clone() function
H A DCloneable.h44 std::shared_ptr<typename Base::TopmostBase> Clone() const override { in Clone() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValueList.cpp26 : m_values(rhs.m_values), m_error(rhs.m_error.Clone()) {} in ValueListImpl()
32 m_error = rhs.m_error.Clone(); in operator =()
209 sb_error.SetError(m_opaque_up->GetError().Clone()); in GetError()
H A DSBError.cpp29 m_opaque_up = std::make_unique<Status>(rhs.m_opaque_up->Clone()); in SBError()
50 m_opaque_up = std::make_unique<Status>(rhs.m_opaque_up->Clone()); in operator =()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp353 auto potential_child_sp = key_val_sp->Clone(ConstString(name.GetString())); in GetChildAtIndex()
360 potential_child_sp = child0_sp->Clone(ConstString(name.GetString())); in GetChildAtIndex()
369 potential_child_sp = child0_sp->Clone(ConstString(name.GetString())); in GetChildAtIndex()
466 key_value_sp = key_value_sp->Clone(ConstString("pair")); in Update()
471 key_value_sp = child0_sp->Clone(ConstString("pair")); in Update()
H A DMsvcStlSmartPointer.cpp158 m_ptr_obj = cast_ptr_sp->Clone(ConstString("pointer")).get(); in Update()
254 m_value_ptr_sp = value_ptr_sp->Clone(ConstString("pointer")); in Update()
258 m_deleter_sp = deleter_sp->Clone(ConstString("deleter")); in Update()
H A DLibStdcppUniquePointer.cpp95 m_ptr_obj = ptr_obj->Clone(ConstString("pointer")).get(); in Update()
107 m_del_obj = del_obj->Clone(ConstString("deleter")).get(); in Update()
H A DLibCxx.cpp331 m_ptr_obj = cast_ptr_sp->Clone(ConstString("pointer")).get(); in Update()
426 m_value_ptr_sp = value_pointer_sp->Clone(ConstString("pointer")); in Update()
430 m_deleter_sp = deleter_sp->Clone(ConstString("deleter")); in Update()
432 m_value_ptr_sp = ptr_sp->Clone(ConstString("pointer")); in Update()
437 m_deleter_sp = deleter_sp->Clone(ConstString("deleter")); in Update()
H A DLibCxxTuple.cpp86 elem_sp->Clone(ConstString(llvm::formatv("[{0}]", idx).str())).get(); in GetChildAtIndex()
H A DLibCxxAtomic.cpp129 return m_real_child->GetSP()->Clone(ConstString("Value")); in GetChildAtIndex()
H A DLibCxxUnorderedMap.cpp377 auto potential_child_sp = key_value_sp->Clone(ConstString("pair")); in Update()
382 potential_child_sp = child0_sp->Clone(ConstString("pair")); in Update()
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h114 virtual ParamIteratorInterface* Clone() const = 0;
137 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator()
139 if (this != &other) impl_.reset(other.impl_->Clone());
152 ParamIteratorInterface<T>* clone = impl_->Clone();
244 ParamIteratorInterface<T>* Clone() const override { in Clone() function
330 ParamIteratorInterface<T>* Clone() const override { in Clone() function
872 ParamIteratorInterface<ParamType>* Clone() const override { in GTEST_DISABLE_MSC_WARNINGS_POP_()
995 ParamIteratorInterface<To>* Clone() const override { in Clone() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1056 return py_error.Clone(); in Close()
1057 return base_error.Clone(); in Close()
1144 return Status::FromError(r.takeError()).Clone(); in Close()
1153 return Status::FromError(r.takeError()).Clone(); in Flush()
1190 return Status::FromError(llvm::make_error<PythonException>()).Clone(); in Write()
1211 return Status::FromError(pybuffer_obj.takeError()).Clone(); in Read()
1221 return Status::FromError(pybuffer.takeError()).Clone(); in Read()
1253 return Status::FromError(bytes_written.takeError()).Clone(); in Write()
1275 return Status::FromError(pystring.takeError()).Clone(); in Read()
1283 return Status::FromError(stringref.takeError()).Clone(); in Read()
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp289 *error_ptr = error.Clone(); in Read()
385 *error_ptr = error.Clone(); in Write()
469 *error_ptr = error.Clone(); in BytesAvailable()
550 *error_ptr = error.Clone(); in AcceptSocket()
571 *error_ptr = error.Clone(); in ConnectSocket()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp125 return llvm::Error(static_cast<const CloneableError &>(e).Clone()); in CloneError()
184 std::unique_ptr<CloneableError> MachKernelError::Clone() const { in Clone() function in MachKernelError
188 std::unique_ptr<CloneableError> Win32Error::Clone() const { in Clone() function in Win32Error
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFileSpecList.cpp175 OptionValueSP OptionValueFileSpecList::Clone() const { in Clone() function in OptionValueFileSpecList
177 return Cloneable::Clone(); in Clone()
/freebsd/tools/tools/drm/radeon/firmwares/
H A DREADME4 1. Clone the following Git repository:
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A 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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueFileSpecList.h68 lldb::OptionValueSP Clone() const override;
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectCast.cpp88 m_error = m_parent->GetError().Clone(); in UpdateValue()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp

1234