Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCA/
H A DX86CustomBehaviour.h27 class X86InstrPostProcess : public InstrPostProcess {
34 : InstrPostProcess(STI, MCII) {} in X86InstrPostProcess()
H A DX86CustomBehaviour.cpp52 static InstrPostProcess *createX86InstrPostProcess(const MCSubtargetInfo &STI, in createX86InstrPostProcess()
/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/
H A DCustomBehaviour.h36 class InstrPostProcess {
42 InstrPostProcess(const MCSubtargetInfo &STI, const MCInstrInfo &MCII) in InstrPostProcess() function
45 virtual ~InstrPostProcess() = default;
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCA/
H A DAMDGPUCustomBehaviour.h27 class AMDGPUInstrPostProcess : public InstrPostProcess {
32 : InstrPostProcess(STI, MCII) {} in AMDGPUInstrPostProcess()
H A DAMDGPUCustomBehaviour.cpp342 static InstrPostProcess *
/openbsd-src/gnu/llvm/llvm/tools/llvm-mca/
H A DCMakeLists.txt5 AllTargetsMCAs # CustomBehaviour and InstrPostProcess
H A 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/
H A 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/
H A 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.