Home
last modified time | relevance | path

Searched refs:isNewValueStore (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h326 bool isNewValueStore(const MachineInstr* MI) const;
327 bool isNewValueStore(unsigned Opcode) const;
DHexagonInstrInfo.cpp1745 (MI->mayStore() && isPredicated(*MI) && !isNewValueStore(MI) && in isCondInst()
2342 return isNewValueJump(MI) || isNewValueStore(MI); in isNewValueInst()
2356 bool HexagonInstrInfo::isNewValueStore(const MachineInstr *MI) const { in isNewValueStore() function in HexagonInstrInfo
2362 bool HexagonInstrInfo::isNewValueStore(unsigned Opcode) const { in isNewValueStore() function in HexagonInstrInfo
3626 if (isNewValueStore(NewOp)) { // Convert into non-new-value format in getDotOldOp()