Home
last modified time | relevance | path

Searched refs:DepMI (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DTargetSchedule.cpp256 const MachineInstr *DepMI) const { in computeOutputLatency()
272 if (!DepMI->readsRegister(Reg, TRI) && TII->isPredicated(DepMI)) in computeOutputLatency()
/external/llvm/include/llvm/CodeGen/
DTargetSchedule.h175 const MachineInstr *DepMI) const;
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp1438 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(DepInfo.getInst())) { in AnalyzeLoadAvailability() local
1441 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() local
1877 DepMI, *DL); in processLoad()
1879 AvailVal = GetMemInstValueForLoad(DepMI, Offset, L->getType(), L, *DL); in processLoad()