Searched refs:mayBeCurLoad (Results 1 – 3 of 3) sorted by relevance
333 bool mayBeCurLoad(const MachineInstr* MI) const;
372 if (HII->isDotCurInst(MI) && !HII->mayBeCurLoad(MI)) in canPromoteToDotCur()375 if (!HII->mayBeCurLoad(MI)) in canPromoteToDotCur()
2597 bool HexagonInstrInfo::mayBeCurLoad(const MachineInstr *MI) const { in mayBeCurLoad() function in HexagonInstrInfo