/external/llvm/test/Other/ |
D | pass-pipeline-parsing.ll | 3 ; RUN: | FileCheck %s --check-prefix=CHECK-TWO-NOOP-MP 4 ; CHECK-TWO-NOOP-MP: Starting llvm::Module pass manager run 5 ; CHECK-TWO-NOOP-MP: Running pass: NoOpModulePass 6 ; CHECK-TWO-NOOP-MP: Running pass: NoOpModulePass 7 ; CHECK-TWO-NOOP-MP: Finished llvm::Module pass manager run 11 ; RUN: | FileCheck %s --check-prefix=CHECK-NESTED-TWO-NOOP-MP 12 ; CHECK-NESTED-TWO-NOOP-MP: Starting llvm::Module pass manager run 13 ; CHECK-NESTED-TWO-NOOP-MP: Starting llvm::Module pass manager run 14 ; CHECK-NESTED-TWO-NOOP-MP: Running pass: NoOpModulePass 15 ; CHECK-NESTED-TWO-NOOP-MP: Running pass: NoOpModulePass [all …]
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | thumb2-preloads.txt | 3 … -mattr=+mp < %s 2>/dev/null | FileCheck %s --check-prefix=V6T2 --check-prefix=V7 --check-prefix=MP 6 …-disassemble < %s 2>&1 >/dev/null | FileCheck %s --check-prefix=MP-ERR --check-prefix=V… 7 …umbv7a-none-eabi -disassemble -mattr=-mp < %s 2>&1 >/dev/null | FileCheck %s --check-prefix=MP-ERR 9 …umbv7m-none-eabi -disassemble < %s 2>&1 >/dev/null | FileCheck %s --check-prefix=MP-ERR 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] [all …]
|
/external/llvm-project/llvm/test/MC/Disassembler/ARM/ |
D | thumb2-preloads.txt | 3 … -mattr=+mp < %s 2>/dev/null | FileCheck %s --check-prefix=V6T2 --check-prefix=V7 --check-prefix=MP 6 …-disassemble < %s 2>&1 >/dev/null | FileCheck %s --check-prefix=MP-ERR --check-prefix=V… 7 …umbv7a-none-eabi -disassemble -mattr=-mp < %s 2>&1 >/dev/null | FileCheck %s --check-prefix=MP-ERR 9 …umbv7m-none-eabi -disassemble < %s 2>&1 >/dev/null | FileCheck %s --check-prefix=MP-ERR 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] [all …]
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | prefetch.ll | 3 ; RUN: llc -mtriple=thumb-eabi -mattr=+v7 -mattr=+mp %s -o - | FileCheck %s -check-prefix=THUMB2-MP 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] [all …]
|
/external/llvm-project/llvm/test/Other/ |
D | pass-pipeline-parsing.ll | 3 ; RUN: | FileCheck %s --check-prefix=CHECK-TWO-NOOP-MP 4 ; CHECK-TWO-NOOP-MP: Starting llvm::Module pass manager run 5 ; CHECK-TWO-NOOP-MP: Running pass: NoOpModulePass 6 ; CHECK-TWO-NOOP-MP: Running pass: NoOpModulePass 7 ; CHECK-TWO-NOOP-MP: Finished llvm::Module pass manager run 11 ; RUN: | FileCheck %s --check-prefix=CHECK-NESTED-TWO-NOOP-MP 12 ; CHECK-NESTED-TWO-NOOP-MP: Starting llvm::Module pass manager run 13 ; CHECK-NESTED-TWO-NOOP-MP: Running pass: NoOpModulePass 14 ; CHECK-NESTED-TWO-NOOP-MP: Running pass: NoOpModulePass 15 ; CHECK-NESTED-TWO-NOOP-MP: Finished llvm::Module pass manager run [all …]
|
/external/libcxx/test/std/experimental/memory/memory.resource.aliases/ |
D | header_unordered_set_synop.pass.cpp | 46 using MP = MyPred<V>; in main() typedef 58 using StdSet = std::unordered_set<V, MH, MP, pmr::polymorphic_allocator<V>>; in main() 59 using PmrSet = pmr::unordered_set<V, MH, MP>; in main() 77 using StdSet = std::unordered_multiset<V, MH, MP, pmr::polymorphic_allocator<V>>; in main() 78 using PmrSet = pmr::unordered_multiset<V, MH, MP>; in main()
|
D | header_unordered_map_synop.pass.cpp | 47 using MP = MyPred<K>; in main() typedef 60 using StdMap = std::unordered_map<K, V, MH, MP, pmr::polymorphic_allocator<P>>; in main() 61 using PmrMap = pmr::unordered_map<K, V, MH, MP>; in main() 79 using StdMap = std::unordered_multimap<K, V, MH, MP, pmr::polymorphic_allocator<P>>; in main() 80 using PmrMap = pmr::unordered_multimap<K, V, MH, MP>; in main()
|
/external/llvm-project/libcxx/test/std/experimental/memory/memory.resource.aliases/ |
D | header_unordered_set_synop.pass.cpp | 46 using MP = MyPred<V>; in main() typedef 58 using StdSet = std::unordered_set<V, MH, MP, pmr::polymorphic_allocator<V>>; in main() 59 using PmrSet = pmr::unordered_set<V, MH, MP>; in main() 77 using StdSet = std::unordered_multiset<V, MH, MP, pmr::polymorphic_allocator<V>>; in main() 78 using PmrSet = pmr::unordered_multiset<V, MH, MP>; in main()
|
D | header_unordered_map_synop.pass.cpp | 47 using MP = MyPred<K>; in main() typedef 60 using StdMap = std::unordered_map<K, V, MH, MP, pmr::polymorphic_allocator<P>>; in main() 61 using PmrMap = pmr::unordered_map<K, V, MH, MP>; in main() 79 using StdMap = std::unordered_multimap<K, V, MH, MP, pmr::polymorphic_allocator<P>>; in main() 80 using PmrMap = pmr::unordered_multimap<K, V, MH, MP>; in main()
|
/external/tcpdump/tests/ |
D | forces2vvv.out | 14 192.168.1.142.48432 > 192.168.1.143.6705: sctp[ForCES MP] 17 192.168.1.143.6705 > 192.168.1.142.48432: sctp[ForCES MP] 20 192.168.1.142.48432 > 192.168.1.143.6705: sctp[ForCES MP] 23 192.168.1.143.6705 > 192.168.1.142.48432: sctp[ForCES MP] 98 192.168.1.142.48432 > 192.168.1.143.6705: sctp[ForCES MP] 101 192.168.1.143.6705 > 192.168.1.142.48432: sctp[ForCES MP] 104 192.168.1.143.6705 > 192.168.1.142.48432: sctp[ForCES MP] 107 192.168.1.142.48432 > 192.168.1.143.6705: sctp[ForCES MP] 167 192.168.1.142.48432 > 192.168.1.143.6705: sctp[ForCES MP] 170 192.168.1.143.6705 > 192.168.1.142.48432: sctp[ForCES MP] [all …]
|
D | forces2vv.out | 14 192.168.1.142.39555 > 192.168.1.143.6705: sctp[ForCES MP] 17 192.168.1.143.6705 > 192.168.1.142.39555: sctp[ForCES MP] 20 192.168.1.142.39555 > 192.168.1.143.6705: sctp[ForCES MP] 23 192.168.1.143.6705 > 192.168.1.142.39555: sctp[ForCES MP] 128 192.168.1.142.39555 > 192.168.1.143.6705: sctp[ForCES MP] 131 192.168.1.143.6705 > 192.168.1.142.39555: sctp[ForCES MP] 134 192.168.1.143.6705 > 192.168.1.142.39555: sctp[ForCES MP] 137 192.168.1.142.39555 > 192.168.1.143.6705: sctp[ForCES MP] 275 192.168.1.142.39555 > 192.168.1.143.6705: sctp[ForCES MP] 287 192.168.1.143.6705 > 192.168.1.142.39555: sctp[ForCES MP] [all …]
|
/external/ltp/testcases/realtime/func/pi-tests/ |
D | testpi-7.c | 190 #define MP "\t\t\t" in med_prio_thread() macro 199 debug(DBG_INFO, MP "thread %d writing flag\n", t->id); in med_prio_thread() 203 debug(DBG_DEBUG, MP "ready to start work\n"); in med_prio_thread() 210 debug(DBG_DEBUG, MP "done working -- time to sleep\n"); in med_prio_thread() 212 debug(DBG_INFO, MP "thread %d resetting m_flag\n", in med_prio_thread() 219 #undef MP in med_prio_thread()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | MemorySSAUpdater.cpp | 284 for (auto &MP : InsertedPHIs) in insertUse() local 285 if (MemoryPhi *Phi = cast_or_null<MemoryPhi>(MP)) in insertUse() 291 static void setMemoryPhiValueForBlock(MemoryPhi *MP, const BasicBlock *BB, in setMemoryPhiValueForBlock() argument 295 int i = MP->getBasicBlockIndex(BB); in setMemoryPhiValueForBlock() 299 for (auto BBIter = MP->block_begin() + i; BBIter != MP->block_end(); in setMemoryPhiValueForBlock() 303 MP->setIncomingValue(i, NewDef); in setMemoryPhiValueForBlock() 449 for (auto &MP : InsertedPHIs) { in insertDef() local 450 MemoryPhi *Phi = dyn_cast_or_null<MemoryPhi>(MP); in insertDef() 456 for (auto &MP : ExistingPhis) { in insertDef() local 457 MemoryPhi *Phi = dyn_cast_or_null<MemoryPhi>(MP); in insertDef() [all …]
|
/external/strace/ |
D | Makefile.in | 2513 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 2520 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W… 2527 …PFLAGS) $(libmpers_m32_a_CFLAGS) $(CFLAGS) -MT libmpers_m32_a-block.o -MD -MP -MF $(DEPDIR)/libmpe… 2534 …LAGS) $(libmpers_m32_a_CFLAGS) $(CFLAGS) -MT libmpers_m32_a-block.obj -MD -MP -MF $(DEPDIR)/libmpe… 2541 …PFLAGS) $(libmpers_m32_a_CFLAGS) $(CFLAGS) -MT libmpers_m32_a-btrfs.o -MD -MP -MF $(DEPDIR)/libmpe… 2548 …LAGS) $(libmpers_m32_a_CFLAGS) $(CFLAGS) -MT libmpers_m32_a-btrfs.obj -MD -MP -MF $(DEPDIR)/libmpe… 2555 …FLAGS) $(libmpers_m32_a_CFLAGS) $(CFLAGS) -MT libmpers_m32_a-dirent.o -MD -MP -MF $(DEPDIR)/libmpe… 2562 …AGS) $(libmpers_m32_a_CFLAGS) $(CFLAGS) -MT libmpers_m32_a-dirent.obj -MD -MP -MF $(DEPDIR)/libmpe… 2569 …) $(libmpers_m32_a_CFLAGS) $(CFLAGS) -MT libmpers_m32_a-evdev_mpers.o -MD -MP -MF $(DEPDIR)/libmpe… 2576 …$(libmpers_m32_a_CFLAGS) $(CFLAGS) -MT libmpers_m32_a-evdev_mpers.obj -MD -MP -MF $(DEPDIR)/libmpe… [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemorySSAUpdater.cpp | 282 for (auto &MP : InsertedPHIs) in insertUse() local 283 if (MemoryPhi *Phi = cast_or_null<MemoryPhi>(MP)) in insertUse() 289 static void setMemoryPhiValueForBlock(MemoryPhi *MP, const BasicBlock *BB, in setMemoryPhiValueForBlock() argument 293 int i = MP->getBasicBlockIndex(BB); in setMemoryPhiValueForBlock() 297 for (auto BBIter = MP->block_begin() + i; BBIter != MP->block_end(); in setMemoryPhiValueForBlock() 301 MP->setIncomingValue(i, NewDef); in setMemoryPhiValueForBlock() 444 for (auto &MP : InsertedPHIs) { in insertDef() local 445 MemoryPhi *Phi = dyn_cast_or_null<MemoryPhi>(MP); in insertDef() 477 if (auto *MP = MSSA->getMemoryAccess(S)) in fixupDefs() local 478 setMemoryPhiValueForBlock(MP, NewDef->getBlock(), NewDef); in fixupDefs() [all …]
|
/external/llvm-project/llvm/lib/IR/ |
D | LegacyPassManager.cpp | 427 std::tuple<Pass *, bool> getOnTheFlyPass(Pass *MP, AnalysisID PI, 439 ModulePass *MP = getContainedPass(Index); in dumpPassStructure() local 440 MP->dumpPassStructure(Offset + 1); in dumpPassStructure() 442 OnTheFlyManagers.find(MP); in dumpPassStructure() 445 dumpLastUses(MP, Offset+1); in dumpPassStructure() 516 MPPassManager *MP = static_cast<MPPassManager *>(PassManagers[N]); in getContainedManager() local 517 return MP; in getContainedManager() 1539 ModulePass *MP = getContainedPass(Index); in runOnModule() local 1542 dumpPassInfo(MP, EXECUTION_MSG, ON_MODULE_MSG, M.getModuleIdentifier()); in runOnModule() 1543 dumpRequiredSet(MP); in runOnModule() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LegacyPassManager.cpp | 439 Pass* getOnTheFlyPass(Pass *MP, AnalysisID PI, Function &F) override; 450 ModulePass *MP = getContainedPass(Index); in dumpPassStructure() local 451 MP->dumpPassStructure(Offset + 1); in dumpPassStructure() 453 OnTheFlyManagers.find(MP); in dumpPassStructure() 456 dumpLastUses(MP, Offset+1); in dumpPassStructure() 527 MPPassManager *MP = static_cast<MPPassManager *>(PassManagers[N]); in getContainedManager() local 528 return MP; in getContainedManager() 1570 ModulePass *MP = getContainedPass(Index); in runOnModule() local 1573 dumpPassInfo(MP, EXECUTION_MSG, ON_MODULE_MSG, M.getModuleIdentifier()); in runOnModule() 1574 dumpRequiredSet(MP); in runOnModule() [all …]
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | MachOPlatform.h | 115 InitScraperPlugin(MachOPlatform &MP) : MP(MP) {} in InitScraperPlugin() argument 148 MachOPlatform &MP; variable
|
/external/llvm/unittests/Transforms/Utils/ |
D | MemorySSA.cpp | 96 MemoryPhi *MP = MSSA.createMemoryPhi(Merge); in TEST_F() local 98 MP->addIncoming(StoreAccess, Left); in TEST_F() 99 MP->addIncoming(MSSA.getLiveOnEntryDef(), Right); in TEST_F() 103 MSSA.createMemoryAccessInBB(LoadInst, MP, Merge, MemorySSA::Beginning)); in TEST_F() 139 MemoryPhi *MP = cast<MemoryPhi>(DefiningAccess); in TEST_F() local 141 for (auto &Op : MP->incoming_values()) in TEST_F() 144 MP->replaceAllUsesWith(MSSA.getLiveOnEntryDef()); in TEST_F() 148 MSSA.removeMemoryAccess(MP); in TEST_F()
|
/external/llvm/lib/IR/ |
D | LegacyPassManager.cpp | 341 Pass* getOnTheFlyPass(Pass *MP, AnalysisID PI, Function &F) override; 354 ModulePass *MP = getContainedPass(Index); in dumpPassStructure() local 355 MP->dumpPassStructure(Offset + 1); in dumpPassStructure() 357 OnTheFlyManagers.find(MP); in dumpPassStructure() 360 dumpLastUses(MP, Offset+1); in dumpPassStructure() 431 MPPassManager *MP = static_cast<MPPassManager *>(PassManagers[N]); in getContainedManager() local 432 return MP; in getContainedManager() 1591 ModulePass *MP = getContainedPass(Index); in runOnModule() local 1594 dumpPassInfo(MP, EXECUTION_MSG, ON_MODULE_MSG, M.getModuleIdentifier()); in runOnModule() 1595 dumpRequiredSet(MP); in runOnModule() [all …]
|
/external/autotest/server/site_tests/firmware_FingerprintSigner/ |
D | control.fsi | 13 Fails if the on-disk fingerprint firmware image is signed with keys that aren't MP. 23 This test makes sure the firmware stored in the OS image is signed with MP keys, 24 not pre-MP or dev. It is intended to be run as part of the FSI process.
|
/external/llvm/test/CodeGen/ARM/ |
D | prefetch.ll | 4 ; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a9 %s -o - | FileCheck %s -check-prefix=ARM-MP 15 ; ARM-MP-LABEL: t1: 16 ; ARM-MP: pldw [r0] 17 ; ARM-MP: pld [r0]
|
/external/iperf3/src/ |
D | Makefile.in | 940 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 947 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W… 954 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 961 …AM_CPPFLAGS) $(CPPFLAGS) $(iperf3_CFLAGS) $(CFLAGS) -MT iperf3-main.o -MD -MP -MF $(DEPDIR)/iperf3… 968 …_CPPFLAGS) $(CPPFLAGS) $(iperf3_CFLAGS) $(CFLAGS) -MT iperf3-main.obj -MD -MP -MF $(DEPDIR)/iperf3… 975 …PPFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-main.o -MD -MP -MF $(DEPDIR)/iperf3… 982 …FLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-main.obj -MD -MP -MF $(DEPDIR)/iperf3… 989 …PFLAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-cjson.o -MD -MP -MF $(DEPDIR)/iperf3… 996 …LAGS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-cjson.obj -MD -MP -MF $(DEPDIR)/iperf3… 1003 …GS) $(iperf3_profile_CFLAGS) $(CFLAGS) -MT iperf3_profile-iperf_api.o -MD -MP -MF $(DEPDIR)/iperf3… [all …]
|
/external/google-breakpad/ |
D | Makefile.in | 5132 @am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 5140 @am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'… 5147 …ux/src_client_linux_linux_client_unittest_shlib-breakpad_getcontext.o -MD -MP -MF src/common/linux… 5154 …/src_client_linux_linux_client_unittest_shlib-breakpad_getcontext.obj -MD -MP -MF src/common/linux… 5162 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 5170 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 5178 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 5186 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &… 5193 …) -MT src/testing/googletest/src/src_testing_libtesting_a-gtest-all.o -MD -MP -MF src/testing/goog… 5200 …-MT src/testing/googletest/src/src_testing_libtesting_a-gtest-all.obj -MD -MP -MF src/testing/goog… [all …]
|
/external/clang/lib/CodeGen/ |
D | CGCXXABI.cpp | 147 llvm::Constant *CGCXXABI::EmitMemberPointer(const APValue &MP, QualType MPT) { in EmitMemberPointer() argument 283 CharUnits CGCXXABI::getMemberPointerPathAdjustment(const APValue &MP) { in getMemberPointerPathAdjustment() argument 286 const ValueDecl *MPD = MP.getMemberPointerDecl(); in getMemberPointerPathAdjustment() 288 ArrayRef<const CXXRecordDecl*> Path = MP.getMemberPointerPath(); in getMemberPointerPathAdjustment() 289 bool DerivedMember = MP.isMemberPointerToDerivedMember(); in getMemberPointerPathAdjustment()
|