Home
last modified time | relevance | path

Searched refs:supportsInstrumentType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.h59 bool supportsInstrumentType(StringRef Type) const override;
H A DRISCVCustomBehaviour.cpp72 bool RISCVInstrumentManager::supportsInstrumentType( in supportsInstrumentType() function in llvm::mca::RISCVInstrumentManager
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DCustomBehaviour.h157 virtual bool supportsInstrumentType(StringRef Type) const { return false; } in supportsInstrumentType() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegionGenerator.cpp147 if (!IM.supportsInstrumentType(InstrumentKind)) { in HandleComment()