Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCOptAddrMode.cpp173 if (!TII->getBaseAndOffsetPosition(MI, BasePos, OffPos)) in isLoadStoreThatCanHandleDisplacement()
194 if (!AII->getBaseAndOffsetPosition(Ldst, BasePos, OffsetPos)) { in tryToCombine()
280 if (!AII->getBaseAndOffsetPosition(*Ldst, BasePos, OffPos)) { in canJoinInstructions()
375 } else if (AII->getBaseAndOffsetPosition(*MI, BasePos, OffPos)) { in fixPastUses()
447 AII->getBaseAndOffsetPosition(Ldst, BasePos, OffPos); in changeToAddrMode()
H A DARCInstrInfo.h90 virtual bool getBaseAndOffsetPosition(const MachineInstr &MI,
H A DARCInstrInfo.cpp424 bool ARCInstrInfo::getBaseAndOffsetPosition(const MachineInstr &MI, in getBaseAndOffsetPosition() function in ARCInstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp523 if (!HII->getBaseAndOffsetPosition(MI, BPI, OPI)) in updateOffset()
526 if (!HII->getBaseAndOffsetPosition(MJ, BPJ, OPJ)) in updateOffset()
555 if (!HII->getBaseAndOffsetPosition(MI, BP, OP)) in undoChangedOffset()
H A DHexagonInstrInfo.h296 bool getBaseAndOffsetPosition(const MachineInstr &MI, unsigned &BasePos,
H A DHexagonInstrInfo.cpp1911 if (!getBaseAndOffsetPosition(MIa, BasePosA, OffsetPosA)) in areMemAccessesTriviallyDisjoint()
1919 if (!getBaseAndOffsetPosition(MIb, BasePosB, OffsetPosB)) in areMemAccessesTriviallyDisjoint()
1960 if (!getBaseAndOffsetPosition(MI, BasePos, OffsetPos)) in getIncrementValue()
3203 if (!getBaseAndOffsetPosition(MI, BasePos, OffsetPos)) in getBaseAndOffset()
3224 bool HexagonInstrInfo::getBaseAndOffsetPosition(const MachineInstr &MI, in getBaseAndOffsetPosition() function in HexagonInstrInfo
H A DHexagonConstExtenders.cpp1070 if (!HII->getBaseAndOffsetPosition(MI, BaseP, OffP) || in getOffsetRange()
1688 HII->getBaseAndOffsetPosition(MI, BaseP, OffP); in replaceInstrExact()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2176 if (!TII->getBaseAndOffsetPosition(*MI, BasePosLd, OffsetPosLd)) in canUseLastOffsetValue()
2199 if (!TII->getBaseAndOffsetPosition(*PrevDef, BasePos1, OffsetPos1)) in canUseLastOffsetValue()
2231 if (!TII->getBaseAndOffsetPosition(*MI, BasePos, OffsetPos)) in applyInstrChange()
2557 if (ST.getInstrInfo()->getBaseAndOffsetPosition(*MI, BasePos, OffsetPos)) in orderDependence()
2854 if (TII->getBaseAndOffsetPosition(*MI, BasePos, OffsetPos)) { in fixupRegisterOverlaps()
H A DModuloSchedule.cpp1011 if (!TII->getBaseAndOffsetPosition(*OldMI, BasePos, OffsetPos)) in cloneAndChangeInstr()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1341 virtual bool getBaseAndOffsetPosition(const MachineInstr &MI, in getBaseAndOffsetPosition() function