| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherOpt.cpp | 80 if (auto *MP = dyn_cast<MoveParentMatcher>(N)) { in ContractNodes() local 93 if (auto *MP = dyn_cast<MoveParentMatcher>(RM->getNext())) { in ContractNodes() local 108 if (auto *MP = dyn_cast<MoveParentMatcher>(CT->getNext())) { in ContractNodes() local 129 if (auto *MP = dyn_cast<MoveParentMatcher>(CT->getNext())) { in ContractNodes() local 146 if (auto *MP = dyn_cast<MoveParentMatcher>(CI->getNext())) { in ContractNodes() local 161 if (auto *MP = dyn_cast<MoveParentMatcher>(CT->getNext())) { in ContractNodes() local 182 if (auto *MP = dyn_cast<MoveParentMatcher>(CCC->getNext())) { in ContractNodes() local 198 if (auto *MP = dyn_cast<MoveParentMatcher>(CS->getNext())) { in ContractNodes() local 213 if (auto *MP = dyn_cast<MoveParentMatcher>(CT->getNext())) { in ContractNodes() local 240 if (MoveParentMatcher *MP = dyn_cast<MoveParentMatcher>(MC->getNext())) { in ContractNodes() local
|
| /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 | 182 MemProt MP = MemProt::None; in 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() 1301 if (MemoryPhi *MP = dyn_cast<MemoryPhi>(MA)) { in removeMemoryAccess() local 1337 if (MemoryPhi *MP = dyn_cast<MemoryPhi>(U.getUser())) in removeMemoryAccess() local 1356 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/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | SectCreate.h | 54 MemProt MP; variable
|
| H A D | ELFNixPlatform.h | 171 ELFNixPlatformPlugin(ELFNixPlatform &MP) : MP(MP) {} in ELFNixPlatformPlugin() 211 ELFNixPlatform &MP; variable
|
| H A D | MachOPlatform.h | 210 MachOPlatformPlugin(MachOPlatform &MP) : MP(MP) {} in MachOPlatformPlugin() 284 MachOPlatform &MP; variable
|
| /freebsd/sys/arm/mv/armadaxp/ |
| H A D | armadaxp_mp.c | 62 #define MP (MV_BASE + 0x20800) macro
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | LowLevelHelpers.cpp | 61 const auto *MP = QT->getAs<MemberPointerType>(); in matchEachArgumentWithParamTypeImpl() local
|
| H A D | ASTMatchFinder.cpp | 1028 for (const auto &MP : Matchers) { in matchWithoutFilter() local 1053 auto &MP = Matchers[I]; in matchWithFilter() 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 | 34 static DWORD getWindowsProtectionFlags(MemProt MP) { in getWindowsProtectionFlags()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LegacyPassManager.cpp | 429 ModulePass *MP = getContainedPass(Index); in dumpPassStructure() local 505 MPPassManager *MP = static_cast<MPPassManager *>(PassManagers[N]); in getContainedManager() local 1497 ModulePass *MP = getContainedPass(Index); in runOnModule() local 1605 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 | 1029 if (const auto *MP = dyn_cast<PathDiagnosticMacroPiece>(&P)) { in HandlePiece() local 1123 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 | 998 auto *MP = dyn_cast<MemoryPhi>(V); in getBlockForValue() local 1714 if (auto *MP = dyn_cast<MemoryPhi>(From)) { in setMemoryClass() local 2941 const MemoryPhi *MP = cast<MemoryPhi>(&Def); in initializeCongruenceClasses() local 3070 void NewGVN::valueNumberMemoryPhi(MemoryPhi *MP) { in valueNumberMemoryPhi() 3197 auto *MP = cast<MemoryPhi>(EndDef); in singleReachablePHIPath() local 3443 if (auto *MP = dyn_cast<MemoryPhi>(V)) { in iterateTouchedInstructions() local
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCXXABI.cpp | 117 llvm::Constant *CGCXXABI::EmitMemberPointer(const APValue &MP, QualType MPT) { in EmitMemberPointer()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonExpandCondsets.cpp | 677 MachineOperand &MP = MI.getOperand(1); // Predicate register in split() local 952 MachineOperand &MP = TfrI.getOperand(1); in predicate() local
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | HLSLBuiltinTypeDeclBuilder.cpp | 407 Param &MP = Params[I]; in createDecl() 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 | 551 if (GCMetadataPrinter *MP = getOrCreateGCPrinter(*I)) in doInitialization() local 2711 if (GCMetadataPrinter *MP = getOrCreateGCPrinter(**--I)) in doFinalization() local 4547 if (GCMetadataPrinter *MP = getOrCreateGCPrinter(*I)) in emitStackMaps() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Interp.h | 2055 const auto &MP = S.Stk.pop<MemberPointer>(); in CastMemberPtrPtr() local 3070 const auto &MP = S.Stk.pop<MemberPointer>(); in GetMemberPtrBase() local 3077 const auto &MP = S.Stk.pop<MemberPointer>(); in GetMemberPtrDecl() local
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 2569 bool MasmParser::parseMacroArgument(const MCAsmMacroParameter *MP, in parseMacroArgument() 2680 const MCAsmMacroParameter *MP = nullptr; in parseMacroArguments() local
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangDiagnosticsEmitter.cpp | 1292 auto *MP = dyn_cast<MultiPiece>(D.Root); in buildForDocumentation() local
|