Home
last modified time | relevance | path

Searched refs:RegBankID (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterBankInfo.h590 unsigned getMaximumSize(unsigned RegBankID) const { in getMaximumSize() argument
591 return Sizes[RegBankID + HwMode * NumRegBanks]; in getMaximumSize()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMRegisterBankInfo.cpp50 unsigned RegBankID) { in checkPartMapping() argument
52 PM.RegBank->getID() == RegBankID; in checkPartMapping()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp154 static unsigned selectLoadStoreOp(unsigned GenericOpc, unsigned RegBankID, in selectLoadStoreOp() argument
157 switch (RegBankID) { in selectLoadStoreOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp166 const ValueMapping *Map = getCopyMapping(AArch64::RBNameDst##RegBankID, \ in AArch64RegisterBankInfo()
167 AArch64::RBNameSrc##RegBankID, \ in AArch64RegisterBankInfo()
H A DAArch64InstructionSelector.cpp615 unsigned RegBankID = RB.getID(); in getMinClassForRegBank() local
617 if (RegBankID == AArch64::GPRRegBankID) { in getMinClassForRegBank()
628 if (RegBankID == AArch64::FPRRegBankID) { in getMinClassForRegBank()
813 static unsigned selectBinaryOp(unsigned GenericOpc, unsigned RegBankID, in selectBinaryOp() argument
815 switch (RegBankID) { in selectBinaryOp()
884 static unsigned selectLoadStoreUIOp(unsigned GenericOpc, unsigned RegBankID, in selectLoadStoreUIOp() argument
887 switch (RegBankID) { in selectLoadStoreUIOp()