/netbsd-src/sys/sys/ |
H A D | mount.h | 224 #define VFS_VGET(MP, INO, LK, VPP) (*(MP)->mnt_op->vfs_vget)(MP, INO, LK, VPP) argument 225 #define VFS_LOADVNODE(MP, VP, KEY, KEY_LEN, NEW_KEY) \ argument 227 #define VFS_NEWVNODE(MP, DVP, VP, VAP, CRED, EXTRA, NEW_LEN, NEW_KEY) \ argument 231 #define VFS_RENAMELOCK_ENTER(MP) (*(MP)->mnt_op->vfs_renamelock_enter)(MP) argument 232 #define VFS_RENAMELOCK_EXIT(MP) (*(MP)->mnt_op->vfs_renamelock_exit)(MP) argument 233 #define VFS_FSYNC(MP, VP, FLG) (*(MP)->mnt_op->vfs_fsync)(VP, FLG) argument 299 #define WAPBL_DISCARD(MP) \ argument 301 #define WAPBL_REPLAY_ISOPEN(MP) \ argument 303 #define WAPBL_REPLAY_CAN_READ(MP, BLK, LEN) \ argument 306 #define WAPBL_REPLAY_READ(MP, DATA, BLK, LEN) \ argument [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | MachOPlatform.h | 115 InitScraperPlugin(MachOPlatform &MP) : MP(MP) {} in InitScraperPlugin() 149 MachOPlatform ∓ variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | MemorySSAUpdater.cpp | 284 for (auto &MP : InsertedPHIs) in insertUse() local 291 static void setMemoryPhiValueForBlock(MemoryPhi *MP, const BasicBlock *BB, in setMemoryPhiValueForBlock() 447 for (auto &MP : InsertedPHIs) { in insertDef() local 454 for (auto &MP : ExistingPhis) { in insertDef() local 487 if (auto *MP = MSSA->getMemoryAccess(S)) in fixupDefs() local 518 if (auto *MP = MSSA->getMemoryAccess(S)) in fixupDefs() local 557 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 D | MemorySSA.cpp | 2129 if (MemoryPhi *MP = dyn_cast<MemoryPhi>(Dominatee.getUser())) { in dominates() local
|
/netbsd-src/tests/fs/lfs/ |
H A D | t_rfw.c | 58 #define MP "/mp" macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/ |
H A D | LLJITWithObjectLinkingLayerPlugin.cpp | 235 M.withModuleDo([](Module &MP) { in main()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | LLJIT.cpp | 548 std::unique_ptr<MachOPlatformSupport> MP( in Create() local 671 auto &MP = *Tmp; in setupPlatform() local 889 MachOPlatform &MP; member in __anon09f517660111::MachOPlatformSupport 1178 auto MP = MachOPlatformSupport::Create(J, J.getMainJITDylib()); in setUpMachOPlatform() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | LegacyPassManager.cpp | 439 ModulePass *MP = getContainedPass(Index); in dumpPassStructure() local 516 MPPassManager *MP = static_cast<MPPassManager *>(PassManagers[N]); in getContainedManager() local 1538 ModulePass *MP = getContainedPass(Index); in runOnModule() local 1646 std::tuple<Pass *, bool> MPPassManager::getOnTheFlyPass(Pass *MP, AnalysisID PI, in getOnTheFlyPass()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | DAGISelMatcherOpt.cpp | 78 if (MoveParentMatcher *MP = in ContractNodes() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | HTMLDiagnostics.cpp | 937 if (const auto *MP = dyn_cast<PathDiagnosticMacroPiece>(&P)) { in HandlePiece() local 1032 if (const auto *MP = dyn_cast<PathDiagnosticMacroPiece>(subPiece.get())) { in ProcessMacroPiece() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/XRay/ |
H A D | Graph.h | 142 InternalEdgeMapT *MP; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 960 auto *MP = dyn_cast<MemoryPhi>(V); in getBlockForValue() local 1645 if (auto *MP = dyn_cast<MemoryPhi>(From)) { in setMemoryClass() local 2867 const MemoryPhi *MP = cast<MemoryPhi>(&Def); in initializeCongruenceClasses() local 3001 void NewGVN::valueNumberMemoryPhi(MemoryPhi *MP) { in valueNumberMemoryPhi() 3129 auto *MP = cast<MemoryPhi>(EndDef); in singleReachablePHIPath() local 3373 if (auto *MP = dyn_cast<MemoryPhi>(V)) { in iterateTouchedInstructions() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGCXXABI.cpp | 113 llvm::Constant *CGCXXABI::EmitMemberPointer(const APValue &MP, QualType MPT) { in EmitMemberPointer()
|
H A D | ItaniumCXXABI.cpp | 1088 llvm::Constant *ItaniumCXXABI::EmitMemberPointer(const APValue &MP, in EmitMemberPointer()
|
H A D | MicrosoftCXXABI.cpp | 2778 llvm::Constant *MicrosoftCXXABI::EmitMemberPointer(const APValue &MP, in EmitMemberPointer()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/ |
H A D | nouveau_nvkm_subdev_clk_gt215.c | 118 u32 MP; in read_pll() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 674 MachineOperand &MP = MI.getOperand(1); // Predicate register in split() local 946 MachineOperand &MP = TfrI.getOperand(1); in predicate() local
|
/netbsd-src/usr.bin/mail/ |
H A D | format.c | 304 #define MP(a) mp ? a : skip_fmt(src, p + 1); in subformat() macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/ |
H A D | ASTMatchFinder.cpp | 812 for (const auto &MP : Matchers) { in matchWithoutFilter() local 836 auto &MP = Matchers[I]; in matchWithFilter() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 310 if (GCMetadataPrinter *MP = GetOrCreateGCPrinter(*I)) in doInitialization() local 1849 if (GCMetadataPrinter *MP = GetOrCreateGCPrinter(**--I)) in doFinalization() local 3414 if (GCMetadataPrinter *MP = GetOrCreateGCPrinter(*I)) in emitStackMaps() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 80 auto MP = getMethodKind(); in isVirtual() local 87 auto MP = getMethodKind(); in isIntroducedVirtual() local
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
H A D | ClangDiagnosticsEmitter.cpp | 1174 auto *MP = dyn_cast<MultiPiece>(D.Root); in buildForDocumentation() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 2897 bool MasmParser::parseMacroArgument(const MCAsmMacroParameter *MP, in parseMacroArgument() 3039 const MCAsmMacroParameter *MP = nullptr; in parseMacroArguments() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 4779 const auto *MP = QT->getAs<MemberPointerType>(); in AST_POLYMORPHIC_MATCHER_P2() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 4114 for (const auto &MP : Opts.MacroPrefixMap) in GeneratePreprocessorArgs() local
|