| /llvm-project-15.0.7/llvm/test/MC/Disassembler/ARM/ |
| H A D | thumb2-preloads.txt | 17 # MP: pldw [r3, #4] 18 # MP-ERR: invalid instruction encoding 19 # MP-ERR-NEXT: [0xb3,0xf8,0x04,0xf0] 22 # MP: pldw [r4, #-6] 23 # MP-ERR: invalid instruction encoding 24 # MP-ERR-NEXT: [0x34,0xf8,0x06,0xfc] 39 # MP: pldw [r9, r10] 40 # MP-ERR: invalid instruction encoding 41 # MP-ERR-NEXT: [0x39,0xf8,0x0a,0xf0] 44 # MP: pldw [r11, r12, lsl #2] [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | MemoryFlags.h | 42 if ((MP & MemProt::Read) != MemProt::None) in toSysMemoryProtectionFlags() 44 if ((MP & MemProt::Write) != MemProt::None) in toSysMemoryProtectionFlags() 46 if ((MP & MemProt::Exec) != MemProt::None) in toSysMemoryProtectionFlags() 54 MemProt MP = MemProt::None; in fromSysMemoryProtectionFlags() local 56 MP |= MemProt::Read; in fromSysMemoryProtectionFlags() 58 MP |= MemProt::Write; in fromSysMemoryProtectionFlags() 60 MP |= MemProt::None; in fromSysMemoryProtectionFlags() 61 return MP; in fromSysMemoryProtectionFlags() 105 AllocGroup(MemProt MP) : Id(static_cast<underlying_type>(MP)) {} 108 AllocGroup(MemProt MP, MemDeallocPolicy MDP) [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | prefetch.ll | 5 ; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a9 %s -o - | FileCheck %s -check-prefix=ARM-MP 16 ; ARM-MP-LABEL: t1: 17 ; ARM-MP: pldw [r0] 18 ; ARM-MP: pld [r0] 107 ;ARM-MP: pldw [sp] 108 ;ARM-MP: pldw [sp, #50] 109 ;ARM-MP: pldw [sp, #-50] 111 ;THUMB2-MP-LABEL: t7: 112 ;THUMB2-MP: pldw [sp] 113 ;THUMB2-MP: pldw [sp, #50] [all …]
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MemoryFlags.cpp | 17 raw_ostream &operator<<(raw_ostream &OS, MemProt MP) { in operator <<() argument 18 return OS << (((MP & MemProt::Read) != MemProt::None) ? 'R' : '-') in operator <<() 19 << (((MP & MemProt::Write) != MemProt::None) ? 'W' : '-') in operator <<() 20 << (((MP & MemProt::Exec) != MemProt::None) ? 'X' : '-'); in operator <<()
|
| /llvm-project-15.0.7/libcxx/test/std/experimental/memory/memory.resource.aliases/ |
| H A D | header_unordered_set_synop.pass.cpp | 50 using MP = MyPred<V>; in main() typedef 62 using StdSet = std::unordered_set<V, MH, MP, pmr::polymorphic_allocator<V>>; in main() 63 using PmrSet = pmr::unordered_set<V, MH, MP>; in main() 81 using StdSet = std::unordered_multiset<V, MH, MP, pmr::polymorphic_allocator<V>>; in main() 82 using PmrSet = pmr::unordered_multiset<V, MH, MP>; in main()
|
| H A D | header_unordered_map_synop.pass.cpp | 51 using MP = MyPred<K>; in main() typedef 64 using StdMap = std::unordered_map<K, V, MH, MP, pmr::polymorphic_allocator<P>>; in main() 65 using PmrMap = pmr::unordered_map<K, V, MH, MP>; in main() 83 using StdMap = std::unordered_multimap<K, V, MH, MP, pmr::polymorphic_allocator<P>>; in main() 84 using PmrMap = pmr::unordered_multimap<K, V, MH, MP>; in main()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | LegacyPassManager.cpp | 434 MP->dumpPassStructure(Offset + 1); in dumpPassStructure() 436 OnTheFlyManagers.find(MP); in dumpPassStructure() 439 dumpLastUses(MP, Offset+1); in dumpPassStructure() 510 return MP; in getContainedManager() 1533 dumpRequiredSet(MP); in runOnModule() 1535 initializeAnalysisImpl(MP); in runOnModule() 1569 dumpPreservedSet(MP); in runOnModule() 1570 dumpUsedSet(MP); in runOnModule() 1572 verifyPreservedAnalysis(MP); in runOnModule() 1574 removeNotPreservedAnalysis(MP); in runOnModule() [all …]
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.cpp | 614 auto PS = MP.State.load(); in modifyPassConfig() 622 if (InitSymbol == MP.MachOHeaderStartSymbol) { in modifyPassConfig() 684 std::lock_guard<std::mutex> Lock(MP.PlatformMutex); in associateJITDylibHeaderSymbol() 686 MP.JITDylibToHeaderAddr[&JD] = HeaderAddr; in associateJITDylibHeaderSymbol() 687 MP.HeaderAddrToJITDylib[HeaderAddr] = &JD; in associateJITDylibHeaderSymbol() 827 auto I = MP.JITDylibToPThreadKey.find(&JD); in fixTLVSectionsAndEdges() 828 if (I != MP.JITDylibToPThreadKey.end()) in fixTLVSectionsAndEdges() 833 if (auto KeyOrErr = MP.createPThreadKey()) in fixTLVSectionsAndEdges() 907 if (MP.State != MachOPlatform::Initialized) in registerObjectPlatformSections() 940 auto I = MP.JITDylibToHeaderAddr.find(&JD); in registerObjectPlatformSections() [all …]
|
| H A D | ELFNixPlatform.cpp | 642 if (MR.getInitializerSymbol() == MP.DSOHandleSymbol) { in modifyPassConfig() 693 return Sym->getName() == *MP.DSOHandleSymbol; in addDSOHandleSupportPasses() 699 MP.HandleAddrToJITDylib[HandleAddr] = &JD; in addDSOHandleSupportPasses() 701 MP.InitSeqs.insert(std::make_pair( in addDSOHandleSupportPasses() 762 if (!MP.RuntimeBootstrapped) { in addEHAndTLVSupportPasses() 764 MP.BootstrapPOSRs.push_back(POSR); in addEHAndTLVSupportPasses() 769 if (auto Err = MP.registerPerObjectSections(POSR)) in addEHAndTLVSupportPasses() 836 return MP.registerInitInfo(JD, InitSections); in registerInitSections() 856 auto I = MP.JITDylibToPThreadKey.find(&JD); in fixTLVSectionsAndEdges() 857 if (I != MP.JITDylibToPThreadKey.end()) in fixTLVSectionsAndEdges() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | MemorySSAUpdater.cpp | 278 for (auto &MP : InsertedPHIs) in insertUse() local 289 int i = MP->getBasicBlockIndex(BB); in setMemoryPhiValueForBlock() 296 MP->setIncomingValue(i, NewDef); in setMemoryPhiValueForBlock() 447 for (auto &MP : InsertedPHIs) { in insertDef() local 454 for (const auto &MP : ExistingPhis) { in insertDef() local 559 for (auto &Arg : MP->operands()) { in onlySingleValue() 1317 NewDefTarget = onlySingleValue(MP); in removeMemoryAccess() 1348 PhisToCheck.insert(MP); in removeMemoryAccess() 1366 if (MemoryPhi *MP = in removeMemoryAccess() local 1368 tryRemoveTrivialPhi(MP); in removeMemoryAccess() [all …]
|
| /llvm-project-15.0.7/llvm/test/Other/ |
| H A D | pass-pipeline-parsing.ll | 3 ; RUN: | FileCheck %s --check-prefix=CHECK-TWO-NOOP-MP 4 ; CHECK-TWO-NOOP-MP: Running pass: NoOpModulePass 5 ; CHECK-TWO-NOOP-MP: Running pass: NoOpModulePass 10 ; CHECK-NESTED-TWO-NOOP-MP: Running pass: NoOpModulePass 11 ; CHECK-NESTED-TWO-NOOP-MP: Running pass: NoOpModulePass 28 ; CHECK-MIXED-FP-AND-MP: Running pass: NoOpModulePass 29 ; CHECK-MIXED-FP-AND-MP: Running pass: NoOpFunctionPass 30 ; CHECK-MIXED-FP-AND-MP: Running pass: NoOpFunctionPass 31 ; CHECK-MIXED-FP-AND-MP: Running pass: NoOpModulePass 120 ; CHECK-NESTED-MP-CG-FP: Running pass: NoOpCGSCCPass [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.h | 115 MachOPlatformPlugin(MachOPlatform &MP) : MP(MP) {} in MachOPlatformPlugin() argument 157 MachOPlatform &MP; variable
|
| H A D | ELFNixPlatform.h | 131 ELFNixPlatformPlugin(ELFNixPlatform &MP) : MP(MP) {} in ELFNixPlatformPlugin() argument 174 ELFNixPlatform &MP; variable
|
| /llvm-project-15.0.7/llvm/include/llvm/XRay/ |
| H A D | Graph.h | 142 InternalEdgeMapT *MP; variable 151 const EdgeValueType>(this->I, MP, SI); 160 MP(_MP), SI(_SI) {} in NeighborEdgeIteratorT() 164 return *(MP->find({*(this->I), SI})); 166 return *(MP->find({SI, *(this->I)}));
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 962 auto *MP = dyn_cast<MemoryPhi>(V); in getBlockForValue() local 964 return MP->getBlock(); in getBlockForValue() 1654 OldClass->memory_erase(MP); in setMemoryClass() 1655 NewClass->memory_insert(MP); in setMemoryClass() 3049 if (setMemoryClass(MP, TOPClass)) in valueNumberMemoryPhi() 3050 markMemoryUsersTouched(MP); in valueNumberMemoryPhi() 3085 MemoryPhiState[MP] = NewState; in valueNumberMemoryPhi() 3087 markMemoryUsersTouched(MP); in valueNumberMemoryPhi() 3161 auto *MP = cast<MemoryPhi>(EndDef); in singleReachablePHIPath() local 3163 return ReachableEdges.count({MP->getIncomingBlock(U), MP->getBlock()}); in singleReachablePHIPath() [all …]
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/ |
| H A D | ASTMatchFinder.cpp | 1015 for (const auto &MP : Matchers) { in matchWithoutFilter() local 1017 Timer.setBucket(&TimeByBucket[MP.second->getID()]); in matchWithoutFilter() 1019 CurMatchRAII RAII(*this, MP.second, Node); in matchWithoutFilter() 1020 if (MP.first.matches(Node, this, &Builder)) { in matchWithoutFilter() 1021 MatchVisitor Visitor(*this, ActiveASTContext, MP.second); in matchWithoutFilter() 1040 auto &MP = Matchers[I]; in matchWithFilter() local 1042 Timer.setBucket(&TimeByBucket[MP.second->getID()]); in matchWithFilter() 1046 TraversalKindScope RAII(getASTContext(), MP.first.getTraversalKind()); in matchWithFilter() 1052 CurMatchRAII RAII(*this, MP.second, DynNode); in matchWithFilter() 1053 if (MP.first.matches(DynNode, this, &Builder)) { in matchWithFilter() [all …]
|
| /llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/ |
| H A D | LLJITWithObjectLinkingLayerPlugin.cpp | 236 M.withModuleDo([](Module &MP) { in main() argument 238 << MP << "\n"; in main()
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/make/ |
| H A D | Makefile.rules | 581 $(CC) $(CFLAGS) -MT $@ -MD -MP -MF $*.d -c -o $@ $< 584 $(CXX) $(PCHFLAGS) $(CXXFLAGS) -MT $@ -MD -MP -MF $*.d -c -o $@ $< 587 $(CC) $(CFLAGS) -MT $@ -MD -MP -MF $*.d -c -o $@ $< 590 $(CXX) $(CXXFLAGS) -MT $@ -MD -MP -MF $*.d -c -o $@ $<
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | mangle-ms-templates-memptrs-2.cpp | 51 template <void (MostGeneral::*MP)()>
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | MemorySSA.h | 1135 MemoryPhi *MP = dyn_cast<MemoryPhi>(Access); 1136 assert(MP && "Tried to get phi arg block when not iterating over a PHI"); 1137 return MP->getIncomingBlock(ArgNo); 1144 if (const MemoryPhi *MP = dyn_cast<MemoryPhi>(Access)) 1145 return MP->getIncomingValue(ArgNo); 1152 if (const MemoryPhi *MP = dyn_cast<MemoryPhi>(Access)) { 1153 if (++ArgNo >= MP->getNumIncomingValues()) {
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | dllimport-constexpr.cpp | 37 template <void (Foo::*MP)()> struct TemplateMemPtr { };
|
| H A D | MicrosoftSuper.cpp | 75 template <void (Base1::*MP)(int)>
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 80 auto MP = getMethodKind(); in isVirtual() local 81 return MP != MethodKind::Vanilla && MP != MethodKind::Friend && in isVirtual() 82 MP != MethodKind::Static; in isVirtual() 87 auto MP = getMethodKind(); in isIntroducedVirtual() local 88 return MP == MethodKind::IntroducingVirtual || in isIntroducedVirtual() 89 MP == MethodKind::PureIntroducingVirtual; in isIntroducedVirtual()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonExpandCondsets.cpp | 674 MachineOperand &MP = MI.getOperand(1); // Predicate register in split() local 710 genCondTfrFor(ST, At, DR, DSR, MP, true, ReadUndef, false); in split() 712 genCondTfrFor(SF, At, DR, DSR, MP, false, ReadUndef, true); in split() 946 MachineOperand &MP = TfrI.getOperand(1); in predicate() local 959 Register PredR = MP.getReg(); in predicate() 1053 predicateAt(MD, *DefI, PastDefIt, MP, Cond, UpdRegs); in predicate() 1055 predicateAt(MD, *DefI, TfrIt, MP, Cond, UpdRegs); in predicate()
|
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | MemorySSATest.cpp | 102 MemoryPhi *MP = MSSA.getMemoryAccess(Merge); in TEST_F() local 103 EXPECT_NE(MP, nullptr); in TEST_F() 107 LoadInst, MP, Merge, MemorySSA::Beginning)); in TEST_F() 148 MemoryPhi *MP = MSSA.getMemoryAccess(Merge); in TEST_F() local 149 EXPECT_EQ(MP, nullptr); in TEST_F() 168 MP = MSSA.getMemoryAccess(Merge); in TEST_F() 169 EXPECT_NE(MP, nullptr); in TEST_F() 234 MemoryPhi *MP = MSSA.getMemoryAccess(Merge); in TEST_F() local 235 EXPECT_NE(MP, nullptr); in TEST_F() 512 for (auto &Op : MP->incoming_values()) in TEST_F() [all …]
|