HomeSort by: relevance | last modified time | path
    Searched refs:InstructionsCache (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
LlvmState.h 64 const InstructionsCache &getIC() const { return *IC; }
72 std::unique_ptr<const InstructionsCache> IC;
MCInstrDescView.h 175 struct InstructionsCache {
176 InstructionsCache(const MCInstrInfo &InstrInfo,
LlvmState.cpp 47 IC.reset(new InstructionsCache(getInstrInfo(), getRATC()));
MCInstrDescView.cpp 304 InstructionsCache::InstructionsCache(const MCInstrInfo &InstrInfo,
308 const Instruction &InstructionsCache::getInstr(unsigned Opcode) const {

Completed in 15 milliseconds