Lines Matching refs:RB
74 unsigned getLoadStoreOp(const LLT &Ty, const RegisterBank &RB, unsigned Opc,
128 const TargetRegisterClass *getRegClass(LLT Ty, const RegisterBank &RB) const;
170 X86InstructionSelector::getRegClass(LLT Ty, const RegisterBank &RB) const { in getRegClass()
171 if (RB.getID() == X86::GPRRegBankID) { in getRegClass()
181 if (RB.getID() == X86::VECRRegBankID) { in getRegClass()
398 const RegisterBank &RB, in getLoadStoreOp() argument
407 if (X86::GPRRegBankID == RB.getID()) in getLoadStoreOp()
410 if (X86::GPRRegBankID == RB.getID()) in getLoadStoreOp()
413 if (X86::GPRRegBankID == RB.getID()) in getLoadStoreOp()
415 if (X86::VECRRegBankID == RB.getID()) in getLoadStoreOp()
423 if (X86::GPRRegBankID == RB.getID()) in getLoadStoreOp()
425 if (X86::VECRRegBankID == RB.getID()) in getLoadStoreOp()
512 const RegisterBank &RB = *RBI.getRegBank(DefReg, MRI, TRI); in selectLoadStoreOp() local
532 unsigned NewOpc = getLoadStoreOp(Ty, RB, Opc, MemOp.getAlign()); in selectLoadStoreOp()