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