Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp80 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 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()
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 DMemorySSA.cpp2188 if (MemoryPhi *MP = dyn_cast<MemoryPhi>(Dominatee.getUser())) { in dominates() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSectCreate.h54 MemProt MP; variable
H A DELFNixPlatform.h171 ELFNixPlatformPlugin(ELFNixPlatform &MP) : MP(MP) {} in ELFNixPlatformPlugin()
211 ELFNixPlatform &MP; variable
H A DMachOPlatform.h210 MachOPlatformPlugin(MachOPlatform &MP) : MP(MP) {} in MachOPlatformPlugin()
284 MachOPlatform &MP; variable
/freebsd/sys/arm/mv/armadaxp/
H A Darmadaxp_mp.c62 #define MP (MV_BASE + 0x20800) macro
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DLowLevelHelpers.cpp61 const auto *MP = QT->getAs<MemberPointerType>(); in matchEachArgumentWithParamTypeImpl() local
H A DASTMatchFinder.cpp1028 for (const auto &MP : Matchers) { in matchWithoutFilter() local
1053 auto &MP = Matchers[I]; in matchWithFilter() 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.cpp34 static DWORD getWindowsProtectionFlags(MemProt MP) { in getWindowsProtectionFlags()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp429 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 DGraph.h142 InternalEdgeMapT *MP; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp1029 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 DNewGVN.cpp998 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 DCGCXXABI.cpp117 llvm::Constant *CGCXXABI::EmitMemberPointer(const APValue &MP, QualType MPT) { in EmitMemberPointer()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp677 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 DHLSLBuiltinTypeDeclBuilder.cpp407 Param &MP = Params[I]; in createDecl() 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.cpp551 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 DInterp.h2055 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 DMasmParser.cpp2569 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 DClangDiagnosticsEmitter.cpp1292 auto *MP = dyn_cast<MultiPiece>(D.Root); in buildForDocumentation() local

12