| /netbsd-src/sys/dev/mca/ |
| H A D | files.mca | 1 # $NetBSD: files.mca,v 1.23 2020/01/19 20:00:36 thorpej Exp $ 8 #device mca {[slot = -1]} 9 attach mca at mcabus 10 file dev/mca/mca.c mca needs-flag 11 file dev/mca/mca_subr.c mca 13 file dev/mca/mcabusprint.c mcabus 16 attach ep at mca with ep_mca: elink 17 file dev/mca/if_ep_mca.c ep_mca 20 attach we at mca with we_mca 21 file dev/mca/if_we_mca.c we_mca [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/ |
| H A D | llvm-mca.cpp | 289 static bool runPipeline(mca::Pipeline &P) { in runPipeline() 411 mca::AsmCodeRegionGenerator CRG(*TheTarget, SrcMgr, Ctx, *MAI, *STI, *MCII); in main() 412 Expected<const mca::CodeRegions &> RegionsOrErr = in main() 424 const mca::CodeRegions &Regions = *RegionsOrErr; in main() 463 mca::InstrBuilder IB(*STI, *MCII, *MRI, MCIA.get()); in main() 466 mca::Context MCA(*MRI, *STI); in main() 468 mca::PipelineOptions PO(MicroOpQueue, DecoderThroughput, DispatchWidth, in main() 483 for (const std::unique_ptr<mca::CodeRegion> &Region : Regions) { in main() 500 mca::CodeEmitter CE(*STI, *MAB, *MCE, Insts); in main() 501 std::vector<std::unique_ptr<mca::Instruction>> LoweredSequence; in main() [all …]
|
| H A D | CMakeLists.txt | 14 add_llvm_tool(llvm-mca 15 llvm-mca.cpp
|
| H A D | CodeRegionGenerator.cpp | 27 namespace mca { namespace 46 MCStreamerWrapper(MCContext &Context, mca::CodeRegions &R) in MCStreamerWrapper()
|
| H A D | PipelinePrinter.cpp | 18 namespace mca { namespace
|
| H A D | PipelinePrinter.h | 27 namespace mca {
|
| /netbsd-src/sys/arch/rs6000/conf/ |
| H A D | files.rs6000 | 61 device mca {[slot = -1]} 62 include "dev/mca/files.mca" 63 file arch/rs6000/mca/mca_machdep.c mca 64 #file arch/rs6000/mca/mcadma_machdep.c mca 70 attach ioplanar at mca with ioplanar 71 file arch/rs6000/mca/ioplanar.c ioplanar needs-flag
|
| /netbsd-src/distrib/utils/more/ |
| H A D | command.c | 61 static int mca; /* The multicharacter command (action) */ variable 107 mca = action; 250 if (mca != A_DIGIT) in getcc() 268 switch (mca) { in exec_mca() 287 switch (mca) { 305 mca = 0; 341 mca = 0; in commands() 371 if (mca) in commands() 471 last_mca = mca; in commands() 496 (void)search(mca == A_F_SEARCH, NULL, in commands() [all …]
|
| /netbsd-src/external/bsd/less/dist/ |
| H A D | command.c | 80 static int mca; /* The multicharacter command (action) */ variable 124 mca = action; in set_mca() 134 if (mca == 0) in clear_mca() 136 mca = 0; in clear_mca() 151 return (mca != 0 && mca != A_PREFIX); in in_mca() 255 switch (mca) in exec_mca() 562 if (mca != A_FILTER) in mca_search_char() 570 if (mca != A_FILTER) in mca_search_char() 574 if (mca != A_FILTER) in mca_search_char() 590 if (mca != A_FILTER) in mca_search_char() [all …]
|
| /netbsd-src/sys/arch/i386/conf/ |
| H A D | GENERIC_PS2TINY | 170 com* at mca? slot ? # 16x50s on comm boards 173 elmc* at mca? slot ? # 3Com EtherLink/MC (3c523) 174 ep* at mca? slot ? # 3Com EtherLink III (3c529) 175 we* at mca? slot ? # WD/SMC Ethernet 176 ate* at mca? slot ? # Allied Telesis AT1720 177 ne* at mca? slot ? # Novell NE/2 and clones 178 tra* at mca? slot ? # Tiara LANCard/E and clones 179 le* at mca? slot ? # SKNET Personal/MC2+ 182 edc* at mca? slot ? # IBM ESDI Disk Controllers 186 aha* at mca? slot ? # Adaptec AHA-1640 [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
| H A D | llvm-mca.rst | 1 llvm-mca - LLVM Machine Code Analyzer 4 .. program:: llvm-mca 9 :program:`llvm-mca` [*options*] [input] 14 :program:`llvm-mca` is a performance analysis tool that uses information 26 Given an assembly code sequence, :program:`llvm-mca` estimates the Instructions 31 directly into :program:`llvm-mca` for analysis: 35 $ clang foo.c -O2 -target x86_64-unknown-unknown -S -o - | llvm-mca -mcpu=btver2 41 …$ clang foo.c -O2 -target x86_64-unknown-unknown -mllvm -x86-asm-syntax=intel -S -o - | llvm-mca -… 43 (:program:`llvm-mca` detects Intel syntax by the presence of an `.intel_syntax` 51 By design, the quality of the analysis conducted by :program:`llvm-mca` is [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/tools/llvm-mca/ |
| H A D | BUILD.gn | 1 executable("llvm-mca") { 31 "llvm-mca.cpp",
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/ |
| H A D | View.cpp | 19 namespace mca { namespace
|
| H A D | RetireControlUnitStatistics.h | 36 namespace mca {
|
| H A D | RegisterFileStatistics.h | 43 namespace mca {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/ |
| H A D | HWEventListener.cpp | 17 namespace mca { namespace
|
| H A D | CodeEmitter.cpp | 16 namespace mca { namespace
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/ |
| H A D | HardwareUnit.cpp | 18 namespace mca { namespace
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/ |
| H A D | Stage.cpp | 18 namespace mca { namespace
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/ |
| H A D | HardwareUnit.h | 19 namespace mca {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/Stages/ |
| H A D | InstructionTables.h | 26 namespace mca {
|
| H A D | RetireStage.h | 26 namespace mca {
|
| H A D | EntryStage.h | 24 namespace mca {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/ |
| H A D | Pipeline.h | 22 namespace mca {
|
| /netbsd-src/sys/arch/rs6000/ |
| H A D | Makefile | 7 ../rs6000/mca/*.[ch] ../rs6000/ioplanar/*.[ch]
|