Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h333 bool mayBeCurLoad(const MachineInstr* MI) const;
DHexagonVLIWPacketizer.cpp372 if (HII->isDotCurInst(MI) && !HII->mayBeCurLoad(MI)) in canPromoteToDotCur()
375 if (!HII->mayBeCurLoad(MI)) in canPromoteToDotCur()
DHexagonInstrInfo.cpp2597 bool HexagonInstrInfo::mayBeCurLoad(const MachineInstr *MI) const { in mayBeCurLoad() function in HexagonInstrInfo