Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DMemoryFlags.h44 inline sys::Memory::ProtectionFlags toSysMemoryProtectionFlags(MemProt MP) { in toSysMemoryProtectionFlags()
58 MemProt MP = MemProt::None; in fromSysMemoryProtectionFlags() local
H A DTargetProcessControlTypes.h152 MemProt MP = MemProt::None; in deserialize() local
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp278 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 …]
H A DMemorySSA.cpp2131 if (MemoryPhi *MP = dyn_cast<MemoryPhi>(Dominatee.getUser())) { in dominates() local
/openbsd/sys/sys/
H A Dmount.h535 #define VFS_MOUNT(MP, PATH, DATA, NDP, P) \ argument
537 #define VFS_START(MP, FLAGS, P) (*(MP)->mnt_op->vfs_start)(MP, FLAGS, P) argument
538 #define VFS_UNMOUNT(MP, FORCE, P) (*(MP)->mnt_op->vfs_unmount)(MP, FORCE, P) argument
539 #define VFS_ROOT(MP, VPP) (*(MP)->mnt_op->vfs_root)(MP, VPP) argument
540 #define VFS_QUOTACTL(MP,C,U,A,P) (*(MP)->mnt_op->vfs_quotactl)(MP, C, U, A, P) argument
541 #define VFS_STATFS(MP, SBP, P) (*(MP)->mnt_op->vfs_statfs)(MP, SBP, P) argument
542 #define VFS_SYNC(MP, W, S, C, P) (*(MP)->mnt_op->vfs_sync)(MP, W, S, C, P) argument
543 #define VFS_VGET(MP, INO, VPP) (*(MP)->mnt_op->vfs_vget)(MP, INO, VPP) argument
544 #define VFS_FHTOVP(MP, FIDP, VPP) \ argument
547 #define VFS_CHECKEXP(MP, NAM, EXFLG, CRED) \ argument
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h124 MachOPlatformPlugin(MachOPlatform &MP) : MP(MP) {} in MachOPlatformPlugin()
179 MachOPlatform &MP; variable
H A DELFNixPlatform.h131 ELFNixPlatformPlugin(ELFNixPlatform &MP) : MP(MP) {} in ELFNixPlatformPlugin()
174 ELFNixPlatform &MP; variable
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.cpp29 static DWORD getWindowsProtectionFlags(MemProt MP) { in getWindowsProtectionFlags()
/openbsd/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/
H A DLLJITWithObjectLinkingLayerPlugin.cpp236 M.withModuleDo([](Module &MP) { in main()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DLegacyPassManager.cpp433 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()
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp78 if (MoveParentMatcher *MP = in ContractNodes() local
/openbsd/gnu/llvm/llvm/include/llvm/XRay/
H A DGraph.h142 InternalEdgeMapT *MP; variable
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp1020 if (const auto *MP = dyn_cast<PathDiagnosticMacroPiece>(&P)) { in HandlePiece() local
1114 if (const auto *MP = dyn_cast<PathDiagnosticMacroPiece>(subPiece.get())) { in ProcessMacroPiece() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp959 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
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp693 MachineOperand &MP = MI.getOperand(1); // Predicate register in split() local
966 MachineOperand &MP = TfrI.getOperand(1); in predicate() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCXXABI.cpp112 llvm::Constant *CGCXXABI::EmitMemberPointer(const APValue &MP, QualType MPT) { in EmitMemberPointer()
H A DItaniumCXXABI.cpp1051 llvm::Constant *ItaniumCXXABI::EmitMemberPointer(const APValue &MP, in EmitMemberPointer()
H A DMicrosoftCXXABI.cpp2884 llvm::Constant *MicrosoftCXXABI::EmitMemberPointer(const APValue &MP, in EmitMemberPointer()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h80 auto MP = getMethodKind(); in isVirtual() local
87 auto MP = getMethodKind(); in isIntroducedVirtual() local
/openbsd/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1015 for (const auto &MP : Matchers) { in matchWithoutFilter() local
1040 auto &MP = Matchers[I]; in matchWithFilter() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp481 if (GCMetadataPrinter *MP = getOrCreateGCPrinter(*I)) in doInitialization() local
2256 if (GCMetadataPrinter *MP = getOrCreateGCPrinter(**--I)) in doFinalization() local
3901 if (GCMetadataPrinter *MP = getOrCreateGCPrinter(*I)) in emitStackMaps() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2044 const auto *MP = P->castAs<ConstantMatrixType>(), in DeduceTemplateArgumentsByTypeMatch() local
2061 const auto *MP = P->castAs<DependentSizedMatrixType>(); in DeduceTemplateArgumentsByTypeMatch() local
/openbsd/gnu/llvm/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1174 auto *MP = dyn_cast<MultiPiece>(D.Root); in buildForDocumentation() local
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp3031 bool MasmParser::parseMacroArgument(const MCAsmMacroParameter *MP, in parseMacroArgument()
3173 const MCAsmMacroParameter *MP = nullptr; in parseMacroArguments() local
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4906 const auto *MP = QT->getAs<MemberPointerType>(); in AST_POLYMORPHIC_MATCHER_P2() local

12