Searched refs:InstrPostProcess (Results 1 – 5 of 5) sorted by relevance
36 class InstrPostProcess {42 InstrPostProcess(const MCSubtargetInfo &STI, const MCInstrInfo &MCII) in InstrPostProcess() function45 virtual ~InstrPostProcess() = default;
5 AllTargetsMCAs # CustomBehaviour and InstrPostProcess
524 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()
62 class InstrPostProcess; variable135 mca::InstrPostProcess *createInstrPostProcess(const MCSubtargetInfo &STI,249 mca::InstrPostProcess *(*)(const MCSubtargetInfo &STI,712 mca::InstrPostProcess *createInstrPostProcess(const MCSubtargetInfo &STI, in createInstrPostProcess()
225 Force usage of the generic CustomBehaviour and InstrPostProcess classes rather1055 these flags set, it should be done within the target's InstrPostProcess class.