Home
last modified time | relevance | path

Searched refs:getBaseAndOffsetPosition (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCOptAddrMode.cpp183 if (!TII->getBaseAndOffsetPosition(MI, BasePos, OffPos)) in isLoadStoreThatCanHandleDisplacement()
204 if (!AII->getBaseAndOffsetPosition(Ldst, BasePos, OffsetPos)) { in tryToCombine()
290 if (!AII->getBaseAndOffsetPosition(*Ldst, BasePos, OffPos)) { in canJoinInstructions()
385 } else if (AII->getBaseAndOffsetPosition(*MI, BasePos, OffPos)) { in fixPastUses()
457 AII->getBaseAndOffsetPosition(Ldst, BasePos, OffPos); in changeToAddrMode()
H A DARCInstrInfo.h92 virtual bool getBaseAndOffsetPosition(const MachineInstr &MI,
H A DARCInstrInfo.cpp423 bool ARCInstrInfo::getBaseAndOffsetPosition(const MachineInstr &MI, in getBaseAndOffsetPosition() function in ARCInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMemAbsolute.cpp123 if (!TII->getBaseAndOffsetPosition(*NextMI, BaseRegPos, ImmPos)) in runOnMachineFunction()
H A DHexagonVLIWPacketizer.cpp522 if (!HII->getBaseAndOffsetPosition(MI, BPI, OPI)) in updateOffset()
525 if (!HII->getBaseAndOffsetPosition(MJ, BPJ, OPJ)) in updateOffset()
554 if (!HII->getBaseAndOffsetPosition(MI, BP, OP)) in undoChangedOffset()
H A DHexagonInstrInfo.h298 bool getBaseAndOffsetPosition(const MachineInstr &MI, unsigned &BasePos,
H A DHexagonInstrInfo.cpp1999 if (!getBaseAndOffsetPosition(MIa, BasePosA, OffsetPosA)) in areMemAccessesTriviallyDisjoint()
2007 if (!getBaseAndOffsetPosition(MIb, BasePosB, OffsetPosB)) in areMemAccessesTriviallyDisjoint()
2048 if (!getBaseAndOffsetPosition(MI, BasePos, OffsetPos)) in getIncrementValue()
3302 if (!getBaseAndOffsetPosition(MI, BasePos, OffsetPos)) in getBaseAndOffset()
3323 bool HexagonInstrInfo::getBaseAndOffsetPosition(const MachineInstr &MI, in getBaseAndOffsetPosition() function in HexagonInstrInfo
H A DHexagonConstExtenders.cpp1072 if (!HII->getBaseAndOffsetPosition(MI, BaseP, OffP) || in getOffsetRange()
1693 HII->getBaseAndOffsetPosition(MI, BaseP, OffP); in replaceInstrExact()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2619 if (!TII->getBaseAndOffsetPosition(*MI, BasePosLd, OffsetPosLd)) in canUseLastOffsetValue()
2642 if (!TII->getBaseAndOffsetPosition(*PrevDef, BasePos1, OffsetPos1)) in canUseLastOffsetValue()
2674 if (!TII->getBaseAndOffsetPosition(*MI, BasePos, OffsetPos)) in applyInstrChange()
2996 if (ST.getInstrInfo()->getBaseAndOffsetPosition(*MI, BasePos, OffsetPos)) in orderDependence()
3375 if (TII->getBaseAndOffsetPosition(*MI, BasePos, OffsetPos)) { in fixupRegisterOverlaps()
H A DModuloSchedule.cpp1016 if (!TII->getBaseAndOffsetPosition(*OldMI, BasePos, OffsetPos)) in cloneAndChangeInstr()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1493 virtual bool getBaseAndOffsetPosition(const MachineInstr &MI, in getBaseAndOffsetPosition() function