Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/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.h182 MemProt MP = MemProt::None; in deserialize() local
/freebsd/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()
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()
1286 if (MemoryPhi *MP = dyn_cast<MemoryPhi>(MA)) { in removeMemoryAccess() local
1322 if (MemoryPhi *MP = dyn_cast<MemoryPhi>(U.getUser())) in removeMemoryAccess() local
1341 if (MemoryPhi *MP = in removeMemoryAccess() local
[all …]
H A DMemorySSA.cpp2125 if (MemoryPhi *MP = dyn_cast<MemoryPhi>(Dominatee.getUser())) { in dominates() local
/freebsd/sys/sys/
H A Dmount.h845 #define VFS_MOUNT(MP) ({ \ argument
853 #define VFS_UNMOUNT(MP, FORCE) ({ \ argument
859 #define VFS_ROOT(MP, FLAGS, VPP) ({ \ argument
877 #define VFS_STATFS(MP, SBP) ({ \ argument
883 #define VFS_SYNC(MP, WAIT) ({ \ argument
889 #define VFS_VGET(MP, INO, FLAGS, VPP) ({ \ argument
914 #define VFS_SYSCTL(MP, OP, REQ) ({ \ argument
920 #define VFS_SUSP_CLEAN(MP) do { \ argument
926 #define VFS_RECLAIM_LOWERVP(MP, VP) do { \ argument
932 #define VFS_UNLINK_LOWERVP(MP, VP) do { \ argument
[all …]
/freebsd/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) : MP(MP) {} in MachOPlatformPlugin()
265 MachOPlatform &MP; variable
/freebsd/sys/arm/mv/armadaxp/
H A Darmadaxp_mp.c61 #define MP (MV_BASE + 0x20800) macro
/freebsd/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/contrib/bearssl/src/hash/
H A Dmd5.c61 static const unsigned char MP[48] = { variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.cpp29 static DWORD getWindowsProtectionFlags(MemProt MP) { in getWindowsProtectionFlags()
/freebsd/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 ModulePass *MP = getContainedPass(Index); in runOnModule() local
1650 std::tuple<Pass *, bool> MPPassManager::getOnTheFlyPass(Pass *MP, AnalysisID PI, in getOnTheFlyPass()
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DGraph.h142 InternalEdgeMapT *MP; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp1033 if (const auto *MP = dyn_cast<PathDiagnosticMacroPiece>(&P)) { in HandlePiece() local
1127 if (const auto *MP = dyn_cast<PathDiagnosticMacroPiece>(subPiece.get())) { in ProcessMacroPiece() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp956 auto *MP = dyn_cast<MemoryPhi>(V); in getBlockForValue() local
1669 if (auto *MP = dyn_cast<MemoryPhi>(From)) { in setMemoryClass() local
2903 const MemoryPhi *MP = cast<MemoryPhi>(&Def); in initializeCongruenceClasses() local
3037 void NewGVN::valueNumberMemoryPhi(MemoryPhi *MP) { in valueNumberMemoryPhi()
3164 auto *MP = cast<MemoryPhi>(EndDef); in singleReachablePHIPath() local
3409 if (auto *MP = dyn_cast<MemoryPhi>(V)) { in iterateTouchedInstructions() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp109 llvm::Constant *CGCXXABI::EmitMemberPointer(const APValue &MP, QualType MPT) { in EmitMemberPointer()
H A DItaniumCXXABI.cpp1075 llvm::Constant *ItaniumCXXABI::EmitMemberPointer(const APValue &MP, in EmitMemberPointer()
/freebsd/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); in predicate() local
/freebsd/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/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/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp533 if (GCMetadataPrinter *MP = getOrCreateGCPrinter(*I)) in doInitialization() local
2463 if (GCMetadataPrinter *MP = getOrCreateGCPrinter(**--I)) in doFinalization() local
4136 if (GCMetadataPrinter *MP = getOrCreateGCPrinter(*I)) in emitStackMaps() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1182 auto *MP = dyn_cast<MultiPiece>(D.Root); in buildForDocumentation() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2074 const auto *MP = P->castAs<ConstantMatrixType>(), in DeduceTemplateArgumentsByTypeMatch() local
2091 const auto *MP = P->castAs<DependentSizedMatrixType>(); in DeduceTemplateArgumentsByTypeMatch() local
/freebsd/sys/contrib/edk2/Include/Library/
H A DBaseLib.h5293 UINT32 MP:1; ///< Monitor Coprocessor. member
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp2999 bool MasmParser::parseMacroArgument(const MCAsmMacroParameter *MP, in parseMacroArgument()
3141 const MCAsmMacroParameter *MP = nullptr; in parseMacroArguments() local

12