/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | MemoryFlags.h | 44 inline sys::Memory::ProtectionFlags toSysMemoryProtectionFlags(MemProt MP) { in toSysMemoryProtectionFlags() 58 MemProt MP = MemProt::None; in fromSysMemoryProtectionFlags() local
|
H A D | TargetProcessControlTypes.h | 170 MemProt MP = MemProt::None; deserialize() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemorySSAUpdater.cpp | 278 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 D | MemorySSA.cpp | 2188 if (MemoryPhi *MP = dyn_cast<MemoryPhi>(Dominatee.getUser())) { in dominates() local
|
/freebsd/sys/sys/ |
H A D | mount.h | 847 #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 D | SectCreate.h | 53 MemProt MP; variable
|
H A D | ELFNixPlatform.h | 134 ELFNixPlatformPlugin(ELFNixPlatform &MP) : MP(MP) {} in ELFNixPlatformPlugin() argument 177 ELFNixPlatform &MP; variable
|
H A D | MachOPlatform.h | 199 MachOPlatformPlugin(MachOPlatform &MP) : MP(MP) {} in MachOPlatformPlugin() 279 MachOPlatform &MP; variable
|
/freebsd/sys/arm/mv/armadaxp/ |
H A D | armadaxp_mp.c | 61 #define MP (MV_BASE + 0x20800) macro
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelMatcherOpt.cpp | 80 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 D | md5.c | 61 static const unsigned char MP[48] = { variable
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | ExecutorSharedMemoryMapperService.cpp | 33 static DWORD getWindowsProtectionFlags(MemProt MP) { in getWindowsProtectionFlags()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | LegacyPassManager.cpp | 434 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 D | Graph.h | 142 InternalEdgeMapT *MP; variable
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | HTMLDiagnostics.cpp | 1031 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 D | NewGVN.cpp | 960 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 D | CGCXXABI.cpp | 119 llvm::Constant *CGCXXABI::EmitMemberPointer(const APValue &MP, QualType MPT) { in EmitMemberPointer()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 694 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 D | TypeRecord.h | 80 auto MP = getMethodKind(); in isVirtual() local 87 auto MP = getMethodKind(); in isIntroducedVirtual() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 524 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 D | Interp.h | 1811 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 D | BaseLib.h | 5293 UINT32 MP:1; ///< Monitor Coprocessor. member
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangDiagnosticsEmitter.cpp | 1177 auto *MP = dyn_cast<MultiPiece>(D.Root); in buildForDocumentation() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 2222 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 D | MasmParser.cpp | 3000 bool MasmParser::parseMacroArgument(const MCAsmMacroParameter *MP, in parseMacroArgument() 3142 const MCAsmMacroParameter *MP = nullptr; in parseMacroArguments() local
|