Home
last modified time | relevance | path

Searched defs:Ms (Results 1 – 14 of 14) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/Orc/
DLazyEmittingLayer.h117 EmissionDeferredSetImpl(ModuleSetT Ms, in EmissionDeferredSetImpl()
208 ModuleSetT Ms; variable
229 ModuleSetHandleT addModuleSet(ModuleSetT Ms, in addModuleSet()
288 BaseLayerT &B, ModuleSetT Ms, MemoryManagerPtrT MemMgr, in create()
DIRTransformLayer.h45 ModuleSetHandleT addModuleSet(ModuleSetT Ms, in addModuleSet()
DGlobalMappingLayer.h44 ModuleSetHandleT addModuleSet(ModuleSetT Ms, in addModuleSet()
DIRCompileLayer.h59 ModuleSetHandleT addModuleSet(ModuleSetT Ms, in addModuleSet()
DCompileOnDemandLayer.h184 ModuleSetHandleT addModuleSet(ModuleSetT Ms, in addModuleSet()
200 std::vector<std::unique_ptr<Module>> Ms; in addModuleSet() local
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
DKaleidoscopeJIT.h76 std::vector<std::unique_ptr<Module>> Ms; in addModule() local
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
DKaleidoscopeJIT.h86 std::vector<std::unique_ptr<Module>> Ms; in addModule() local
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
DKaleidoscopeJIT.h96 std::vector<std::unique_ptr<Module>> Ms; in addModule() local
/external/clang/lib/Driver/
DMultilib.cpp281 const multilib_list &Ms) { in filterCopy()
287 void MultilibSet::filterInPlace(FilterCallback F, multilib_list &Ms) { in filterInPlace()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
DKaleidoscopeJIT.h122 std::vector<std::unique_ptr<Module>> Ms; in addModule() local
/external/llvm/unittests/ExecutionEngine/Orc/
DOrcTestCommon.h118 ModuleSetHandleT addModuleSet(ModuleSetT Ms, MemoryManagerPtrT MemMgr, in addModuleSet()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
DKaleidoscopeJIT.h150 std::vector<std::unique_ptr<Module>> Ms; in addModule() local
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h169 std::vector<Module *> Ms; in addModule() local
/external/llvm/lib/Target/Hexagon/
DRDFGraph.cpp551 NodeList Ms = members_if(EqBB, G); in findBlock() local
1451 static auto HasUsedDef = [](NodeList &Ms) -> bool { in removeUnusedPhis()