Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h300 bool isNewValueStore(const MachineInstr* MI) const;
301 bool isNewValueStore(unsigned Opcode) const;
DHexagonInstrInfo.cpp1494 (MI->mayStore() && isPredicated(MI) && !isNewValueStore(MI) && in isCondInst()
2092 return isNewValueJump(MI) || isNewValueStore(MI); in isNewValueInst()
2106 bool HexagonInstrInfo::isNewValueStore(const MachineInstr *MI) const { in isNewValueStore() function in HexagonInstrInfo
2112 bool HexagonInstrInfo::isNewValueStore(unsigned Opcode) const { in isNewValueStore() function in HexagonInstrInfo
3160 if (isNewValueStore(NewOp)) { // Convert into non-new-value format in getDotOldOp()