Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMRegisterBankInfo.cpp50 unsigned RegBankID) { in checkPartMapping() argument
52 PM.RegBank->getID() == RegBankID; in checkPartMapping()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp145 static unsigned selectLoadStoreOp(unsigned GenericOpc, unsigned RegBankID, in selectLoadStoreOp() argument
148 switch (RegBankID) { in selectLoadStoreOp()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp163 AArch64::RBNameDst##RegBankID, AArch64::RBNameSrc##RegBankID, Size); \ in AArch64RegisterBankInfo()
H A DAArch64InstructionSelector.cpp552 unsigned RegBankID = RB.getID(); in getMinClassForRegBank() local
554 if (RegBankID == AArch64::GPRRegBankID) { in getMinClassForRegBank()
565 if (RegBankID == AArch64::FPRRegBankID) { in getMinClassForRegBank()
750 static unsigned selectBinaryOp(unsigned GenericOpc, unsigned RegBankID, in selectBinaryOp() argument
752 switch (RegBankID) { in selectBinaryOp()
821 static unsigned selectLoadStoreUIOp(unsigned GenericOpc, unsigned RegBankID, in selectLoadStoreUIOp() argument
824 switch (RegBankID) { in selectLoadStoreUIOp()