Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp229 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
DMemorySSA.cpp1573 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/
Dheader_unordered_set_synop.pass.cpp46 using MP = MyPred<V>; in main() typedef
Dheader_unordered_map_synop.pass.cpp47 using MP = MyPred<K>; in main() typedef
/external/u-boot/doc/arch/
Dx86.rst724 .. _MP: http://www.intel.com/design/archives/processors/pro/docs/242016.htm target in TODO List
/external/llvm/unittests/Transforms/Utils/
DMemorySSA.cpp96 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/
Dst_tests_common.h33 #define MP(X, W) std::make_pair(X, W) macro
/external/clang/lib/CodeGen/
DCGCXXABI.cpp147 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/
DHTMLDiagnostics.cpp481 if (const PathDiagnosticMacroPiece *MP = in HandlePiece() local
577 if (const PathDiagnosticMacroPiece *MP = in ProcessMacroPiece() local
/external/llvm/lib/Transforms/Utils/
DMemorySSA.cpp581 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/
Dtestpi-7.c190 #define MP "\t\t\t" in med_prio_thread() macro
/external/llvm/utils/TableGen/
DDAGISelMatcherOpt.cpp75 if (MoveParentMatcher *MP = in ContractNodes() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DMemorySSA.cpp99 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/
DDAGISelMatcherOpt.cpp75 if (MoveParentMatcher *MP = in ContractNodes() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DLegacyPassManager.cpp409 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/
DLegacyPassManager.cpp354 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/
DGraph.h143 InternalEdgeMapT *MP; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp925 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
DEarlyCSE.cpp623 if (MemoryPhi *MP = dyn_cast<MemoryPhi>(U)) in removeMSSA() local
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp524 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/
DHexagonExpandCondsets.cpp673 MachineOperand &MP = MI.getOperand(1); // Predicate register in split() local
952 MachineOperand &MP = TfrI.getOperand(1); in predicate() local
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp651 MachineOperand &MP = MI.getOperand(1); // Predicate register in split() local
954 MachineOperand &MP = TfrI.getOperand(1); in predicate() local
/external/crosvm/protos/src/
Dplugin.proto287 MP = 5; enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h87 auto MP = getMethodKind(); in isVirtual() local
94 auto MP = getMethodKind(); in isIntroducedVirtual() local
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp233 if (GCMetadataPrinter *MP = GetOrCreateGCPrinter(*I)) in doInitialization() local
1215 if (GCMetadataPrinter *MP = GetOrCreateGCPrinter(**--I)) in doFinalization() local

12