Home
last modified time | relevance | path

Searched refs:mca (Results 1 – 25 of 108) sorted by relevance

12345

/netbsd-src/sys/dev/mca/
H A Dfiles.mca1 # $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 Dllvm-mca.cpp289 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 DCMakeLists.txt14 add_llvm_tool(llvm-mca
15 llvm-mca.cpp
H A DCodeRegionGenerator.cpp27 namespace mca { namespace
46 MCStreamerWrapper(MCContext &Context, mca::CodeRegions &R) in MCStreamerWrapper()
H A DPipelinePrinter.cpp18 namespace mca { namespace
H A DPipelinePrinter.h27 namespace mca {
/netbsd-src/sys/arch/rs6000/conf/
H A Dfiles.rs600061 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 Dcommand.c61 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 Dcommand.c80 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 DGENERIC_PS2TINY170 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 Dllvm-mca.rst1 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 DBUILD.gn1 executable("llvm-mca") {
31 "llvm-mca.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DView.cpp19 namespace mca { namespace
H A DRetireControlUnitStatistics.h36 namespace mca {
H A DRegisterFileStatistics.h43 namespace mca {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/
H A DHWEventListener.cpp17 namespace mca { namespace
H A DCodeEmitter.cpp16 namespace mca { namespace
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DHardwareUnit.cpp18 namespace mca { namespace
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
H A DStage.cpp18 namespace mca { namespace
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
H A DHardwareUnit.h19 namespace mca {
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/Stages/
H A DInstructionTables.h26 namespace mca {
H A DRetireStage.h26 namespace mca {
H A DEntryStage.h24 namespace mca {
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DPipeline.h22 namespace mca {
/netbsd-src/sys/arch/rs6000/
H A DMakefile7 ../rs6000/mca/*.[ch] ../rs6000/ioplanar/*.[ch]

12345