Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetSchedule.cpp277 const MachineInstr *DepMI) const { in computeOutputLatency()
293 if (!DepMI->readsRegister(Reg, TRI) && TII->isPredicated(DepMI)) in computeOutputLatency()
/external/llvm/include/llvm/CodeGen/
DTargetSchedule.h176 const MachineInstr *DepMI) const;
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp1444 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(DepInfo.getInst())) { in AnalyzeLoadAvailability() local
1447 DepMI, DL); in AnalyzeLoadAvailability()
1449 ValuesPerBlock.push_back(AvailableValueInBlock::getMI(DepBB, DepMI, in AnalyzeLoadAvailability()
1878 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(Dep.getInst())) { in processLoad() local
1880 L->getType(), L->getPointerOperand(), DepMI, DL); in processLoad()
1882 AvailVal = GetMemInstValueForLoad(DepMI, Offset, L->getType(), L, DL); in processLoad()