reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
137 RegisterBank GPRRegBank(/* ID */ X86::GPRRegBankID, /* Name */ "GPR", /* Size */ 64, /* CoveredRegClasses */ GPRRegBankCoverageData, /* NumRegClasses */ 118);
lib/Target/X86/X86InstructionSelector.cpp169 if (RB.getID() == X86::GPRRegBankID) { 243 if (DstSize > SrcSize && SrcRegBank.getID() == X86::GPRRegBankID && 244 DstRegBank.getID() == X86::GPRRegBankID) { 279 if (SrcRegBank.getID() == X86::GPRRegBankID && 280 DstRegBank.getID() == X86::GPRRegBankID && SrcSize > DstSize && 403 if (X86::GPRRegBankID == RB.getID()) 406 if (X86::GPRRegBankID == RB.getID()) 409 if (X86::GPRRegBankID == RB.getID()) 419 if (X86::GPRRegBankID == RB.getID()) 641 if (RBI.getRegBank(DefReg, MRI, TRI)->getID() != X86::GPRRegBankID) 738 if (DstRB.getID() != X86::GPRRegBankID) 910 if (DstRB.getID() != X86::GPRRegBankID) 1535 if (!RegRB || RegRB->getID() != X86::GPRRegBankID)lib/Target/X86/X86RegisterBankInfo.cpp
32 const RegisterBank &RBGPR = getRegBank(X86::GPRRegBankID); 52 return getRegBank(X86::GPRRegBankID);