Home
last modified time | relevance | path

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

12

/netbsd-src/sys/sys/
H A Dmount.h224 #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 DMachOPlatform.h115 InitScraperPlugin(MachOPlatform &MP) : MP(MP) {} in InitScraperPlugin()
149 MachOPlatform ∓ variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp284 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 DMemorySSA.cpp2129 if (MemoryPhi *MP = dyn_cast<MemoryPhi>(Dominatee.getUser())) { in dominates() local
/netbsd-src/tests/fs/lfs/
H A Dt_rfw.c58 #define MP "/mp" macro
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/
H A DLLJITWithObjectLinkingLayerPlugin.cpp235 M.withModuleDo([](Module &MP) { in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp548 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 DLegacyPassManager.cpp439 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 DDAGISelMatcherOpt.cpp78 if (MoveParentMatcher *MP = in ContractNodes() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp937 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 DGraph.h142 InternalEdgeMapT *MP; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp960 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 DCGCXXABI.cpp113 llvm::Constant *CGCXXABI::EmitMemberPointer(const APValue &MP, QualType MPT) { in EmitMemberPointer()
H A DItaniumCXXABI.cpp1088 llvm::Constant *ItaniumCXXABI::EmitMemberPointer(const APValue &MP, in EmitMemberPointer()
H A DMicrosoftCXXABI.cpp2778 llvm::Constant *MicrosoftCXXABI::EmitMemberPointer(const APValue &MP, in EmitMemberPointer()
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
H A Dnouveau_nvkm_subdev_clk_gt215.c118 u32 MP; in read_pll() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp674 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 Dformat.c304 #define MP(a) mp ? a : skip_fmt(src, p + 1); in subformat() macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp812 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 DAsmPrinter.cpp310 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 DTypeRecord.h80 auto MP = getMethodKind(); in isVirtual() local
87 auto MP = getMethodKind(); in isIntroducedVirtual() local
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1174 auto *MP = dyn_cast<MultiPiece>(D.Root); in buildForDocumentation() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMasmParser.cpp2897 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 DASTMatchers.h4779 const auto *MP = QT->getAs<MemberPointerType>(); in AST_POLYMORPHIC_MATCHER_P2() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp4114 for (const auto &MP : Opts.MacroPrefixMap) in GeneratePreprocessorArgs() local

12