Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DMemoryFlags.h44 inline sys::Memory::ProtectionFlags toSysMemoryProtectionFlags(MemProt MP) { in toSysMemoryProtectionFlags() argument
58 MemProt MP = MemProt::None; in fromSysMemoryProtectionFlags() local
[all...]
H A DTargetProcessControlTypes.h182 MemProt MP = MemProt::None; in deserialize() local
/freebsd-src/contrib/llvm-project/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() argument
447 for (auto &MP : InsertedPHIs) { in insertDef() local
454 for (const auto &MP : ExistingPhis) { insertDef() local
487 if (auto *MP = MSSA->getMemoryAccess(S)) fixupDefs() local
517 if (auto *MP = MSSA->getMemoryAccess(S)) fixupDefs() local
556 onlySingleValue(MemoryPhi * MP) onlySingleValue() argument
1286 if (MemoryPhi *MP = dyn_cast<MemoryPhi>(MA)) { removeMemoryAccess() local
1322 if (MemoryPhi *MP = dyn_cast<MemoryPhi>(U.getUser())) removeMemoryAccess() local
1341 if (MemoryPhi *MP = removeMemoryAccess() local
1355 if (MemoryPhi *MP = MSSA->getMemoryAccess(Succ)) { removeBlocks() local
[all...]
H A DMemorySSA.cpp2125 if (MemoryPhi *MP = dyn_cast<MemoryPhi>(Dominatee.getUser())) { dominates() local
/freebsd-src/sys/sys/
H A Dmount.h845 VFS_MOUNT(MP) global() argument
853 VFS_UNMOUNT(MP,FORCE) global() argument
859 VFS_ROOT(MP,FLAGS,VPP) global() argument
865 VFS_CACHEDROOT(MP,FLAGS,VPP) global() argument
871 VFS_QUOTACTL(MP,C,U,A,MP_BUSY) global() argument
877 VFS_STATFS(MP,SBP) global() argument
883 VFS_SYNC(MP,WAIT) global() argument
889 VFS_VGET(MP,INO,FLAGS,VPP) global() argument
895 VFS_FHTOVP(MP,FIDP,FLAGS,VPP) global() argument
901 VFS_CHECKEXP(MP,NAM,EXFLG,CRED,NUMSEC,SEC) global() argument
908 VFS_EXTATTRCTL(MP,C,FN,NS,N) global() argument
914 VFS_SYSCTL(MP,OP,REQ) global() argument
920 VFS_SUSP_CLEAN(MP) global() argument
926 VFS_RECLAIM_LOWERVP(MP,VP) global() argument
932 VFS_UNLINK_LOWERVP(MP,VP) global() argument
938 VFS_PURGE(MP) global() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DELFNixPlatform.h134 ELFNixPlatformPlugin(ELFNixPlatform &MP) : MP(MP) {} in ELFNixPlatformPlugin()
177 ELFNixPlatform &MP; variable
H A DMachOPlatform.h185 MachOPlatformPlugin(MachOPlatform & MP) MachOPlatformPlugin() argument
265 MachOPlatform &MP; global() variable
/freebsd-src/sys/arm/mv/armadaxp/
H A Darmadaxp_mp.c61 #define MP (MV_BASE + 0x20800) macro
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp80 if (MoveParentMatcher *MP = dyn_cast<MoveParentMatcher>(MC->getNext())) { in ContractNodes() local
161 if (auto *MP = dyn_cast<MoveParentMatcher>(N)) { in ContractNodes() local
/freebsd-src/contrib/bearssl/src/hash/
H A Dmd5.c61 static const unsigned char MP[48] = { variable
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.cpp29 getWindowsProtectionFlags(MemProt MP) getWindowsProtectionFlags() argument
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp434 ModulePass *MP = getContainedPass(Index); in dumpPassStructure() local
510 MPPassManager *MP = static_cast<MPPassManager *>(PassManagers[N]); in getContainedManager() local
1542 dumpPassInfo(MP, EXECUTION_MS in runOnModule() local
1650 getOnTheFlyPass(Pass * MP,AnalysisID PI,Function & F) getOnTheFlyPass() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/XRay/
H A DGraph.h142 InternalEdgeMapT *MP; variable
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp1033 if (const auto *MP = dyn_cast<PathDiagnosticMacroPiece>(&P)) { HandlePiece() local
1127 if (const auto *MP = dyn_cast<PathDiagnosticMacroPiece>(subPiece.get())) { ProcessMacroPiece() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2903 const MemoryPhi *MP = cast<MemoryPhi>(&Def); in initializeCongruenceClasses() local
3037 void NewGVN::valueNumberMemoryPhi(MemoryPhi *MP) { in valueNumberMemoryPhi() argument
956 auto *MP = dyn_cast<MemoryPhi>(V); getBlockForValue() local
1669 if (auto *MP = dyn_cast<MemoryPhi>(From)) { setMemoryClass() local
3164 auto *MP = cast<MemoryPhi>(EndDef); singleReachablePHIPath() local
3409 if (auto *MP = dyn_cast<MemoryPhi>(V)) { iterateTouchedInstructions() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp109 EmitMemberPointer(const APValue & MP,QualType MPT) EmitMemberPointer() argument
H A DItaniumCXXABI.cpp1075 EmitMemberPointer(const APValue & MP,QualType MPType) EmitMemberPointer() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp694 MachineOperand &MP = MI.getOperand(1); // Predicate register in split() local
967 MachineOperand &MP = TfrI.getOperand(1); predicate() local
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1026 for (const auto &MP : Matchers) { in matchWithoutFilter() local
1051 auto &MP = Matchers[I]; in matchWithFilter() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h80 auto MP = getMethodKind(); in isVirtual() local
87 auto MP = getMethodKind(); in isIntroducedVirtual() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp533 if (GCMetadataPrinter *MP = getOrCreateGCPrinter(*I)) doInitialization() local
2463 if (GCMetadataPrinter *MP = getOrCreateGCPrinter(**--I)) doFinalization() local
4136 if (GCMetadataPrinter *MP = getOrCreateGCPrinter(*I)) emitStackMaps() local
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1182 auto *MP = dyn_cast<MultiPiece>(D.Root); buildForDocumentation() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2074 const auto *MP = P->castAs<ConstantMatrixType>(), DeduceTemplateArgumentsByTypeMatch() local
2091 const auto *MP = P->castAs<DependentSizedMatrixType>(); DeduceTemplateArgumentsByTypeMatch() local
/freebsd-src/sys/contrib/edk2/Include/Library/
H A DBaseLib.h5293 UINT32 MP:1; ///< Monitor Coprocessor. member
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp2999 parseMacroArgument(const MCAsmMacroParameter * MP,MCAsmMacroArgument & MA,AsmToken::TokenKind EndTok) parseMacroArgument() argument
3141 const MCAsmMacroParameter *MP = nullptr; parseMacroArguments() local
[all...]

12