Searched refs:BaseOpB (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
107 getMemOperandWithOffsetWidth(MIb, BaseOpB, OffsetB, WidthB, 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
1796 getMemOperandWithOffsetWidth(MIb, BaseOpB, OffsetB, WidthB, TRI)) {
1797 if (BaseOpA->isIdenticalTo(*BaseOpB)) {
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp5678 const MachineOperand *BaseOpA = nullptr, *BaseOpB = nullptr;
5682 getMemOperandWithOffsetWidth(MIb, BaseOpB, OffsetB, WidthB, 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
1072 getMemOperandWithOffsetWidth(MIb, BaseOpB, OffsetB, OffsetBIsScalable,
1074 if (BaseOpA->isIdenticalTo(*BaseOpB) &&

Completed in 138 milliseconds