| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| D | CompileOnDemandLayer.cpp | 78 : IRMaterializationUnit(ES, MO, std::move(TSM)), Parent(Parent) {} in PartitioningIRMaterializationUnit() 84 : IRMaterializationUnit(std::move(TSM), std::move(SymbolFlags), in PartitioningIRMaterializationUnit() 85 std::move(InitSymbol), in PartitioningIRMaterializationUnit() 86 std::move(SymbolToDefinition)), in PartitioningIRMaterializationUnit() 91 Parent.emitPartition(std::move(R), std::move(TSM), in materialize() 92 std::move(SymbolToDefinition)); in materialize() 108 return std::move(Requested); in compileRequested() 121 BuildIndirectStubsManager(std::move(BuildIndirectStubsManager)) {} in CompileOnDemandLayer() 124 this->Partition = std::move(Partition); in setPartitionFunction() 160 ES, *getManglingOptions(), std::move(TSM), *this))) { in emit() [all …]
|
| D | Layer.cpp | 29 *this, *getManglingOptions(), std::move(TSM)), in add() 30 std::move(RT)); in add() 36 : MaterializationUnit(SymbolFlagsMap(), nullptr), TSM(std::move(TSM)) { in IRMaterializationUnit() 103 : MaterializationUnit(std::move(SymbolFlags), std::move(InitSymbol)), in IRMaterializationUnit() 104 TSM(std::move(TSM)), SymbolToDefinition(std::move(SymbolToDefinition)) {} in IRMaterializationUnit() 131 : IRMaterializationUnit(L.getExecutionSession(), MO, std::move(TSM)), L(L) { in BasicIRLayerMaterializationUnit() 152 L.emit(std::move(R), std::move(TSM)); in materialize() 166 auto ObjMU = BasicObjectLayerMaterializationUnit::Create(*this, std::move(O)); in add() 170 return JD.define(std::move(*ObjMU), std::move(RT)); in add() 187 L, std::move(O), std::move(SymbolFlags), std::move(InitSymbol))); in Create() [all …]
|
| D | Core.cpp | 69 : RT(std::move(RT)) {} in ResourceTrackerDefunct() 81 : Symbols(std::move(Symbols)) { in FailedToMaterialize() 100 : Symbols(std::move(Symbols)) { in SymbolsNotFound() 113 : Symbols(std::move(Symbols)) { in SymbolsCouldNotBeRemoved() 146 : NotifyComplete(std::move(NotifyComplete)), RequiredState(RequiredState) { in AsynchronousSymbolQuery() 169 I->second = std::move(Sym); in notifySymbolMetRequiredState() 181 : ResolvedSymbols(std::move(ResolvedSymbols)), in handleComplete() 182 NotifyComplete(std::move(NotifyComplete)) {} in handleComplete() 186 void run() override { NotifyComplete(std::move(ResolvedSymbols)); } in handleComplete() 193 auto T = std::make_unique<RunQueryCompleteTask>(std::move(ResolvedSymbols), in handleComplete() [all …]
|
| D | ObjectLinkingLayer.cpp | 37 new LinkGraphMaterializationUnit(ObjLinkingLayer, std::move(G), in Create() 38 std::move(LGI))); in Create() 43 ObjLinkingLayer.emit(std::move(MR), std::move(G)); in materialize() 95 : MaterializationUnit(std::move(LGI.SymbolFlags), in LinkGraphMaterializationUnit() 96 std::move(LGI.InitSymbol)), in LinkGraphMaterializationUnit() 97 ObjLinkingLayer(ObjLinkingLayer), G(std::move(G)) {} in LinkGraphMaterializationUnit() 128 MR(std::move(MR)), ObjBuffer(std::move(ObjBuffer)) {} in ObjectLinkingLayerJITLinkContext() 134 Layer.ReturnObjectBuffer(std::move(ObjBuffer)); in ~ObjectLinkingLayerJITLinkContext() 148 Err = joinErrors(std::move(Err), P->notifyFailed(*MR)); in notifyFailed() 149 Layer.getExecutionSession().reportError(std::move(Err)); in notifyFailed() [all …]
|
| D | LLJIT.cpp | 145 J.getMainJITDylib().define(absoluteSymbols(std::move(StdInterposes)))); in GenericLLVMIRPlatformSupport() 160 cantFail(JD.define(absoluteSymbols(std::move(PerJDInterposes)))); in setupJITDylib() 188 return J.addIRModule(JD, ThreadSafeModule(std::move(M), std::move(Ctx))); in setupJITDylib() 263 return std::move(Err); in getInitializers() 274 LookupSymbols[NextJD.get()] = std::move(IFItr->second); in getInitializers() 325 LookupSymbols[NextJD.get()] = std::move(DIFItr->second); in getDeinitializers() 378 RequiredInitSymbols[NextJD.get()] = std::move(ISItr->second); in issueInitLookups() 436 return ThreadSafeModule(std::move(M), std::move(Ctx)); in createPlatformRuntimeModule() 500 return std::move(Err); in operator ()() 502 return std::move(TSM); in operator ()() [all …]
|
| D | RTDyldObjectLinkingLayer.cpp | 32 [OnResolved = std::move(OnResolved)]( in lookup() 41 Result[*KV.first] = std::move(KV.second); in lookup() 54 SymbolState::Resolved, std::move(OnResolvedWithUnwrap), in lookup() 149 std::shared_ptr<MaterializationResponsibility> SharedR(std::move(R)); in emit() 154 object::OwningBinary<object::ObjectFile>(std::move(*Obj), std::move(O)), in emit() 163 [this, SharedR, MemMgr = std::move(MemMgr)]( in emit() 167 onObjEmit(*SharedR, std::move(Obj), std::move(MemMgr), in emit() 168 std::move(LoadedObjInfo), std::move(Err)); in emit() 281 getExecutionSession().reportError(std::move(Err)); in onObjEmit() 287 getExecutionSession().reportError(std::move(Err)); in onObjEmit() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| D | Lookup.h | 184 : ResultKind(std::move(Other.ResultKind)), in LookupResult() 185 Ambiguity(std::move(Other.Ambiguity)), Decls(std::move(Other.Decls)), in LookupResult() 186 Paths(std::move(Other.Paths)), in LookupResult() 187 NamingClass(std::move(Other.NamingClass)), in LookupResult() 188 BaseObjectType(std::move(Other.BaseObjectType)), in LookupResult() 189 SemaPtr(std::move(Other.SemaPtr)), NameInfo(std::move(Other.NameInfo)), in LookupResult() 190 NameContextRange(std::move(Other.NameContextRange)), in LookupResult() 191 LookupKind(std::move(Other.LookupKind)), IDNS(std::move(Other.IDNS)), in LookupResult() 192 Redecl(std::move(Other.Redecl)), in LookupResult() 193 ExternalRedecl(std::move(Other.ExternalRedecl)), in LookupResult() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| D | UDTLayout.cpp | 71 DataMember(std::move(Member)) { in DataMemberLayoutItem() 74 UdtLayout = std::make_unique<ClassLayout>(std::move(UDT)); in DataMemberLayoutItem() 83 Type(std::move(Sym)) { in VBPtrLayoutItem() 99 VTable(std::move(VT)) { in VTableLayoutItem() 144 OwnedStorage = std::move(UDT); in ClassLayout() 156 Base(std::move(B)) { in BaseClassLayout() 179 VirtualBaseSyms.push_back(std::move(Base)); in initializeChildren() 181 Bases.push_back(std::move(Base)); in initializeChildren() 185 Members.push_back(std::move(Data)); in initializeChildren() 187 Other.push_back(std::move(Data)); in initializeChildren() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
| D | RewriteRule.cpp | 62 T.Replacement = std::move(*Replacement); in translateEdits() 63 T.Metadata = std::move(*Metadata); in translateEdits() 64 Edits.push_back(std::move(T)); in translateEdits() 70 return [Edits = std::move(Edits)](const MatchResult &Result) { in editList() 76 return [Edit = std::move(Edit)](const MatchResult &Result) { in edit() 82 return [Anchor = std::move(Anchor)](const MatchResult &Result) in noopEdit() 102 return std::move(Generators[0]); in flattenVector() 104 [Gs = std::move(Generators)]( in flattenVector() 119 E.TargetRange = std::move(Target); in changeTo() 120 E.Replacement = std::move(Replacement); in changeTo() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Transformer/ |
| D | RewriteRule.h | 142 return ifBound(std::move(ID), edit(std::move(TrueEdit)), in ifBound() 143 edit(std::move(FalseEdit))); in ifBound() 149 return ifBound(std::move(ID), edit(std::move(TrueEdit)), noEdits()); in ifBound() 161 inline EditGenerator injectEdits(ASTEdit E) { return edit(std::move(E)); } in injectEdits() 178 return changeTo(std::move(Target), std::move(Replacement)); in change() 188 return changeTo(node(RootID), std::move(Replacement)); in changeTo() 192 return changeTo(std::move(Replacement)); in change() 198 return changeTo(before(std::move(S)), std::move(Replacement)); in insertBefore() 204 return changeTo(after(std::move(S)), std::move(Replacement)); in insertAfter() 239 [Gen = std::move(Metadata)]( in withMetadata() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| D | PDBFile.cpp | 45 Buffer(std::move(PdbFileBuffer)) {} in PDBFile() 111 return std::move(EC); in getBlockData() 127 consumeError(std::move(EC)); in parseFileHeaders() 230 DirectoryStream = std::move(DS); in parseStreamData() 268 auto TempGlobals = std::make_unique<GlobalsStream>(std::move(*GlobalS)); in getPDBGlobalsStream() 270 return std::move(EC); in getPDBGlobalsStream() 271 Globals = std::move(TempGlobals); in getPDBGlobalsStream() 281 auto TempInfo = std::make_unique<InfoStream>(std::move(*InfoS)); in getPDBInfoStream() 283 return std::move(EC); in getPDBInfoStream() 284 Info = std::move(TempInfo); in getPDBInfoStream() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/ |
| D | JSONBackend.cpp | 56 return std::move(array); in translateInit() 65 return std::move(array); in translateInit() 79 return std::move(obj); in translateInit() 83 return std::move(obj); in translateInit() 89 return std::move(obj); in translateInit() 104 args.push_back(std::move(arg)); in translateInit() 106 obj["args"] = std::move(args); in translateInit() 107 return std::move(obj); in translateInit() 116 return std::move(obj); in translateInit() 153 obj["!fields"] = std::move(fields); in run() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| D | OrcRPCExecutorProcessControl.h | 48 : Parent(Parent), HostAllocs(std::move(HostAllocs)), in OrcRPCAllocation() 49 TargetAllocs(std::move(TargetAllocs)) { in OrcRPCAllocation() 103 OnFinalize(std::move(Err)); in finalizeAsync() 110 [OF = std::move(OnFinalize)](Error Err2) { in finalizeAsync() 112 std::thread([OF = std::move(OF), in finalizeAsync() 113 Err3 = std::move(Err2)]() mutable { in finalizeAsync() 116 OF(std::move(Err3)); in finalizeAsync() 123 Parent.reportError(std::move(Err)); in finalizeAsync() 212 return std::make_unique<OrcRPCAllocation>(*this, std::move(HostAllocs), in allocate() 213 std::move(TargetAllocs)); in allocate() [all …]
|
| D | LLJIT.h | 86 return ES->createJITDylib(std::move(Name)); in createJITDylib() 97 return addIRModule(*Main, std::move(TSM)); in addIRModule() 108 return addObjectFile(*Main, std::move(Obj)); in addObjectFile() 142 this->PS = std::move(PS); in setPlatformSupport() 228 CODLayer->setPartitionFunction(std::move(Partition)); in setPartitionFunction() 239 return addLazyIRModule(*Main, std::move(M)); in addLazyIRModule() 287 impl().EPC = std::move(EPC); in setExecutorProcessControl() 293 impl().ES = std::move(ES); in setExecutionSession() 302 impl().JTMB = std::move(JTMB); in setJITTargetMachineBuilder() 315 impl().DL = std::move(DL); in setDataLayout() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/ |
| D | Context.cpp | 55 addHardwareUnit(std::move(RCU)); in createDefaultPipeline() 56 addHardwareUnit(std::move(PRF)); in createDefaultPipeline() 57 addHardwareUnit(std::move(LSU)); in createDefaultPipeline() 58 addHardwareUnit(std::move(HWS)); in createDefaultPipeline() 62 StagePipeline->appendStage(std::move(Fetch)); in createDefaultPipeline() 66 StagePipeline->appendStage(std::move(Dispatch)); in createDefaultPipeline() 67 StagePipeline->appendStage(std::move(Execute)); in createDefaultPipeline() 68 StagePipeline->appendStage(std::move(Retire)); in createDefaultPipeline() 84 addHardwareUnit(std::move(PRF)); in createInOrderPipeline() 87 StagePipeline->appendStage(std::move(Entry)); in createInOrderPipeline() [all …]
|
| /freebsd-12-stable/libexec/rtld-elf/mips/ |
| D | rtld_start.S | 59 move s0, a0 /* save stack pointer from a0 */ 60 move s3, a3 /* save ps_strings pointer */ 71 move a0, s0 /* sp */ 83 move a0, s0 /* stack pointer */ 84 move t9, v0 86 move ra,t9 /* RA == PC signals backtrace routine to stop */ 88 move a3, s3 /* restore ps_strings */ 116 move v1, gp /* save old GP */ 147 move s0, sp 149 move a0, v1 /* old GP */ [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| D | MSVCErrorWorkarounds.h | 31 MSVCPError(MSVCPError &&Other) : Error(std::move(Other)) {} in MSVCPError() 34 Error::operator=(std::move(Other)); 38 MSVCPError(Error Err) : Error(std::move(Err)) {} in MSVCPError() 50 MSVCPExpected(MSVCPExpected &&Other) : Expected<T>(std::move(Other)) {} in MSVCPExpected() 53 Expected<T>::operator=(std::move(Other)); 57 MSVCPExpected(Error Err) : Expected<T>(std::move(Err)) {} in MSVCPExpected() 63 : Expected<T>(std::move(Val)) {} 69 : Expected<T>(std::move(Other)) {} 75 : Expected<T>(std::move(Other)) {}
|
| D | Error.h | 193 *this = std::move(Other); in Error() 393 Payloads.push_back(std::move(Payload1)); in ErrorList() 394 Payloads.push_back(std::move(Payload2)); in ErrorList() 408 E1List.Payloads.push_back(std::move(Payload)); in join() 430 return ErrorList::join(std::move(E1), std::move(E2)); in joinErrors() 526 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected() 534 moveConstruct(std::move(Other)); 543 moveConstruct(std::move(Other)); 548 moveAssign(std::move(Other)); 594 return HasError ? Error(std::move(*getErrorStorage())) : Error::success(); in takeError() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| D | JITLinkGeneric.cpp | 33 return Ctx->notifyFailed(std::move(Err)); in linkPhase1() 49 return Ctx->notifyFailed(std::move(Err)); in linkPhase1() 56 return Ctx->notifyFailed(std::move(Err)); in linkPhase1() 66 return Ctx->notifyFailed(std::move(Err)); in linkPhase1() 72 return Ctx->notifyFailed(std::move(Err)); in linkPhase1() 85 TmpSelf.linkPhase2(std::move(Self), AsyncLookupResult(), std::move(Layout)); in linkPhase1() 106 TmpCtx->lookup(std::move(ExternalSymbols), in linkPhase1() 108 [S = std::move(Self), L = std::move(Layout)]( in linkPhase1() 111 TmpSelf.linkPhase2(std::move(S), std::move(LookupResult), in linkPhase1() 112 std::move(L)); in linkPhase1() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/bugpoint/ |
| D | Miscompilation.cpp | 85 return std::move(E); in doTest() 126 return std::move(E); in doTest() 155 BD.swapProgramIn(std::move(PrefixOutput)); in doTest() 172 return std::move(E); in doTest() 181 BD.setNewProgram(std::move(OriginalInput)); in doTest() 203 return std::move(E); in doTest() 210 return std::move(E); in doTest() 240 return std::move(E); in testMergedProgram() 242 return std::move(Merged); in testMergedProgram() 268 std::unique_ptr<Module> Orig = BD.swapProgramIn(std::move(Clone)); in TestFuncs() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/ |
| D | Tooling.cpp | 81 *Diagnostics, "clang LLVM compiler", std::move(VFS)); in newDriver() 178 return runToolOnCodeWithArgs(std::move(ToolAction), Code, in runToolOnCode() 180 "clang-tool", std::move(PCHContainerOps)); in runToolOnCode() 215 std::move(ToolAction), Files.get(), std::move(PCHContainerOps)); in runToolOnCodeWithArgs() 242 return runToolOnCodeWithArgs(std::move(ToolAction), Code, OverlayFileSystem, in runToolOnCodeWithArgs() 312 : Action(std::move(Action)) {} in SingleFrontendActionFactory() 315 return std::move(Action); in create() 324 : CommandLine(std::move(CommandLine)), Action(Action), OwnsAction(false), in ToolInvocation() 325 Files(Files), PCHContainerOps(std::move(PCHContainerOps)) {} in ToolInvocation() 331 : CommandLine(std::move(CommandLine)), in ToolInvocation() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/InterfaceStub/ |
| D | IFSStub.cpp | 25 IfsVersion = std::move(Stub.IfsVersion); in IFSStub() 26 Target = std::move(Stub.Target); in IFSStub() 27 SoName = std::move(Stub.SoName); in IFSStub() 28 NeededLibs = std::move(Stub.NeededLibs); in IFSStub() 29 Symbols = std::move(Stub.Symbols); in IFSStub() 49 IfsVersion = std::move(Stub.IfsVersion); in IFSStubTriple() 50 Target = std::move(Stub.Target); in IFSStubTriple() 51 SoName = std::move(Stub.SoName); in IFSStubTriple() 52 NeededLibs = std::move(Stub.NeededLibs); in IFSStubTriple() 53 Symbols = std::move(Stub.Symbols); in IFSStubTriple()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/ |
| D | fallible_iterator.h | 86 return fallible_iterator(std::move(I), &Err); in itr() 95 return fallible_iterator(std::move(I), nullptr); in end() 128 handleError(std::move(Err)); 144 handleError(std::move(Err)); 196 : I(std::move(I)), ErrState(Err, false) {} in fallible_iterator() 205 *getErrPtr() = std::move(Err); in handleError() 222 return fallible_iterator<Underlying>::itr(std::move(I), Err); in make_fallible_itr() 229 return fallible_iterator<Underlying>::end(std::move(E)); in make_fallible_end() 235 return make_range(make_fallible_itr(std::move(I), Err), in make_fallible_range() 236 make_fallible_end(std::move(E))); in make_fallible_range()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/ |
| D | Caching.cpp | 53 AddBuffer(Task, std::move(*MBOrErr)); in localCache() 82 : NativeObjectStream(std::move(OS)), AddBuffer(std::move(AddBuffer)), in localCache() 83 TempFile(std::move(TempFile)), EntryPath(std::move(EntryPath)), in localCache() 110 E = handleErrors(std::move(E), [&](const ECError &E) -> Error { in localCache() 117 MBOrErr = std::move(MBCopy); in localCache() 128 toString(std::move(E)) + "\n"); in localCache() 130 AddBuffer(Task, std::move(*MBOrErr)); in localCache() 148 AddBuffer, std::move(*Temp), std::string(EntryPath.str()), Task); in localCache()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/ |
| D | InstrProfReader.cpp | 47 return std::move(BufferOrErr.get()); in setupMemoryBuffer() 59 return std::move(E); in create() 60 return InstrProfReader::create(std::move(BufferOrError.get())); in create() 75 Result.reset(new IndexedInstrProfReader(std::move(Buffer))); in create() 77 Result.reset(new RawInstrProfReader64(std::move(Buffer))); in create() 79 Result.reset(new RawInstrProfReader32(std::move(Buffer))); in create() 81 Result.reset(new TextInstrProfReader(std::move(Buffer))); in create() 87 return std::move(E); in create() 89 return std::move(Result); in create() 97 return std::move(E); in create() [all …]
|