Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/MCA/
DRISCVCustomBehaviour.h47 bool supportsInstrumentType(StringRef Type) const override;
DRISCVCustomBehaviour.cpp70 bool RISCVInstrumentManager::supportsInstrumentType( in supportsInstrumentType() function in llvm::mca::RISCVInstrumentManager
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MCA/
DCustomBehaviour.h157 virtual bool supportsInstrumentType(StringRef Type) const { return false; } in supportsInstrumentType() function