Lines Matching refs:InstrWindow
418 if (!Base->match(MRI, MIB, this->InstrWindow, MemOpNo + X86::AddrBaseReg)) in match()
420 if (!Scale->match(MRI, MIB, this->InstrWindow, in match()
423 if (!Index->match(MRI, MIB, this->InstrWindow, in match()
426 if (!Offset->match(MRI, MIB, this->InstrWindow, MemOpNo + X86::AddrDisp)) in match()
464 return Reg->match(MRI, MIB, this->InstrWindow, 0); in match()
505 if (!Base->match(MRI, MIB, this->InstrWindow, MemOpNo + X86::AddrBaseReg)) in match()
507 if (!Scale->match(MRI, MIB, this->InstrWindow, in match()
510 if (!Index->match(MRI, MIB, this->InstrWindow, in match()
513 if (!Offset->match(MRI, MIB, this->InstrWindow, MemOpNo + X86::AddrDisp)) in match()
553 if (!A->match(MRI, MIB, this->InstrWindow, 1)) { in match()
554 if (!B->match(MRI, MIB, this->InstrWindow, 1)) in match()
556 return A->match(MRI, MIB, this->InstrWindow, 2); in match()
559 if (B->match(MRI, MIB, this->InstrWindow, 2)) in match()
562 if (!B->match(MRI, MIB, this->InstrWindow, 1)) in match()
564 return A->match(MRI, MIB, this->InstrWindow, 2); in match()
606 return Target->match(MRI, MIB, this->InstrWindow, 1 + X86::AddrDisp); in match()