Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h361 bool mayBeCurLoad(const MachineInstr* MI) const;
DHexagonVLIWPacketizer.cpp375 if (HII->isDotCurInst(MI) && !HII->mayBeCurLoad(MI)) in canPromoteToDotCur()
378 if (!HII->mayBeCurLoad(MI)) in canPromoteToDotCur()
DHexagonInstrInfo.cpp3040 bool HexagonInstrInfo::mayBeCurLoad(const MachineInstr *MI) const { in mayBeCurLoad() function in HexagonInstrInfo