Searched refs:BaseOpA (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp103 const MachineOperand *BaseOpA = nullptr, *BaseOpB = nullptr; local
106 if (getMemOperandWithOffsetWidth(MIa, BaseOpA, OffsetA, WidthA, TRI) &&
108 if (BaseOpA->isIdenticalTo(*BaseOpB)) {
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1792 const MachineOperand *BaseOpA = nullptr, *BaseOpB = nullptr; local
1795 if (getMemOperandWithOffsetWidth(MIa, BaseOpA, OffsetA, WidthA, TRI) &&
1797 if (BaseOpA->isIdenticalTo(*BaseOpB)) {
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp5678 const MachineOperand *BaseOpA = nullptr, *BaseOpB = nullptr;
5681 if (getMemOperandWithOffsetWidth(MIa, BaseOpA, OffsetA, WidthA, TRI) &&
5683 if (BaseOpA->isIdenticalTo(*BaseOpB)) {
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp1051 const MachineOperand *BaseOpA = nullptr, *BaseOpB = nullptr; local
1070 if (getMemOperandWithOffsetWidth(MIa, BaseOpA, OffsetA, OffsetAIsScalable,
1074 if (BaseOpA->isIdenticalTo(*BaseOpB) &&

Completed in 210 milliseconds