Home
last modified time | relevance | path

Searched defs:createInstrument (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/
H A DCustomBehaviour.cpp45 SharedInstrument InstrumentManager::createInstrument(llvm::StringRef Desc, in createInstrument() function in llvm::mca::InstrumentManager
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.cpp77 RISCVInstrumentManager::createInstrument(llvm::StringRef Desc, in createInstrument() function in llvm::mca::RISCVInstrumentManager
/aosp_15_r20/external/caliper/caliper/src/test/java/com/google/caliper/runner/
H A DRuntimeInstrumentTest.java57 @Before public void createInstrument() { in createInstrument() method in RuntimeInstrumentTest