Home
last modified time | relevance | path

Searched refs:ES (Results 1 – 25 of 536) sorted by relevance

12345678910>>...22

/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dinfcall-nested-structs.c67 #define ES(NAME) struct { } NAME macro
81 struct struct_01_03 { struct { struct { ES(es1); } s1; } s2; ES(es1); struct { struct { tA a; } s3;…
82 struct struct_01_04 { ES(es1); ES(es2); tA a; ES(es3); };
89 struct struct_02_04 { ES(es1); ES(es2); tA a; ES(es3); tB b; };
94 …_02 { tA a; struct { struct { ES(es1); } s1; } s2; tB b; struct { struct { ES(es1); } s2; } s3; tA…
96 struct struct_04_04 { ES(es1); ES(es2); tA a; ES(es3); tB b; ES(es4); tA c; ES(es5); tB d; };
101 …truct { ES(es1); } s1; } s2; tB b; struct { struct { ES(es1); } s2; } s3; tA c; struct { struct {
103 struct struct_05_04 { ES(es1); ES(es2); tA a; ES(es3); tB b; ES(es4); tA c; ES(es5); tB d; ES(es6);…
118 … { tA a; struct { struct { ES(es1); } s1; } s2; tB b; struct { struct { ES(es1); } s2; } s3; stati…
120 struct struct_static_04_04 { ES(es1); ES(es2); tA a; ES(es3); tB b; ES(es4); tA c; ES(es5); static …
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dinfcall-nested-structs.c67 #define ES(NAME) struct { } NAME macro
81 struct struct_01_03 { struct { struct { ES(es1); } s1; } s2; ES(es1); struct { struct { tA a; } s3;…
82 struct struct_01_04 { ES(es1); ES(es2); tA a; ES(es3); };
89 struct struct_02_04 { ES(es1); ES(es2); tA a; ES(es3); tB b; };
94 …_02 { tA a; struct { struct { ES(es1); } s1; } s2; tB b; struct { struct { ES(es1); } s2; } s3; tA…
96 struct struct_04_04 { ES(es1); ES(es2); tA a; ES(es3); tB b; ES(es4); tA c; ES(es5); tB d; };
101 …truct { ES(es1); } s1; } s2; tB b; struct { struct { ES(es1); } s2; } s3; tA c; struct { struct {
103 struct struct_05_04 { ES(es1); ES(es2); tA a; ES(es3); tB b; ES(es4); tA c; ES(es5); tB d; ES(es6);…
118 … { tA a; struct { struct { ES(es1); } s1; } s2; tB b; struct { struct { ES(es1); } s2; } s3; stati…
120 struct struct_static_04_04 { ES(es1); ES(es2); tA a; ES(es3); tB b; ES(es4); tA c; ES(es5); static …
[all …]
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h43 std::unique_ptr<ExecutionSession> ES; variable
63 std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() argument
66 : TPC(std::move(TPC)), ES(std::move(ES)), TPCIU(std::move(TPCIU)), in KaleidoscopeJIT()
67 DL(std::move(DL)), Mangle(*this->ES, this->DL), in KaleidoscopeJIT()
68 ObjectLayer(*this->ES, in KaleidoscopeJIT()
70 CompileLayer(*this->ES, ObjectLayer,
73 CODLayer(*this->ES, OptimizeLayer,
83 if (auto Err = ES->endSession()) in ~KaleidoscopeJIT()
84 ES->reportError(std::move(Err)); in ~KaleidoscopeJIT()
86 ES->reportError(std::move(Err)); in ~KaleidoscopeJIT()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h36 std::unique_ptr<ExecutionSession> ES; variable
48 std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() argument
50 : TPC(std::move(TPC)), ES(std::move(ES)), DL(std::move(DL)), in KaleidoscopeJIT()
51 Mangle(*this->ES, this->DL), in KaleidoscopeJIT()
52 ObjectLayer(*this->ES, in KaleidoscopeJIT()
54 CompileLayer(*this->ES, ObjectLayer,
56 MainJD(this->ES->createBareJITDylib("<main>")) {
63 if (auto Err = ES->endSession()) in ~KaleidoscopeJIT()
64 ES->reportError(std::move(Err)); in ~KaleidoscopeJIT()
73 auto ES = std::make_unique<ExecutionSession>(std::move(SSP)); in Create() local
[all …]
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h36 std::unique_ptr<ExecutionSession> ES; variable
48 std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() argument
50 : TPC(std::move(TPC)), ES(std::move(ES)), DL(std::move(DL)), in KaleidoscopeJIT()
51 Mangle(*this->ES, this->DL), in KaleidoscopeJIT()
52 ObjectLayer(*this->ES, in KaleidoscopeJIT()
54 CompileLayer(*this->ES, ObjectLayer,
56 MainJD(this->ES->createBareJITDylib("<main>")) {
63 if (auto Err = ES->endSession()) in ~KaleidoscopeJIT()
64 ES->reportError(std::move(Err)); in ~KaleidoscopeJIT()
73 auto ES = std::make_unique<ExecutionSession>(std::move(SSP)); in Create() local
[all …]
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid_sqrt_macros.h139 UINT64 MY, ES, CY; in short_sqrt128() local
163 ES = ARS.w[2]; in short_sqrt128()
173 ES = ARS.w[0]; in short_sqrt128()
176 ES = ((SINT64) ES) >> 1; in short_sqrt128()
179 ES = -ES; in short_sqrt128()
267 ES.w[1] = ((SINT64) ES.w[1]) >> 1; in long_sqrt128()
280 ES.w[0] = -ES.w[0]; in long_sqrt128()
281 ES.w[1] = -ES.w[1]; in long_sqrt128()
282 if (ES.w[0]) in long_sqrt128()
283 ES.w[1]--; in long_sqrt128()
[all …]
/netbsd/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_sqrt_macros.h139 UINT64 MY, ES, CY; in short_sqrt128() local
163 ES = ARS.w[2]; in short_sqrt128()
173 ES = ARS.w[0]; in short_sqrt128()
176 ES = ((SINT64) ES) >> 1; in short_sqrt128()
179 ES = -ES; in short_sqrt128()
267 ES.w[1] = ((SINT64) ES.w[1]) >> 1; in long_sqrt128()
280 ES.w[0] = -ES.w[0]; in long_sqrt128()
281 ES.w[1] = -ES.w[1]; in long_sqrt128()
282 if (ES.w[0]) in long_sqrt128()
283 ES.w[1]--; in long_sqrt128()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h41 std::unique_ptr<ExecutionSession> ES; variable
54 std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() argument
56 : TPC(std::move(TPC)), ES(std::move(ES)), DL(std::move(DL)), in KaleidoscopeJIT()
57 Mangle(*this->ES, this->DL), in KaleidoscopeJIT()
58 ObjectLayer(*this->ES, in KaleidoscopeJIT()
60 CompileLayer(*this->ES, ObjectLayer,
62 OptimizeLayer(*this->ES, CompileLayer, optimizeModule),
63 MainJD(this->ES->createBareJITDylib("<main>")) {
70 if (auto Err = ES->endSession()) in ~KaleidoscopeJIT()
71 ES->reportError(std::move(Err)); in ~KaleidoscopeJIT()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp52 auto ES = std::make_unique<ExecutionSession>(); in Create() local
55 JTMB->getTargetTriple(), *ES, in Create()
78 ExecutionSession &getES() { return *ES; } in getES()
85 return ES->lookup({&MainJD}, Mangle(UnmangledName)); in lookup()
105 : ES(std::move(ES)), DL(std::move(DL)), in SpeculativeJIT()
107 CompileLayer(*this->ES, ObjLayer, in SpeculativeJIT()
109 S(Imps, *this->ES), in SpeculativeJIT()
115 this->ES->setDispatchTask( in SpeculativeJIT()
132 std::unique_ptr<ExecutionSession> ES; member in SpeculativeJIT
134 MangleAndInterner Mangle{*ES, DL};
[all …]
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h130 std::unique_ptr<ExecutionSession> ES; variable
150 std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() argument
153 : TPC(std::move(TPC)), ES(std::move(ES)), TPCIU(std::move(TPCIU)), in KaleidoscopeJIT()
154 DL(std::move(DL)), Mangle(*this->ES, this->DL), in KaleidoscopeJIT()
155 ObjectLayer(*this->ES, in KaleidoscopeJIT()
157 CompileLayer(*this->ES, ObjectLayer,
161 MainJD(this->ES->createBareJITDylib("<main>")) {
168 if (auto Err = ES->endSession()) in ~KaleidoscopeJIT()
169 ES->reportError(std::move(Err)); in ~KaleidoscopeJIT()
171 ES->reportError(std::move(Err)); in ~KaleidoscopeJIT()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DLayer.h37 IRMaterializationUnit(ExecutionSession &ES,
61 static SymbolStringPtr getInitSymbol(ExecutionSession &ES,
70 IRLayer(ExecutionSession &ES, const IRSymbolMapper::ManglingOptions *&MO) in IRLayer() argument
71 : ES(ES), MO(MO) {} in IRLayer()
76 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession()
115 ExecutionSession &ES; variable
138 ObjectLayer(ExecutionSession &ES);
142 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession()
157 ExecutionSession &ES;
H A DLazyReexports.h43 LazyCallThroughManager(ExecutionSession &ES,
79 ExecutionSession &ES; variable
91 LocalLazyCallThroughManager(ExecutionSession &ES, in LocalLazyCallThroughManager() argument
93 : LazyCallThroughManager(ES, ErrorHandlerAddr, nullptr) {} in LocalLazyCallThroughManager()
119 Create(ExecutionSession &ES, JITTargetAddress ErrorHandlerAddr) { in Create() argument
121 new LocalLazyCallThroughManager(ES, ErrorHandlerAddr)); in Create()
133 createLocalLazyCallThroughManager(const Triple &T, ExecutionSession &ES,
H A DLLJIT.h62 ExecutionSession &getExecutionSession() { return *ES; } in getExecutionSession()
76 return ES->getJITDylibByName(Name); in getJITDylibByName()
86 return ES->createJITDylib(std::move(Name)); in createJITDylib()
120 return lookupLinkerMangled(JD, ES->intern(Name)); in lookupLinkerMangled()
185 return ES->intern(mangle(UnmangledName)); in mangleAndIntern()
190 createObjectLinkingLayer(LLJITBuilderState &S, ExecutionSession &ES);
202 std::unique_ptr<ExecutionSession> ES; variable
263 std::unique_ptr<ExecutionSession> ES; variable
281 SetterImpl &setExecutionSession(std::unique_ptr<ExecutionSession> ES) { in setExecutionSession() argument
282 impl().ES = std::move(ES); in setExecutionSession()
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp126 DebugObject(JITLinkContext &Ctx, ExecutionSession &ES) : Ctx(Ctx), ES(ES) {} in DebugObject() argument
137 ES.reportError(std::move(Err)); in ~DebugObject()
151 ExecutionSession &ES; member in llvm::orc::DebugObject
205 ExecutionSession &ES);
248 ExecutionSession &ES) { in CreateArchType() argument
296 ExecutionSession &ES) { in Create() argument
302 return CreateArchType<ELF32LE>(Buffer, Ctx, ES); in Create()
304 return CreateArchType<ELF32BE>(Buffer, Ctx, ES); in Create()
309 return CreateArchType<ELF64LE>(Buffer, Ctx, ES); in Create()
393 : ES(ES), Target(std::move(Target)) {} in DebugObjectManagerPlugin()
[all …]
H A DObjectLinkingLayer.cpp70 LGI.InitSymbol = makeInitSymbol(ES, G); in scanLinkGraph()
90 return ES.intern(InitSymString); in makeInitSymbol()
161 auto &ES = Layer.getExecutionSession(); in lookup() local
204 auto &ES = Layer.getExecutionSession(); in notifyResolved() local
342 auto &ES = Layer.getExecutionSession(); in claimOrExternalizeWeakAndCommonSymbols() local
378 auto &ES = Layer.getExecutionSession(); in markResponsibilitySymbolsLive() local
572 : BaseT(ES), MemMgr(MemMgr) { in ObjectLinkingLayer()
573 ES.registerResourceManager(*this); in ObjectLinkingLayer()
579 ES.registerResourceManager(*this); in ObjectLinkingLayer()
687 : ES(ES), Registrar(std::move(Registrar)) {} in EHFrameRegistrationPlugin()
[all …]
H A DLazyReexports.cpp20 ExecutionSession &ES, JITTargetAddress ErrorHandlerAddr, TrampolinePool *TP) in LazyCallThroughManager() argument
21 : ES(ES), ErrorHandlerAddr(ErrorHandlerAddr), TP(TP) {} in LazyCallThroughManager()
40 ES.reportError(std::move(Err)); in reportCallThroughError()
98 ES.lookup(LookupKind::Static, in resolveTrampolineLandingAddress()
106 createLocalLazyCallThroughManager(const Triple &T, ExecutionSession &ES, in createLocalLazyCallThroughManager() argument
116 return LocalLazyCallThroughManager::Create<OrcAArch64>(ES, in createLocalLazyCallThroughManager()
120 return LocalLazyCallThroughManager::Create<OrcI386>(ES, ErrorHandlerAddr); in createLocalLazyCallThroughManager()
123 return LocalLazyCallThroughManager::Create<OrcMips32Be>(ES, in createLocalLazyCallThroughManager()
127 return LocalLazyCallThroughManager::Create<OrcMips32Le>(ES, in createLocalLazyCallThroughManager()
137 ES, ErrorHandlerAddr); in createLocalLazyCallThroughManager()
[all …]
H A DMangling.cpp21 MangleAndInterner::MangleAndInterner(ExecutionSession &ES, const DataLayout &DL) in MangleAndInterner() argument
22 : ES(ES), DL(DL) {} in MangleAndInterner()
30 return ES.intern(MangledName); in operator ()()
33 void IRSymbolMapper::add(ExecutionSession &ES, const ManglingOptions &MO, in add() argument
40 MangleAndInterner Mangle(ES, GVs[0]->getParent()->getDataLayout()); in add()
86 getObjectSymbolInfo(ExecutionSession &ES, MemoryBufferRef ObjBuffer) { in getObjectSymbolInfo() argument
119 auto InternedName = ES.intern(*Name); in getObjectSymbolInfo()
144 InitSymbol = ES.intern(InitSymString); in getObjectSymbolInfo()
H A DCompileOnDemandLayer.cpp74 PartitioningIRMaterializationUnit(ExecutionSession &ES, in PartitioningIRMaterializationUnit() argument
78 : IRMaterializationUnit(ES, MO, std::move(TSM)), Parent(Parent) {} in PartitioningIRMaterializationUnit()
134 auto &ES = getExecutionSession(); in emit() local
160 ES, *getManglingOptions(), std::move(TSM), *this))) { in emit()
161 ES.reportError(std::move(Err)); in emit()
267 auto &ES = getExecutionSession(); in emitPartition() local
320 MangleAndInterner Mangle(ES, M.getDataLayout()); in emitPartition()
322 IRSymbolMapper::add(ES, *getManglingOptions(), in emitPartition()
364 ES.reportError(ExtractedTSM.takeError()); in emitPartition()
370 ES, *getManglingOptions(), std::move(TSM), *this))) { in emitPartition()
[all …]
H A DLayer.cpp34 ExecutionSession &ES, const IRSymbolMapper::ManglingOptions &MO, in IRMaterializationUnit() argument
40 MangleAndInterner Mangle(ES, this->TSM.getModuleUnlocked()->getDataLayout()); in IRMaterializationUnit()
92 InitSymbol = ES.intern(InitSymbolName); in IRMaterializationUnit()
146 auto &ES = R->getTargetJITDylib().getExecutionSession(); in materialize() local
150 LLVM_DEBUG(ES.runSessionLocked( in materialize()
153 LLVM_DEBUG(ES.runSessionLocked([&]() { in materialize()
160 ObjectLayer::ObjectLayer(ExecutionSession &ES) : ES(ES) {} in ObjectLayer() argument
H A DRTDyldObjectLinkingLayer.cpp22 auto &ES = MR.getTargetJITDylib().getExecutionSession(); in lookup() local
27 InternedSymbols.add(ES.intern(S)); in lookup()
53 ES.lookup(LookupKind::Static, LinkOrder, InternedSymbols, in lookup()
84 : BaseT(ES), GetMemoryManager(GetMemoryManager) { in RTDyldObjectLinkingLayer()
85 ES.registerResourceManager(*this); in RTDyldObjectLinkingLayer()
97 auto &ES = getExecutionSession(); in emit() local
118 ES.reportError(SymType.takeError()); in emit()
126 ES.reportError(SymFlagsOrErr.takeError()); in emit()
136 ES.reportError(SymName.takeError()); in emit()
198 auto &ES = getExecutionSession(); in onObjLoad() local
[all …]
H A DLLJIT.cpp290 auto &ES = getExecutionSession(); in getInitializers() local
311 auto &ES = getExecutionSession(); in getDeinitializers() local
318 ES.runSessionLocked([&]() { in getDeinitializers()
591 auto &ES = J.getExecutionSession(); in deinitialize() local
597 auto Result = ES.lookup( in deinitialize()
980 ExecutionSession &ES, in prepareForConstruction()
1002 if (auto Err = ES->endSession()) in ~LLJIT()
1003 ES->reportError(std::move(Err)); in ~LLJIT()
1033 return ES->lookup( in lookupLinkerMangled()
1082 : ES(S.ES ? std::move(S.ES) : std::make_unique<ExecutionSession>()), Main(), in LLJIT()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp50 RemoteTargetProcessControl(ExecutionSession &ES,
67 ExecutionSession &ES, std::unique_ptr<RPCChannel> Channel, in RemoteTargetProcessControl() argument
69 : BaseT(ES.getSymbolStringPool(), *Endpoint, in RemoteTargetProcessControl()
70 [&ES](Error Err) { ES.reportError(std::move(Err)); }), in RemoteTargetProcessControl()
111 JITLinkExecutor::operator()(ExecutionSession &ES, const Triple &TT) { in operator ()() argument
112 return std::make_unique<ObjectLinkingLayer>(ES, TPC->getMemMgr()); in operator ()()
183 Error ChildProcessJITLinkExecutor::launch(ExecutionSession &ES) { in launch() argument
192 ExecutionSession &ES) { in ConnectTCPSocket() argument
200 Error ChildProcessJITLinkExecutor::launch(ExecutionSession &ES) { in launch() argument
308 ExecutionSession &ES) { in ConnectTCPSocket() argument
[all …]
H A DLLJITWithRemoteDebugging.cpp137 ExecutionSession &ES) { in connectExecutor() argument
141 ExitOnErr(JITLinkExecutor::ConnectTCPSocket(OOPExecutorConnect, ES)); in connectExecutor()
160 ExitOnErr(Exec->launch(ES)); in connectExecutor()
180 auto ES = std::make_unique<ExecutionSession>(); in main() local
181 ES->setErrorReporter([&](Error Err) { ExitOnErr(std::move(Err)); }); in main()
184 std::unique_ptr<JITLinkExecutor> Executor = connectExecutor(argv[0], *ES); in main()
220 .setExecutionSession(std::move(ES)) in main()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h72 raw_ostream &ES; variable
88 PlainPrinterBase(raw_ostream &OS, raw_ostream &ES, PrinterConfig &Config) in PlainPrinterBase() argument
89 : DIPrinter(), OS(OS), ES(ES), Config(Config) {} in PlainPrinterBase()
113 LLVMPrinter(raw_ostream &OS, raw_ostream &ES, PrinterConfig &Config) in LLVMPrinter() argument
114 : PlainPrinterBase(OS, ES, Config) {} in LLVMPrinter()
122 GNUPrinter(raw_ostream &OS, raw_ostream &ES, PrinterConfig &Config) in GNUPrinter() argument
123 : PlainPrinterBase(OS, ES, Config) {} in GNUPrinter()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp103 const char *ES, const TargetInstrInfo &TII) in ExternalSymbolPseudoSourceValue() argument
104 : CallEntryPseudoSourceValue(ExternalSymbolCallEntry, TII), ES(ES) {} in ExternalSymbolPseudoSourceValue()
146 PseudoSourceValueManager::getExternalSymbolCallEntry(const char *ES) { in getExternalSymbolCallEntry() argument
148 ExternalCallEntries[ES]; in getExternalSymbolCallEntry()
150 E = std::make_unique<ExternalSymbolPseudoSourceValue>(ES, TII); in getExternalSymbolCallEntry()

12345678910>>...22