Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp282 for (auto &MP : InsertedPHIs) in insertUse() local
289 static void setMemoryPhiValueForBlock(MemoryPhi *MP, const BasicBlock *BB, in setMemoryPhiValueForBlock()
444 for (auto &MP : InsertedPHIs) { in insertDef() local
477 if (auto *MP = MSSA->getMemoryAccess(S)) in fixupDefs() local
508 if (auto *MP = MSSA->getMemoryAccess(S)) in fixupDefs() local
1230 static MemoryAccess *onlySingleValue(MemoryPhi *MP) { in onlySingleValue()
1285 if (MemoryPhi *MP = dyn_cast<MemoryPhi>(MA)) { in removeMemoryAccess() local
1320 if (MemoryPhi *MP = dyn_cast<MemoryPhi>(U.getUser())) in removeMemoryAccess() local
1339 if (MemoryPhi *MP = in removeMemoryAccess() local
1353 if (MemoryPhi *MP = MSSA->getMemoryAccess(Succ)) { in removeBlocks() local
DMemorySSA.cpp1796 const auto *MP = cast<MemoryPhi>(Replacee); in dominatesUse() local
2135 if (MemoryPhi *MP = dyn_cast<MemoryPhi>(Dominatee.getUser())) { in dominates() local
/third_party/ltp/testcases/realtime/func/pi-tests/
Dtestpi-7.c190 #define MP "\t\t\t" in med_prio_thread() macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLegacyPassManager.cpp450 ModulePass *MP = getContainedPass(Index); in dumpPassStructure() local
527 MPPassManager *MP = static_cast<MPPassManager *>(PassManagers[N]); in getContainedManager() local
1570 ModulePass *MP = getContainedPass(Index); in runOnModule() local
1667 Pass* MPPassManager::getOnTheFlyPass(Pass *MP, AnalysisID PI, Function &F){ in getOnTheFlyPass()
DCore.cpp3996 void LLVMDisposeModuleProvider(LLVMModuleProviderRef MP) { in LLVMDisposeModuleProvider()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DGraph.h142 InternalEdgeMapT *MP; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp927 auto *MP = dyn_cast<MemoryPhi>(V); in getBlockForValue() local
1678 if (auto *MP = dyn_cast<MemoryPhi>(From)) { in setMemoryClass() local
2886 const MemoryPhi *MP = cast<MemoryPhi>(&Def); in initializeCongruenceClasses() local
3021 void NewGVN::valueNumberMemoryPhi(MemoryPhi *MP) { in valueNumberMemoryPhi()
3146 auto *MP = cast<MemoryPhi>(EndDef); in singleReachablePHIPath() local
3390 if (auto *MP = dyn_cast<MemoryPhi>(V)) { in iterateTouchedInstructions() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp673 MachineOperand &MP = MI.getOperand(1); // Predicate register in split() local
945 MachineOperand &MP = TfrI.getOperand(1); in predicate() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp296 if (GCMetadataPrinter *MP = GetOrCreateGCPrinter(*I)) in doInitialization() local
1548 if (GCMetadataPrinter *MP = GetOrCreateGCPrinter(**--I)) in doFinalization() local
3122 if (GCMetadataPrinter *MP = GetOrCreateGCPrinter(*I)) in emitStackMaps() local
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dshortnumbermetadata.js2177 ,"MP":[,[,,"9\\d\\d",,,,,,,[3] property
Dmetadata.js4977 ,"MP":[,[,,"[58]\\d{9}|(?:67|90)0\\d{7}",,,,,,,[10] property
Dmetadatalite.js4977 ,"MP":[,[,,"[58]\\d{9}|(?:67|90)0\\d{7}",,,,,,,[10] property
Ddemo-compiled.js322 …"]]],,[,,,,,,,,,[-1]],,,[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],,,[,,,,,,,,,[-1]]],MP:[,[,,"[58]\\d{9}|(?:… property
604 …99"],,[,,"999",,,,"999"],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],,[,,,,,,,,,[-1]]],MP:[,[,,"9\\d\\d",,,,,,… property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h86 auto MP = getMethodKind(); in isVirtual() local
93 auto MP = getMethodKind(); in isIntroducedVirtual() local
/third_party/pcre2/pcre2/src/
Dpcre2_jit_test.c131 #define MP (PCRE2_MULTILINE | PCRE2_UCP) macro
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp3051 ModuleValuesymtabParser(unsigned BlockID, ModuleParser *MP) in ModuleValuesymtabParser()