Home
last modified time | relevance | path

Searched defs:Ms (Results 1 – 19 of 19) 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-modextract/
Dllvm-modextract.cpp46 std::vector<BitcodeModule> Ms = ExitOnErr(getBitcodeModuleList(*MB)); in main() 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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DDebugCounter.cpp19 explicit DebugCounterList(Mods &&... Ms) : Base(std::forward<Mods>(Ms)...) {} in DebugCounterList()
/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/swiftshader/third_party/llvm-7.0/llvm/tools/lli/
Dlli.cpp375 std::vector<std::unique_ptr<Module>> Ms; in main() local
739 int runOrcLazyJIT(LLVMContext &Ctx, std::vector<std::unique_ptr<Module>> Ms, in runOrcLazyJIT()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFGraph.cpp600 NodeList Ms = members_if(EqBB, G); in findBlock() local
1544 static auto HasUsedDef = [](NodeList &Ms) -> bool { in removeUnusedPhis()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DCommandLineTest.cpp59 explicit StackOption(Ts &&... Ms) : Base(std::forward<Ts>(Ms)...) {} in StackOption()