Home
last modified time | relevance | path

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

123

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DMachOPlatform.h115 InitScraperPlugin(MachOPlatform &MP) : MP(MP) {} in InitScraperPlugin()
148 MachOPlatform ∓ variable
/external/llvm-project/llvm/lib/Analysis/
DMemorySSAUpdater.cpp284 for (auto &MP : InsertedPHIs) in insertUse() local
291 static void setMemoryPhiValueForBlock(MemoryPhi *MP, const BasicBlock *BB, in setMemoryPhiValueForBlock()
449 for (auto &MP : InsertedPHIs) { in insertDef() local
456 for (auto &MP : ExistingPhis) { in insertDef() local
489 if (auto *MP = MSSA->getMemoryAccess(S)) in fixupDefs() local
520 if (auto *MP = MSSA->getMemoryAccess(S)) in fixupDefs() local
559 static MemoryAccess *onlySingleValue(MemoryPhi *MP) { in onlySingleValue()
1306 if (MemoryPhi *MP = dyn_cast<MemoryPhi>(MA)) { in removeMemoryAccess() local
1342 if (MemoryPhi *MP = dyn_cast<MemoryPhi>(U.getUser())) in removeMemoryAccess() local
1361 if (MemoryPhi *MP = in removeMemoryAccess() local
[all …]
/external/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
/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/llvm-project/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/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/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp548 std::unique_ptr<MachOPlatformSupport> MP( in Create() local
671 auto &MP = *Tmp; in setupPlatform() local
889 MachOPlatform &MP; member in __anon266705120111::MachOPlatformSupport
1151 auto MP = MachOPlatformSupport::Create(J, J.getMainJITDylib()); in setUpMachOPlatform() local
/external/ltp/testcases/realtime/func/pi-tests/
Dtestpi-7.c190 #define MP "\t\t\t" in med_prio_thread() macro
/external/llvm-project/llvm/lib/IR/
DLegacyPassManager.cpp439 ModulePass *MP = getContainedPass(Index); in dumpPassStructure() local
516 MPPassManager *MP = static_cast<MPPassManager *>(PassManagers[N]); in getContainedManager() local
1539 ModulePass *MP = getContainedPass(Index); in runOnModule() local
1647 std::tuple<Pass *, bool> MPPassManager::getOnTheFlyPass(Pass *MP, AnalysisID PI, in getOnTheFlyPass()
/external/llvm/utils/TableGen/
DDAGISelMatcherOpt.cpp75 if (MoveParentMatcher *MP = in ContractNodes() local
/external/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()
/external/llvm-project/llvm/utils/TableGen/
DDAGISelMatcherOpt.cpp78 if (MoveParentMatcher *MP = in ContractNodes() local
/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/llvm-project/clang/lib/StaticAnalyzer/Core/
DHTMLDiagnostics.cpp916 if (const auto *MP = dyn_cast<PathDiagnosticMacroPiece>(&P)) { in HandlePiece() local
1011 if (const auto *MP = dyn_cast<PathDiagnosticMacroPiece>(subPiece.get())) { in ProcessMacroPiece() local
/external/llvm-project/llvm/unittests/Analysis/
DMemorySSATest.cpp100 MemoryPhi *MP = MSSA.getMemoryAccess(Merge); in TEST_F() local
146 MemoryPhi *MP = MSSA.getMemoryAccess(Merge); in TEST_F() local
232 MemoryPhi *MP = MSSA.getMemoryAccess(Merge); in TEST_F() local
508 MemoryPhi *MP = cast<MemoryPhi>(DefiningAccess); in TEST_F() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DGraph.h142 InternalEdgeMapT *MP; variable
/external/llvm-project/llvm/include/llvm/XRay/
DGraph.h142 InternalEdgeMapT *MP; variable
/external/llvm-project/clang/lib/CodeGen/
DCGCXXABI.cpp113 llvm::Constant *CGCXXABI::EmitMemberPointer(const APValue &MP, QualType MPT) { in EmitMemberPointer()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DNewGVN.cpp929 auto *MP = dyn_cast<MemoryPhi>(V); in getBlockForValue() local
1629 if (auto *MP = dyn_cast<MemoryPhi>(From)) { in setMemoryClass() local
2839 const MemoryPhi *MP = cast<MemoryPhi>(&Def); in initializeCongruenceClasses() local
2974 void NewGVN::valueNumberMemoryPhi(MemoryPhi *MP) { in valueNumberMemoryPhi()
3099 auto *MP = cast<MemoryPhi>(EndDef); in singleReachablePHIPath() local
3343 if (auto *MP = dyn_cast<MemoryPhi>(V)) { in iterateTouchedInstructions() local

123