Home
last modified time | relevance | path

Searched defs:InstructionsCache (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.h175 struct InstructionsCache { struct
184 const RegisterAliasingTrackerCache &RATC;
186 Instructions;
187 const BitVectorCache BVC;
H A DMCInstrDescView.cpp304 InstructionsCache::InstructionsCache(const MCInstrInfo &InstrInfo, in InstructionsCache() function in llvm::exegesis::InstructionsCache