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

  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 194 bool isNewValueStore(const MachineInstr* MI) const;
195 bool isNewValueStore(unsigned Opcode) const;
HexagonInstrInfo.cpp 632 if (isNewValueStore(MI))
756 bool HexagonInstrInfo::isNewValueStore(const MachineInstr *MI) const {
762 bool HexagonInstrInfo::isNewValueStore(unsigned Opcode) const {
    [all...]

Completed in 32 milliseconds