HomeSort by: relevance | last modified time | path
    Searched defs:BaseOpB (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;
107 getMemOperandWithOffsetWidth(MIb, BaseOpB, OffsetB, WidthB, TRI)) {
108 if (BaseOpA->isIdenticalTo(*BaseOpB)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVInstrInfo.cpp 936 const MachineOperand *BaseOpA = nullptr, *BaseOpB = nullptr;
940 getMemOperandWithOffsetWidth(MIb, BaseOpB, OffsetB, WidthB, TRI)) {
941 if (BaseOpA->isIdenticalTo(*BaseOpB)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 1056 const MachineOperand *BaseOpA = nullptr, *BaseOpB = nullptr;
1077 getMemOperandWithOffsetWidth(MIb, BaseOpB, OffsetB, OffsetBIsScalable,
1079 if (BaseOpA->isIdenticalTo(*BaseOpB) &&

Completed in 55 milliseconds