Home
last modified time | relevance | path

Searched refs:getMemOperandWithOffsetWidth (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp106 if (getMemOperandWithOffsetWidth(MIa, BaseOpA, OffsetA, WidthA, TRI) && in areMemAccessesTriviallyDisjoint()
107 getMemOperandWithOffsetWidth(MIb, BaseOpB, OffsetB, WidthB, TRI)) { in areMemAccessesTriviallyDisjoint()
753 bool LanaiInstrInfo::getMemOperandWithOffsetWidth( in getMemOperandWithOffsetWidth() function in LanaiInstrInfo
812 if (!getMemOperandWithOffsetWidth(LdSt, BaseOp, Offset, Width, TRI)) in getMemOperandsWithOffsetWidth()
H A DLanaiInstrInfo.h76 bool getMemOperandWithOffsetWidth(const MachineInstr &LdSt,
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h121 bool getMemOperandWithOffsetWidth(const MachineInstr &LdSt,
H A DRISCVInstrInfo.cpp1162 bool RISCVInstrInfo::getMemOperandWithOffsetWidth( in getMemOperandWithOffsetWidth() function in RISCVInstrInfo
1203 if (getMemOperandWithOffsetWidth(MIa, BaseOpA, OffsetA, WidthA, TRI) && in areMemAccessesTriviallyDisjoint()
1204 getMemOperandWithOffsetWidth(MIb, BaseOpB, OffsetB, WidthB, TRI)) { in areMemAccessesTriviallyDisjoint()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h150 bool getMemOperandWithOffsetWidth(const MachineInstr &MI,
H A DAArch64InstrInfo.cpp1065 if (getMemOperandWithOffsetWidth(MIa, BaseOpA, OffsetA, OffsetAIsScalable, in areMemAccessesTriviallyDisjoint()
1067 getMemOperandWithOffsetWidth(MIb, BaseOpB, OffsetB, OffsetBIsScalable, in areMemAccessesTriviallyDisjoint()
2552 if (!getMemOperandWithOffsetWidth(LdSt, BaseOp, Offset, OffsetIsScalable, in getMemOperandsWithOffsetWidth()
2578 bool AArch64InstrInfo::getMemOperandWithOffsetWidth( in getMemOperandWithOffsetWidth() function in AArch64InstrInfo
7675 !getMemOperandWithOffsetWidth(MI, Base, Offset, OffsetIsScalable, Width, in fixupPostOutline()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h632 bool getMemOperandWithOffsetWidth(const MachineInstr &LdSt,
H A DPPCInstrInfo.cpp2770 if (!getMemOperandWithOffsetWidth(LdSt, BaseOp, Offset, Width, TRI)) in getMemOperandsWithOffsetWidth()
2858 if (!getMemOperandWithOffsetWidth(FirstLdSt, Base1, Offset1, Width1, TRI) || in shouldClusterMemOps()
2859 !getMemOperandWithOffsetWidth(SecondLdSt, Base2, Offset2, Width2, TRI) || in shouldClusterMemOps()
5517 bool PPCInstrInfo::getMemOperandWithOffsetWidth( in getMemOperandWithOffsetWidth() function in PPCInstrInfo
5558 if (getMemOperandWithOffsetWidth(MIa, BaseOpA, OffsetA, WidthA, TRI) && in areMemAccessesTriviallyDisjoint()
5559 getMemOperandWithOffsetWidth(MIb, BaseOpB, OffsetB, WidthB, TRI)) { in areMemAccessesTriviallyDisjoint()