Searched refs:DepMI (Results 1 – 3 of 3) sorted by relevance
256 const MachineInstr *DepMI) const { in computeOutputLatency()272 if (!DepMI->readsRegister(Reg, TRI) && TII->isPredicated(DepMI)) in computeOutputLatency()
175 const MachineInstr *DepMI) const;
1438 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(DepInfo.getInst())) { in AnalyzeLoadAvailability() local1441 DepMI, *DL); in AnalyzeLoadAvailability()1443 ValuesPerBlock.push_back(AvailableValueInBlock::getMI(DepBB, DepMI, in AnalyzeLoadAvailability()1874 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(Dep.getInst())) { in processLoad() local1877 DepMI, *DL); in processLoad()1879 AvailVal = GetMemInstValueForLoad(DepMI, Offset, L->getType(), L, *DL); in processLoad()