HomeSort by relevance Sort by last modified time
    Searched refs:mayBeNewStore (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp 407 if ( isCondInst(MI) || QII->mayBeNewStore(MI))
544 if (!QII->mayBeNewStore(MI))
730 !QII->mayBeNewStore(MI))
757 if (QII->isDotNewInst(MI) && !QII->mayBeNewStore(MI))
767 !QII->mayBeNewStore(MI)) // MI is not a new-value store
    [all...]
HexagonInstrInfo.h 188 bool mayBeNewStore(const MachineInstr* MI) const;
HexagonCopyToCombine.cpp 363 if(TII->mayBeNewStore(MI)) {
HexagonInstrInfo.cpp     [all...]

Completed in 136 milliseconds