Home
last modified time | relevance | path

Searched refs:InstrPostProcess (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/MCA/
DCustomBehaviour.h36 class InstrPostProcess {
42 InstrPostProcess(const MCSubtargetInfo &STI, const MCInstrInfo &MCII) in InstrPostProcess() function
45 virtual ~InstrPostProcess() = default;
/openbsd/src/gnu/llvm/llvm/tools/llvm-mca/
DCMakeLists.txt5 AllTargetsMCAs # CustomBehaviour and InstrPostProcess
Dllvm-mca.cpp524 std::unique_ptr<mca::InstrPostProcess> IPP; in main()
530 IPP = std::unique_ptr<mca::InstrPostProcess>( in main()
536 IPP = std::make_unique<mca::InstrPostProcess>(*STI, *MCII); in main()
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DTargetRegistry.h62 class InstrPostProcess; variable
135 mca::InstrPostProcess *createInstrPostProcess(const MCSubtargetInfo &STI,
249 mca::InstrPostProcess *(*)(const MCSubtargetInfo &STI,
712 mca::InstrPostProcess *createInstrPostProcess(const MCSubtargetInfo &STI, in createInstrPostProcess()
/openbsd/src/gnu/llvm/llvm/docs/CommandGuide/
Dllvm-mca.rst225 Force usage of the generic CustomBehaviour and InstrPostProcess classes rather
1055 these flags set, it should be done within the target's InstrPostProcess class.