Searched refs:LMH (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | LogicalDylib.h | 71 void addToLogicalModule(LogicalModuleHandle LMH, in addToLogicalModule() argument 73 LMH->BaseLayerHandles.push_back(BaseLayerHandle); in addToLogicalModule() 76 LogicalModuleResources& getLogicalModuleResources(LogicalModuleHandle LMH) { in getLogicalModuleResources() argument 77 return LMH->Resources; in getLogicalModuleResources() 80 BaseLayerHandleIterator moduleHandlesBegin(LogicalModuleHandle LMH) { in moduleHandlesBegin() argument 81 return LMH->BaseLayerHandles.begin(); in moduleHandlesBegin() 84 BaseLayerHandleIterator moduleHandlesEnd(LogicalModuleHandle LMH) { in moduleHandlesEnd() argument 85 return LMH->BaseLayerHandles.end(); in moduleHandlesEnd() 88 JITSymbol findSymbolInLogicalModule(LogicalModuleHandle LMH, in findSymbolInLogicalModule() argument 92 if (auto StubSym = LMH->Resources.findSymbol(Name, ExportedSymbolsOnly)) in findSymbolInLogicalModule() [all …]
|
D | CompileOnDemandLayer.h | 249 auto LMH = LD.createLogicalModule(); in addLogicalModule() local 250 auto &LMResources = LD.getLogicalModuleResources(LMH); in addLogicalModule() 276 CCInfo.setCompileAction([this, &LD, LMH, &F]() { in addLogicalModule() 277 return this->extractAndCompile(LD, LMH, F); in addLogicalModule() 360 [&LD, LMH](const std::string &Name) { in addLogicalModule() 361 auto &LMResources = LD.getLogicalModuleResources(LMH); in addLogicalModule() 374 LD.addToLogicalModule(LMH, GVsH); in addLogicalModule() 387 LogicalModuleHandle LMH, in extractAndCompile() argument 389 auto &LMResources = LD.getLogicalModuleResources(LMH); in extractAndCompile() 400 auto PartH = emitPartition(LD, LMH, Part); in extractAndCompile() [all …]
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | Rotate.miff | 15 …���������������������������������������������������������������������������LMH+,%12-/0.....,)0*'2-…
|
/external/v8/src/s390/ |
D | constants-s390.h | 573 LMH = 0xEB96, // Load Multiple High enumerator
|
D | simulator-s390.h | 1162 EVALUATE(LMH);
|
D | simulator-s390.cc | 1383 EvalTable[LMH] = &Simulator::Evaluate_LMH; in EvalTableInit() 11992 EVALUATE(LMH) { in EVALUATE() argument
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 719 def LMH : LoadMultipleRSY<"lmh", 0xEB96, GRH32>;
|