Lines Matching defs:IR
69 unsigned LSUnit::dispatch(const InstRef &IR) {
70 const Instruction &IS = *IR.getInstruction();
194 LSUnit::Status LSUnit::isAvailable(const InstRef &IR) const {
195 const Instruction &IS = *IR.getInstruction();
203 void LSUnit::onInstructionRetired(const InstRef &IR) {
204 const Instruction &IS = *IR.getInstruction();
211 LLVM_DEBUG(dbgs() << "[LSUnit]: Instruction idx=" << IR.getSourceIndex()
217 LLVM_DEBUG(dbgs() << "[LSUnit]: Instruction idx=" << IR.getSourceIndex()
222 void LSUnit::onInstructionExecuted(const InstRef &IR) {
223 const Instruction &IS = *IR.getInstruction();
230 It->second->onInstructionExecuted(IR);