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 627 if (isNewValueStore(MI))
751 bool HexagonInstrInfo::isNewValueStore(const MachineInstr *MI) const {
757 bool HexagonInstrInfo::isNewValueStore(unsigned Opcode) const {
    [all...]

Completed in 44 milliseconds