HomeSort by: relevance | last modified time | path
    Searched defs:BaseOpA (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiInstrInfo.cpp 103 const MachineOperand *BaseOpA = nullptr, *BaseOpB = nullptr;
106 if (getMemOperandWithOffsetWidth(MIa, BaseOpA, OffsetA, WidthA, TRI) &&
108 if (BaseOpA->isIdenticalTo(*BaseOpB)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVInstrInfo.cpp 936 const MachineOperand *BaseOpA = nullptr, *BaseOpB = nullptr;
939 if (getMemOperandWithOffsetWidth(MIa, BaseOpA, OffsetA, WidthA, TRI) &&
941 if (BaseOpA->isIdenticalTo(*BaseOpB)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 1056 const MachineOperand *BaseOpA = nullptr, *BaseOpB = nullptr;
1075 if (getMemOperandWithOffsetWidth(MIa, BaseOpA, OffsetA, OffsetAIsScalable,
1079 if (BaseOpA->isIdenticalTo(*BaseOpB) &&

Completed in 46 milliseconds