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

  /external/llvm/lib/Target/Hexagon/
HexagonOptAddrMode.cpp 87 short getBaseWithLongOffset(const MachineInstr *MI) const;
121 return (HII->getBaseWithLongOffset(MI) >= 0);
175 getBaseWithLongOffset(UseMI) < 0)
317 short NewOpCode = HII->getBaseWithLongOffset(OldMI);
374 short NewOpCode = HII->getBaseWithLongOffset(OldMI);
414 short HexagonOptAddrMode::getBaseWithLongOffset(const MachineInstr *MI) const {
417 return HII->getBaseWithLongOffset(TempOpCode);
419 return HII->getBaseWithLongOffset(MI);
449 short NewOpCode = getBaseWithLongOffset(UseMI);
HexagonInstrInfo.h 376 short getBaseWithLongOffset(short Opcode) const;
377 short getBaseWithLongOffset(const MachineInstr *MI) const;
HexagonInstrInfo.cpp     [all...]

Completed in 61 milliseconds