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

/openbsd-current/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h76 bool getMemOperandWithOffsetWidth(const MachineInstr &LdSt,
H A DLanaiInstrInfo.cpp106 if (getMemOperandWithOffsetWidth(MIa, BaseOpA, OffsetA, WidthA, TRI) &&
107 getMemOperandWithOffsetWidth(MIb, BaseOpB, OffsetB, WidthB, TRI)) {
753 bool LanaiInstrInfo::getMemOperandWithOffsetWidth( function in class:LanaiInstrInfo
812 if (!getMemOperandWithOffsetWidth(LdSt, BaseOp, Offset, Width, TRI))
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h131 bool getMemOperandWithOffsetWidth(const MachineInstr &LdSt,
H A DRISCVInstrInfo.cpp1754 bool RISCVInstrInfo::getMemOperandWithOffsetWidth( function in class:RISCVInstrInfo
1795 if (getMemOperandWithOffsetWidth(MIa, BaseOpA, OffsetA, WidthA, TRI) &&
1796 getMemOperandWithOffsetWidth(MIb, BaseOpB, OffsetB, WidthB, TRI)) {
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h148 bool getMemOperandWithOffsetWidth(const MachineInstr &MI,
H A DAArch64InstrInfo.cpp1070 if (getMemOperandWithOffsetWidth(MIa, BaseOpA, OffsetA, OffsetAIsScalable,
1072 getMemOperandWithOffsetWidth(MIb, BaseOpB, OffsetB, OffsetBIsScalable,
2593 if (!getMemOperandWithOffsetWidth(LdSt, BaseOp, Offset, OffsetIsScalable,
2619 bool AArch64InstrInfo::getMemOperandWithOffsetWidth( function in class:AArch64InstrInfo
7848 !getMemOperandWithOffsetWidth(MI, Base, Offset, OffsetIsScalable, Width,
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h662 bool getMemOperandWithOffsetWidth(const MachineInstr &LdSt,
H A DPPCInstrInfo.cpp2856 if (!getMemOperandWithOffsetWidth(LdSt, BaseOp, Offset, Width, TRI))
2944 if (!getMemOperandWithOffsetWidth(FirstLdSt, Base1, Offset1, Width1, TRI) ||
2945 !getMemOperandWithOffsetWidth(SecondLdSt, Base2, Offset2, Width2, TRI) ||
2950 "getMemOperandWithOffsetWidth return incorrect base op");
5640 bool PPCInstrInfo::getMemOperandWithOffsetWidth(
5681 if (getMemOperandWithOffsetWidth(MIa, BaseOpA, OffsetA, WidthA, TRI) &&
5682 getMemOperandWithOffsetWidth(MIb, BaseOpB, OffsetB, WidthB, TRI)) {

Completed in 123 milliseconds