Home
last modified time | relevance | path

Searched refs:createInstrPostProcess (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DTargetRegistry.h133 createInstrPostProcess(const MCSubtargetInfo &STI, const MCInstrInfo &MCII);
626 mca::InstrPostProcess *createInstrPostProcess(const MCSubtargetInfo &STI, in createInstrPostProcess() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp584 TheTarget->createInstrPostProcess(*STI, *MCII)); in main()