| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| D | MemoryFlags.h | 44 inline sys::Memory::ProtectionFlags toSysMemoryProtectionFlags(MemProt MP) { in toSysMemoryProtectionFlags() 58 MemProt MP = MemProt::None; in fromSysMemoryProtectionFlags() local
|
| D | TargetProcessControlTypes.h | 152 MemProt MP = MemProt::None; in deserialize() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
| D | MemorySSAUpdater.cpp | 278 for (auto &MP : InsertedPHIs) in insertUse() local 285 static void setMemoryPhiValueForBlock(MemoryPhi *MP, const BasicBlock *BB, in setMemoryPhiValueForBlock() 447 for (auto &MP : InsertedPHIs) { in insertDef() local 454 for (const auto &MP : ExistingPhis) { in insertDef() local 487 if (auto *MP = MSSA->getMemoryAccess(S)) in fixupDefs() local 517 if (auto *MP = MSSA->getMemoryAccess(S)) in fixupDefs() local 556 static MemoryAccess *onlySingleValue(MemoryPhi *MP) { in onlySingleValue() 1311 if (MemoryPhi *MP = dyn_cast<MemoryPhi>(MA)) { in removeMemoryAccess() local 1347 if (MemoryPhi *MP = dyn_cast<MemoryPhi>(U.getUser())) in removeMemoryAccess() local 1366 if (MemoryPhi *MP = in removeMemoryAccess() local [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | MemorySSAUpdater.cpp | 282 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
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/ |
| D | MachOPlatform.h | 124 MachOPlatformPlugin(MachOPlatform &MP) : MP(MP) {} in MachOPlatformPlugin() 179 MachOPlatform &MP; variable
|
| D | ELFNixPlatform.h | 131 ELFNixPlatformPlugin(ELFNixPlatform &MP) : MP(MP) {} in ELFNixPlatformPlugin() 174 ELFNixPlatform &MP; variable
|
| /external/libcxx/test/std/experimental/memory/memory.resource.aliases/ |
| D | header_unordered_set_synop.pass.cpp | 46 using MP = MyPred<V>; in main() typedef
|
| D | header_unordered_map_synop.pass.cpp | 47 using MP = MyPred<K>; in main() typedef
|
| /external/cronet/third_party/libc++/src/test/std/utilities/utility/mem.res/mem.res.aliases/ |
| D | header_unordered_set_synop.pass.cpp | 42 using MP = MyPred<V>; in main() typedef
|
| D | header_unordered_map_synop.pass.cpp | 43 using MP = MyPred<K>; in main() typedef
|
| /external/cronet/third_party/libc++/src/test/std/containers/views/mdspan/mdspan/ |
| D | types.pass.cpp | 124 using MP = typename MDS::mapping_type; in test_mdspan_types() typedef
|
| /external/llvm/unittests/Transforms/Utils/ |
| D | MemorySSA.cpp | 96 MemoryPhi *MP = MSSA.createMemoryPhi(Merge); in TEST_F() local 139 MemoryPhi *MP = cast<MemoryPhi>(DefiningAccess); in TEST_F() local
|
| /external/clang/lib/CodeGen/ |
| D | CGCXXABI.cpp | 147 llvm::Constant *CGCXXABI::EmitMemberPointer(const APValue &MP, QualType MPT) { in EmitMemberPointer() 283 CharUnits CGCXXABI::getMemberPointerPathAdjustment(const APValue &MP) { in getMemberPointerPathAdjustment()
|
| /external/clang/lib/StaticAnalyzer/Core/ |
| D | HTMLDiagnostics.cpp | 481 if (const PathDiagnosticMacroPiece *MP = in HandlePiece() local 577 if (const PathDiagnosticMacroPiece *MP = in ProcessMacroPiece() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| D | ExecutorSharedMemoryMapperService.cpp | 29 static DWORD getWindowsProtectionFlags(MemProt MP) { in getWindowsProtectionFlags()
|
| /external/llvm/lib/Transforms/Utils/ |
| D | MemorySSA.cpp | 581 const auto *MP = cast<MemoryPhi>(Replacee); in dominatesUse() local 595 static MemoryAccess *onlySingleValue(MemoryPhi *MP) { in onlySingleValue() 641 if (MemoryPhi *MP = dyn_cast<MemoryPhi>(MA)) { in removeMemoryAccess() local 722 if (MemoryPhi *MP = getMemoryAccess(&B)) { in verifyDomination() local
|
| /external/ltp/testcases/realtime/func/pi-tests/ |
| D | testpi-7.c | 190 #define MP "\t\t\t" in med_prio_thread() macro
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
| D | LegacyPassManager.cpp | 433 ModulePass *MP = getContainedPass(Index); in dumpPassStructure() local 509 MPPassManager *MP = static_cast<MPPassManager *>(PassManagers[N]); in getContainedManager() local 1529 ModulePass *MP = getContainedPass(Index); in runOnModule() local 1637 std::tuple<Pass *, bool> MPPassManager::getOnTheFlyPass(Pass *MP, AnalysisID PI, in getOnTheFlyPass()
|
| /external/llvm/utils/TableGen/ |
| D | DAGISelMatcherOpt.cpp | 75 if (MoveParentMatcher *MP = in ContractNodes() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | LegacyPassManager.cpp | 450 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()
|
| /external/llvm/lib/IR/ |
| D | LegacyPassManager.cpp | 354 ModulePass *MP = getContainedPass(Index); in dumpPassStructure() local 431 MPPassManager *MP = static_cast<MPPassManager *>(PassManagers[N]); in getContainedManager() local 1591 ModulePass *MP = getContainedPass(Index); in runOnModule() local 1678 Pass* MPPassManager::getOnTheFlyPass(Pass *MP, AnalysisID PI, Function &F){ in getOnTheFlyPass()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/XRay/ |
| D | Graph.h | 142 InternalEdgeMapT *MP; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
| D | Graph.h | 142 InternalEdgeMapT *MP; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | NewGVN.cpp | 927 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
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
| D | NewGVN.cpp | 959 auto *MP = dyn_cast<MemoryPhi>(V); in getBlockForValue() local 1660 if (auto *MP = dyn_cast<MemoryPhi>(From)) { in setMemoryClass() local 2897 const MemoryPhi *MP = cast<MemoryPhi>(&Def); in initializeCongruenceClasses() local 3031 void NewGVN::valueNumberMemoryPhi(MemoryPhi *MP) { in valueNumberMemoryPhi() 3158 auto *MP = cast<MemoryPhi>(EndDef); in singleReachablePHIPath() local 3403 if (auto *MP = dyn_cast<MemoryPhi>(V)) { in iterateTouchedInstructions() local
|