HomeSort by: relevance | last modified time | path
    Searched refs:Clone (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyDebugValueManager.cpp 71 void WebAssemblyDebugValueManager::clone(MachineInstr *Insert, function in class:WebAssemblyDebugValueManager
76 MachineInstr *Clone = MF->CloneMachineInstr(DBI);
77 for (auto &MO : Clone->getDebugOperandsForReg(CurrentReg))
79 MBB->insert(Insert, Clone);
WebAssemblyRegStackify.cpp 556 /// A trivially cloneable instruction; clone it and nest the new copy with the
571 MachineInstr *Clone = &*std::prev(Insert);
572 LIS.InsertMachineInstrInMaps(*Clone);
575 imposeStackOrdering(Clone);
577 LLVM_DEBUG(dbgs() << " - Cloned to "; Clone->dump());
588 // Move or clone corresponding DBG_VALUEs to the 'Insert' location.
600 DefDIs.clone(&*Insert, NewReg);
603 return Clone;
670 DefDIs.clone(Tee, DefReg);
671 DefDIs.clone(Insert, TeeReg)
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
Delta.cpp 142 // Clone module before hacking it up..
143 std::unique_ptr<Module> Clone = CloneModule(*Test.getProgram());
145 ExtractChunksFromModule(CurrentChunks, Clone.get());
148 if (verifyModule(*Clone.get(), &errs())) {
164 if (!isReduced(*Clone, Test, CurrentFilepath)) {
172 ReducedProgram = std::move(Clone);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
comcat.d 24 HRESULT Clone(LPENUMGUID*);
72 HRESULT Clone(LPENUMCATEGORYINFO*);
docobj.d 111 HRESULT Clone(LPOLEINPLACESITE, IOleDocumentView*);
118 HRESULT Clone(IEnumOleDocumentViews*);
ocidl.d 272 HRESULT Clone(LPENUMCONNECTIONPOINTS*);
289 HRESULT Clone(LPENUMCONNECTIONS*);
355 HRESULT Clone(IFont*);
450 HRESULT Clone(IEnumOleUndoUnits*);
objidl.d 515 HRESULT Clone(IEnumFORMATETC*);
522 HRESULT Clone(IEnumHLITEM*);
529 HRESULT Clone(IEnumSTATDATA*);
536 HRESULT Clone(IEnumSTATPROPSETSTG*);
543 HRESULT Clone(IEnumSTATPROPSTG*);
550 HRESULT Clone(IEnumSTATSTG*);
557 HRESULT Clone(IEnumString*);
564 HRESULT Clone(IEnumMoniker*);
572 HRESULT Clone(IEnumUnknown*);
589 HRESULT Clone(LPSTREAM*)
    [all...]
oleidl.d 96 HRESULT Clone(IEnumOLEVERB*);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
echo.cpp 64 LLVMTypeRef Clone(LLVMValueRef Src) {
65 return Clone(LLVMTypeOf(Src));
68 LLVMTypeRef Clone(LLVMTypeRef Src) {
99 Params[i] = Clone(Params[i]);
102 LLVMTypeRef FunTy = LLVMFunctionType(Clone(LLVMGetReturnType(Src)),
124 Elts.push_back(Clone(LLVMStructGetTypeAtIndex(Src, i)));
134 Clone(LLVMGetElementType(Src)),
139 Clone(LLVMGetElementType(Src)),
144 Clone(LLVMGetElementType(Src)),
148 return LLVMScalableVectorType(Clone(LLVMGetElementType(Src))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUPropagateAttributes.cpp 21 /// be updated to use a correct clone.
101 class Clone {
103 Clone(const FnProperties &Props, Function *OrigF, Function *NewF) :
113 // Clone functions as needed or just set attributes.
120 SmallVector<Clone, 32> Clones;
122 // Find a clone with required features.
126 // Clone function \p F and set \p NewProps on the clone.
205 // TODO: search for clone's clones.
206 for (Clone &C : Clones
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 88 /// Clone - Creates a clone of the specified SUnit. It does not copy the
91 SUnit *Clone(SUnit *Old);
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 105 virtual ParamIteratorInterface* Clone() const = 0;
128 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
131 impl_.reset(other.impl_->Clone());
144 ParamIteratorInterface<T>* clone = impl_->Clone(); local
146 return ParamIterator(clone);
234 ParamIteratorInterface<T>* Clone() const override {
321 ParamIteratorInterface<T>* Clone() const override {
797 ParamIteratorInterface<ParamType>* Clone() const override {
  /src/external/apache2/llvm/dist/llvm/tools/bugpoint/
ExtractFunction.cpp 87 std::unique_ptr<Module> Clone = CloneModule(*Program);
92 Module::iterator RFI = Clone->begin(); // Get iterator to corresponding fn
120 std::unique_ptr<Module> New = runPassesOn(Clone.get(), Passes);
294 assert(GV && "Not a clone of M1?");
Miscompilation.cpp 259 // Create a clone for two reasons:
261 // will be in the clone and Funcs will still point to valid memory
267 std::unique_ptr<Module> Clone = CloneModule(BD.getProgram(), VMap);
268 std::unique_ptr<Module> Orig = BD.swapProgramIn(std::move(Clone));
369 // Clone modules, the tester function will free them.
504 std::unique_ptr<Module> Clone = CloneModule(BD.getProgram(), VMap);
505 std::unique_ptr<Module> Orig = BD.swapProgramIn(std::move(Clone));
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
MSVCSetupApi.h 322 /// <returns>S_OK if a clone was returned; otherwise, E_OUTOFMEMORY.</returns>
323 STDMETHOD(Clone)(_Deref_out_opt_ IEnumSetupInstances **ppenum) = 0;
  /src/external/apache2/llvm/dist/clang/lib/Basic/
SourceManager.cpp 365 auto *Clone = new (ContentCacheAlloc.Allocate<ContentCache>()) ContentCache;
366 Clone->OrigEntry = Cache->OrigEntry;
367 Clone->ContentsEntry = Cache->ContentsEntry;
368 Clone->BufferOverridden = Cache->BufferOverridden;
369 Clone->IsFileVolatile = Cache->IsFileVolatile;
370 Clone->IsTransient = Cache->IsTransient;
371 Clone->setUnownedBuffer(Cache->getBufferIfLoaded());
372 return Clone;
  /src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
ClangFormatPackage.cs 44 public OptionPageGrid Clone()
47 var clone = (OptionPageGrid)MemberwiseClone();
48 return clone;
279 var optionsWithNoFallbackStyle = GetUserOptions().Clone();
  /src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinkerCompileUnit.h 61 DIE *Clone;
  /src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
UnitTests.cs 72 byte[] arr2 = (byte[])arr.Clone();
  /src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
UnitTests.cs 72 byte[] arr2 = (byte[])arr.Clone();
  /src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
UnitTests.cs 72 byte[] arr2 = (byte[])arr.Clone();
  /src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
UnitTests.cs 72 byte[] arr2 = (byte[])arr.Clone();
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
UnitTests.cs 72 byte[] arr2 = (byte[])arr.Clone();
  /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinker.cpp 900 if (!RefInfo.Clone) {
904 RefInfo.Clone = DIE::get(DIEAlloc, dwarf::Tag(RefDie.getTag()));
906 NewRefDie = RefInfo.Clone;
979 if (DIE *Clone = Info.Clone)
980 Offset = Clone->getOffset();
1028 // If the block is a DWARF Expression, clone it into the temporary
1201 /// Clone \p InputDIE's attribute described by \p AttrSpec with
1347 assert(!(Die && Info.Clone) && "Can't supply a DIE and a cloned DIE");
1351 if (!Info.Clone)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCUDA.cpp 885 AttrTy *Clone = Attribute->clone(S.Context);
886 Clone->setInherited(true);
887 FD->addAttr(Clone);

Completed in 86 milliseconds

1 2