/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemorySSAUpdater.cpp | 229 static void setMemoryPhiValueForBlock(MemoryPhi *MP, const BasicBlock *BB, in setMemoryPhiValueForBlock() 317 for (auto &MP : InsertedPHIs) { in insertDef() local 350 if (auto *MP = MSSA->getMemoryAccess(S)) in fixupDefs() local 381 if (auto *MP = MSSA->getMemoryAccess(S)) in fixupDefs() local 488 static MemoryAccess *onlySingleValue(MemoryPhi *MP) { in onlySingleValue() 535 if (MemoryPhi *MP = dyn_cast<MemoryPhi>(MA)) { in removeMemoryAccess() local 585 if (MemoryPhi *MP = MSSA->getMemoryAccess(Succ)) { in removeBlocks() local
|
D | MemorySSA.cpp | 1573 const auto *MP = cast<MemoryPhi>(Replacee); in dominatesUse() local 1764 if (MemoryPhi *MP = getMemoryAccess(&B)) in verifyDomination() local 1893 if (MemoryPhi *MP = dyn_cast<MemoryPhi>(Dominatee.getUser())) { in dominates() local
|
/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/u-boot/doc/arch/ |
D | x86.rst | 724 .. _MP: http://www.intel.com/design/archives/processors/pro/docs/242016.htm target in TODO List
|
/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/mesa3d/src/mesa/state_tracker/tests/ |
D | st_tests_common.h | 33 #define MP(X, W) std::make_pair(X, W) macro
|
/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/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/llvm/utils/TableGen/ |
D | DAGISelMatcherOpt.cpp | 75 if (MoveParentMatcher *MP = in ContractNodes() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | MemorySSA.cpp | 99 MemoryPhi *MP = MSSA.getMemoryAccess(Merge); in TEST_F() local 145 MemoryPhi *MP = MSSA.getMemoryAccess(Merge); in TEST_F() local 235 MemoryPhi *MP = MSSA.getMemoryAccess(Merge); in TEST_F() local 507 MemoryPhi *MP = cast<MemoryPhi>(DefiningAccess); in TEST_F() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | DAGISelMatcherOpt.cpp | 75 if (MoveParentMatcher *MP = in ContractNodes() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | LegacyPassManager.cpp | 409 ModulePass *MP = getContainedPass(Index); in dumpPassStructure() local 486 MPPassManager *MP = static_cast<MPPassManager *>(PassManagers[N]); in getContainedManager() local 1655 ModulePass *MP = getContainedPass(Index); in runOnModule() local 1746 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-7.0/llvm/include/llvm/XRay/ |
D | Graph.h | 143 InternalEdgeMapT *MP; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | NewGVN.cpp | 925 auto *MP = dyn_cast<MemoryPhi>(V); in getBlockForValue() local 1670 if (auto *MP = dyn_cast<MemoryPhi>(From)) { in setMemoryClass() local 2908 const MemoryPhi *MP = cast<MemoryPhi>(&Def); in initializeCongruenceClasses() local 3043 void NewGVN::valueNumberMemoryPhi(MemoryPhi *MP) { in valueNumberMemoryPhi() 3168 auto *MP = cast<MemoryPhi>(EndDef); in singleReachablePHIPath() local 3417 if (auto *MP = dyn_cast<MemoryPhi>(V)) { in iterateTouchedInstructions() local
|
D | EarlyCSE.cpp | 623 if (MemoryPhi *MP = dyn_cast<MemoryPhi>(U)) in removeMSSA() local
|
/external/clang/lib/ASTMatchers/ |
D | ASTMatchFinder.cpp | 524 for (const auto &MP : Matchers) { in matchWithoutFilter() local 548 auto &MP = Matchers[I]; in matchWithFilter() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 673 MachineOperand &MP = MI.getOperand(1); // Predicate register in split() local 952 MachineOperand &MP = TfrI.getOperand(1); in predicate() local
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 651 MachineOperand &MP = MI.getOperand(1); // Predicate register in split() local 954 MachineOperand &MP = TfrI.getOperand(1); in predicate() local
|
/external/crosvm/protos/src/ |
D | plugin.proto | 287 MP = 5; enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 87 auto MP = getMethodKind(); in isVirtual() local 94 auto MP = getMethodKind(); in isIntroducedVirtual() local
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 233 if (GCMetadataPrinter *MP = GetOrCreateGCPrinter(*I)) in doInitialization() local 1215 if (GCMetadataPrinter *MP = GetOrCreateGCPrinter(**--I)) in doFinalization() local
|