Home
last modified time | relevance | path

Searched refs:InstructionsCache (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DLlvmState.h64 const InstructionsCache &getIC() const { return *IC; } in getIC()
72 std::unique_ptr<const InstructionsCache> IC;
DMCInstrDescView.h175 struct InstructionsCache { struct
176 InstructionsCache(const MCInstrInfo &InstrInfo,
DMCInstrDescView.cpp304 InstructionsCache::InstructionsCache(const MCInstrInfo &InstrInfo, in InstructionsCache() function in llvm::exegesis::InstructionsCache
308 const Instruction &InstructionsCache::getInstr(unsigned Opcode) const { in getInstr()
DLlvmState.cpp47 IC.reset(new InstructionsCache(getInstrInfo(), getRATC())); in LLVMState()