Lines Matching full:mca
10 /// This file declares classes responsible for generating llvm-mca
11 /// CodeRegions from various types of input. llvm-mca only analyzes CodeRegions,
26 #include "llvm/MCA/CustomBehaviour.h"
32 namespace mca {
52 /// LLVM-MCA-BEGIN. It ends a region if it is of the form LLVM-MCA-END.
54 /// LLVM-MCA-BEGIN <name> or LLVM-MCA-END <name>. Subregions are
57 /// active region, LLVM-MCA-END does not need to provide a name.
76 /// LLVM-MCA-<INSTRUMENTATION_TYPE> <data> where INSTRUMENTATION_TYPE
91 MCStreamerWrapper(MCContext &Context, mca::CodeRegions &R) in MCStreamerWrapper()
124 InstrumentMCStreamer(MCContext &Context, mca::InstrumentRegions &R, in InstrumentMCStreamer()
145 /// the llvm-mca driver, and converting that into a CodeRegions instance.
281 } // namespace mca