Home
last modified time | relevance | path

Searched defs:ES (Results 1 – 25 of 106) sorted by relevance

12345

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DLayer.cpp17 IRLayer::IRLayer(ExecutionSession &ES) : ES(ES) {} in IRLayer()
25 IRMaterializationUnit::IRMaterializationUnit(ExecutionSession &ES, in IRMaterializationUnit()
66 ObjectLayer::ObjectLayer(ExecutionSession &ES) : ES(ES) {} in ObjectLayer()
80 auto &ES = L.getExecutionSession(); in BasicObjectLayerMaterializationUnit() local
DLLJIT.cpp19 LLJIT::Create(std::unique_ptr<ExecutionSession> ES, in Create()
46 LLJIT::LLJIT(std::unique_ptr<ExecutionSession> ES, in LLJIT()
87 LLLazyJIT::Create(std::unique_ptr<ExecutionSession> ES, in Create()
124 std::unique_ptr<ExecutionSession> ES, std::unique_ptr<TargetMachine> TM, in LLLazyJIT()
DRTDyldObjectLinkingLayer.cpp22 auto &ES = MR.getTargetVSO().getExecutionSession(); in lookup() local
48 auto &ES = MR.getTargetVSO().getExecutionSession(); in lookupFlags() local
82 ExecutionSession &ES, GetMemoryManagerFunction GetMemoryManager, in RTDyldObjectLinkingLayer2()
93 auto &ES = getExecutionSession(); in emit() local
DObjectTransformLayer.cpp16 ObjectTransformLayer2::ObjectTransformLayer2(ExecutionSession &ES, in ObjectTransformLayer2()
DIRTransformLayer.cpp16 IRTransformLayer2::IRTransformLayer2(ExecutionSession &ES, in IRTransformLayer2()
DIRCompileLayer.cpp15 IRCompileLayer2::IRCompileLayer2(ExecutionSession &ES, ObjectLayer &BaseLayer, in IRCompileLayer2()
DCompileOnDemandLayer.cpp133 ExtractingIRMaterializationUnit(ExecutionSession &ES, in ExtractingIRMaterializationUnit()
217 ExecutionSession &ES, IRLayer &BaseLayer, JITCompileCallbackManager &CCMgr, in CompileOnDemandLayer2()
231 auto &ES = getExecutionSession(); in emit() local
DLegacy.cpp18 ExecutionSession &ES, SymbolResolver &R, MaterializationResponsibility *MR) in JITSymbolResolverAdapter()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DLegacy.h137 lookupWithLegacyFn(ExecutionSession &ES, AsynchronousSymbolQuery &Query, in lookupWithLegacyFn()
175 LegacyLookupFnResolver(ExecutionSession &ES, LegacyLookupFn LegacyLookup, in LegacyLookupFnResolver()
202 createLegacyLookupResolver(ExecutionSession &ES, LegacyLookupFn LegacyLookup, in createLegacyLookupResolver()
DIndirectionUtils.h58 JITCompileCallbackManager(ExecutionSession &ES, in JITCompileCallbackManager()
93 ExecutionSession &ES; variable
107 LocalJITCompileCallbackManager(ExecutionSession &ES, in LocalJITCompileCallbackManager()
DLLJIT.h92 std::unique_ptr<ExecutionSession> ES; variable
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DCompileOnDemandLayerTest.cpp21 DummyCallbackManager(ExecutionSession &ES) in DummyCallbackManager()
62 ExecutionSession ES(std::make_shared<SymbolStringPool>()); in TEST() local
DRTDyldObjectLinkingLayerTest.cpp70 ExecutionSession ES(std::make_shared<SymbolStringPool>()); in TEST() local
126 ExecutionSession ES(std::make_shared<SymbolStringPool>()); in TEST_F() local
209 ExecutionSession ES(std::make_shared<SymbolStringPool>()); in TEST_F() local
270 ExecutionSession ES(std::make_shared<SymbolStringPool>()); in TEST_F() local
DLegacyAPIInteropTest.cpp71 ExecutionSession ES(std::make_shared<SymbolStringPool>()); in TEST() local
137 ExecutionSession ES; in TEST() local
/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp94 ExternalSymbolPseudoSourceValue::ExternalSymbolPseudoSourceValue(const char *ES) in ExternalSymbolPseudoSourceValue()
133 PseudoSourceValueManager::getExternalSymbolCallEntry(const char *ES) { in getExternalSymbolCallEntry()
/external/deqp/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.hpp152 struct ES struct
155 {
159 {
163 {
167 {
171 {
175 {
179 {
183 {
187 static const size_t MAX_ARRAY_DIMENSIONS;
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPseudoSourceValue.cpp104 const char *ES, const TargetInstrInfo &TII) in ExternalSymbolPseudoSourceValue()
147 PseudoSourceValueManager::getExternalSymbolCallEntry(const char *ES) { in getExternalSymbolCallEntry()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFrameLowering.cpp85 const char *ES = "__stack_pointer"; in writeSPToMemory() local
142 const char *ES = "__stack_pointer"; in emitPrologue() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFCodeEmitter.h29 ELFSection *ES; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFrameLowering.cpp107 const char *ES = "__stack_pointer"; in writeSPToMemory() local
153 const char *ES = "__stack_pointer"; in emitPrologue() local
/external/llvm/lib/Target/Mips/
DMipsMachineFunction.cpp88 MachinePointerInfo MipsFunctionInfo::callPtrInfo(const char *ES) { in callPtrInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsMachineFunction.cpp89 MachinePointerInfo MipsFunctionInfo::callPtrInfo(const char *ES) { in callPtrInfo()
/external/strace/linux/x86_64/
Darch_regs.h29 #define ES 24 macro
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/include/
DKaleidoscopeJIT.h129 ExecutionSession ES; variable
/external/syzkaller/vendor/golang.org/x/text/unicode/bidi/
Dtrieval.go12 ES // EuropeanSeparator const

12345