Searched refs:InstructionsCache (Results 1 – 4 of 4) sorted by relevance
64 const InstructionsCache &getIC() const { return *IC; } in getIC()72 std::unique_ptr<const InstructionsCache> IC;
175 struct InstructionsCache { struct176 InstructionsCache(const MCInstrInfo &InstrInfo,
304 InstructionsCache::InstructionsCache(const MCInstrInfo &InstrInfo, in InstructionsCache() function in llvm::exegesis::InstructionsCache308 const Instruction &InstructionsCache::getInstr(unsigned Opcode) const { in getInstr()
47 IC.reset(new InstructionsCache(getInstrInfo(), getRATC())); in LLVMState()