Home
last modified time | relevance | path

Searched refs:getBaseWithLongOffset (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonOptAddrMode.cpp87 short getBaseWithLongOffset(const MachineInstr *MI) const;
121 return (HII->getBaseWithLongOffset(MI) >= 0); in INITIALIZE_PASS_DEPENDENCY()
175 getBaseWithLongOffset(UseMI) < 0) in canRemoveAddasl()
317 short NewOpCode = HII->getBaseWithLongOffset(OldMI); in changeLoad()
374 short NewOpCode = HII->getBaseWithLongOffset(OldMI); in changeStore()
414 short HexagonOptAddrMode::getBaseWithLongOffset(const MachineInstr *MI) const { in getBaseWithLongOffset() function in HexagonOptAddrMode
417 return HII->getBaseWithLongOffset(TempOpCode); in getBaseWithLongOffset()
419 return HII->getBaseWithLongOffset(MI); in getBaseWithLongOffset()
449 short NewOpCode = getBaseWithLongOffset(UseMI); in changeAddAsl()
DHexagonInstrInfo.h376 short getBaseWithLongOffset(short Opcode) const;
377 short getBaseWithLongOffset(const MachineInstr *MI) const;
DHexagon.td198 def getBaseWithLongOffset : InstrMapping {
DHexagonInstrInfo.cpp3277 short HexagonInstrInfo::getBaseWithLongOffset(short Opcode) const { in getBaseWithLongOffset() function in HexagonInstrInfo
3280 return Hexagon::getBaseWithLongOffset(Opcode); in getBaseWithLongOffset()
3284 short HexagonInstrInfo::getBaseWithLongOffset(const MachineInstr *MI) const { in getBaseWithLongOffset() function in HexagonInstrInfo
3285 return Hexagon::getBaseWithLongOffset(MI->getOpcode()); in getBaseWithLongOffset()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonOptAddrMode.cpp106 short getBaseWithLongOffset(const MachineInstr &MI) const;
197 getBaseWithLongOffset(UseMI) < 0) in canRemoveAddasl()
592 short HexagonOptAddrMode::getBaseWithLongOffset(const MachineInstr &MI) const { in getBaseWithLongOffset() function in HexagonOptAddrMode
627 short NewOpCode = getBaseWithLongOffset(*UseMI); in changeAddAsl()