Searched refs:AddrI (Results 1 – 2 of 2) sorted by relevance
1115 auto AddrI = BuildMI(*Pred, InsertPt, DebugLoc(), in tracePredStateThroughIndirectBranches() local1119 (void)AddrI; in tracePredStateThroughIndirectBranches()1120 LLVM_DEBUG(dbgs() << " Inserting mov: "; AddrI->dump(); in tracePredStateThroughIndirectBranches()1123 auto AddrI = BuildMI(*Pred, InsertPt, DebugLoc(), TII->get(X86::LEA64r), in tracePredStateThroughIndirectBranches() local1131 (void)AddrI; in tracePredStateThroughIndirectBranches()1132 LLVM_DEBUG(dbgs() << " Inserting lea: "; AddrI->dump(); in tracePredStateThroughIndirectBranches()1163 auto AddrI = in tracePredStateThroughIndirectBranches() local1171 (void)AddrI; in tracePredStateThroughIndirectBranches()1172 LLVM_DEBUG(dbgs() << " Inserting lea: "; AddrI->dump(); dbgs() << "\n"); in tracePredStateThroughIndirectBranches()
1422 auto *AddrI = dyn_cast<Instruction>(Store->getOperand(1)); in LowerMatrixMultiplyFused() local1423 if (AddrI && (!DT->dominates(AddrI, MatMul))) in LowerMatrixMultiplyFused()