Home
last modified time | relevance | path

Searched defs:supportsInstrumentType (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MCA/
DCustomBehaviour.h157 virtual bool supportsInstrumentType(StringRef Type) const { return false; } in supportsInstrumentType() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MCA/
DCustomBehaviour.h157 virtual bool supportsInstrumentType(StringRef Type) const { return false; } in supportsInstrumentType() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MCA/
DCustomBehaviour.h157 virtual bool supportsInstrumentType(StringRef Type) const { return false; } in supportsInstrumentType() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MCA/
H A DCustomBehaviour.h157 virtual bool supportsInstrumentType(StringRef Type) const { return false; } in supportsInstrumentType() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MCA/
DCustomBehaviour.h157 virtual bool supportsInstrumentType(StringRef Type) const { return false; } in supportsInstrumentType() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.cpp70 bool RISCVInstrumentManager::supportsInstrumentType( in supportsInstrumentType() function in llvm::mca::RISCVInstrumentManager