Home
last modified time | relevance | path

Searched defs:MM (Results 1 – 16 of 16) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h40 RTDyldMemoryManager *MM; variable
/external/clang/test/CodeGenCXX/
Dconst-init.cpp56 const MutableMember MM = { 0 }; in writeToMutable() local
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h31 LinkingMemoryManager(MCJIT *Parent, RTDyldMemoryManager *MM) in LinkingMemoryManager()
DMCJIT.cpp59 MCJIT::MCJIT(Module *m, TargetMachine *tm, RTDyldMemoryManager *MM, in MCJIT()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestBase.h341 RTDyldMemoryManager *MM; variable
DMCJITCAPITest.cpp410 TestReserveAllocationSpaceMemoryManager* MM = new TestReserveAllocationSpaceMemoryManager(); in TEST_F() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp693 createRuntimeDyldELF(RTDyldMemoryManager *MM, bool ProcessAllSections) { in createRuntimeDyldELF()
700 createRuntimeDyldMachO(RTDyldMemoryManager *MM, bool ProcessAllSections) { in createRuntimeDyldMachO()
/external/llvm/tools/lli/
Dlli.cpp661 RemoteMemoryManager *MM = static_cast<RemoteMemoryManager*>(RTDyldMM); in main() local
/external/opencv/cv/src/
Dcvlkpyramid.cpp1042 CvMat MM = cvMat( 6, 1, CV_64F, M->data.db ); in icvGetRTMatrix() local
1087 CvMat MM = cvMat( 4, 1, CV_64F, m ); in icvGetRTMatrix() local
Dcvcalibration.cpp1138 double MM[9], U[9], V[9], W[3]; in cvFindExtrinsicCameraParams2() local
2593 CvMat MM = cvMat(3, 3, CV_64F, mm); in cvStereoRectifyUncalibrated() local
/external/speex/libspeex/
Dpreprocess.c839 spx_word32_t MM; in speex_preprocess_run() local
883 spx_word32_t MM; in speex_preprocess_run() local
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp439 void LLVMDisposeMCJITMemoryManager(LLVMMCJITMemoryManagerRef MM) { in LLVMDisposeMCJITMemoryManager()
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp1153 for (auto *MM : MI->memoperands()) { in isLdStPairSuppressed() local
/external/chromium_org/v8/src/
Di18n.js1370 options = appendToDateTimeObject(options, 'month', match, {MM: '2-digit', property
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp1309 struct MM { struct
1310 mutable int n; // expected-note 3{{declared here}}
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp2262 std::vector<Value *> &MM = CandidatePairs[S->second]; in choosePairs() local