Home
last modified time | relevance | path

Searched defs:MP (Results 1 – 25 of 31) 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.h170 MemProt MP = MemProt::None; 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.cpp2188 if (MemoryPhi *MP = dyn_cast<MemoryPhi>(Dominatee.getUser())) { in dominates() local
/freebsd/sys/sys/
H A Dmount.h847 #define VFS_MOUNT(MP) ({ \ argument
855 #define VFS_UNMOUNT(MP, FORCE) ({ \ argument
861 #define VFS_ROOT(MP, FLAGS, VPP) ({ \ argument
867 #define VFS_CACHEDROOT(MP, FLAGS, VPP) ({ \ argument
873 #define VFS_QUOTACTL(MP, C, U, A, MP_BUSY) ({ \ argument
879 #define VFS_STATFS(MP, SBP) ({ \ argument
885 #define VFS_SYNC(MP, WAIT) ({ \ argument
891 #define VFS_VGET(MP, INO, FLAGS, VPP) ({ \ argument
897 #define VFS_FHTOVP(MP, FIDP, FLAGS, VPP) ({ \ argument
903 #define VFS_CHECKEXP(MP, NAM, EXFLG, CRED, NUMSEC, SEC) ({ \ argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSectCreate.h53 MemProt MP; variable
H A DELFNixPlatform.h134 ELFNixPlatformPlugin(ELFNixPlatform &MP) : MP(MP) {} in ELFNixPlatformPlugin() argument
177 ELFNixPlatform &MP; variable
H A DMachOPlatform.h199 MachOPlatformPlugin(MachOPlatform &MP) : MP(MP) {} in MachOPlatformPlugin()
279 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.cpp33 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
1539 ModulePass *MP = getContainedPass(Index); in runOnModule() local
1647 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.cpp1031 if (const auto *MP = dyn_cast<PathDiagnosticMacroPiece>(&P)) { in HandlePiece() local
1125 if (const auto *MP = dyn_cast<PathDiagnosticMacroPiece>(subPiece.get())) { in ProcessMacroPiece() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp960 auto *MP = dyn_cast<MemoryPhi>(V); in getBlockForValue() local
1673 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
3412 if (auto *MP = dyn_cast<MemoryPhi>(V)) { in iterateTouchedInstructions() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp119 llvm::Constant *CGCXXABI::EmitMemberPointer(const APValue &MP, QualType MPT) { in EmitMemberPointer()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp694 MachineOperand &MP = MI.getOperand(1); // Predicate register in split() local
969 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/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp524 if (GCMetadataPrinter *MP = getOrCreateGCPrinter(*I)) in doInitialization() local
2470 if (GCMetadataPrinter *MP = getOrCreateGCPrinter(**--I)) in doFinalization() local
4159 if (GCMetadataPrinter *MP = getOrCreateGCPrinter(*I)) in emitStackMaps() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h1811 const auto &MP = S.Stk.pop<MemberPointer>(); in CastMemberPtrPtr() local
2698 const auto &MP = S.Stk.pop<MemberPointer>(); in GetMemberPtrBase() local
2705 const auto &MP = S.Stk.pop<MemberPointer>(); in GetMemberPtrDecl() local
/freebsd/sys/contrib/edk2/Include/Library/
H A DBaseLib.h5293 UINT32 MP:1; ///< Monitor Coprocessor. member
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1177 auto *MP = dyn_cast<MultiPiece>(D.Root); in buildForDocumentation() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2222 const auto *MP = P->castAs<ConstantMatrixType>(), in DeduceTemplateArgumentsByTypeMatch() local
2239 const auto *MP = P->castAs<DependentSizedMatrixType>(); in DeduceTemplateArgumentsByTypeMatch() local
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp3000 bool MasmParser::parseMacroArgument(const MCAsmMacroParameter *MP, in parseMacroArgument()
3142 const MCAsmMacroParameter *MP = nullptr; in parseMacroArguments() local

12