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 329 return HII->isCondInst(MI) || MI->isReturn() || HII->mayBeNewStore(MI);
533 if (!HII->mayBeNewStore(MI))
700 if (!HII->mayBeNewStore(MI))
729 if (HII->isDotNewInst(MI) && !HII->mayBeNewStore(MI))
763 if (RC != &Hexagon::PredRegsRegClass && !HII->mayBeNewStore(MI))
    [all...]
HexagonInstrInfo.h 362 bool mayBeNewStore(const MachineInstr* MI) const;
HexagonCopyToCombine.cpp 388 if (TII->mayBeNewStore(&MI)) {
HexagonInstrInfo.cpp     [all...]

Completed in 267 milliseconds