Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMRegisterBankInfo.cpp50 unsigned RegBankID) { in checkPartMapping() argument
52 PM.RegBank->getID() == RegBankID; in checkPartMapping()
/external/llvm-project/llvm/lib/Target/ARM/
DARMRegisterBankInfo.cpp50 unsigned RegBankID) { in checkPartMapping() argument
52 PM.RegBank->getID() == RegBankID; in checkPartMapping()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64RegisterBankInfo.cpp155 AArch64::RBNameDst##RegBankID, AArch64::RBNameSrc##RegBankID, Size); \ in AArch64RegisterBankInfo()
DAArch64InstructionSelector.cpp365 unsigned RegBankID = RB.getID(); in getMinClassForRegBank() local
367 if (RegBankID == AArch64::GPRRegBankID) { in getMinClassForRegBank()
376 if (RegBankID == AArch64::FPRRegBankID) { in getMinClassForRegBank()
476 static unsigned selectBinaryOp(unsigned GenericOpc, unsigned RegBankID, in selectBinaryOp() argument
478 switch (RegBankID) { in selectBinaryOp()
547 static unsigned selectLoadStoreUIOp(unsigned GenericOpc, unsigned RegBankID, in selectLoadStoreUIOp() argument
550 switch (RegBankID) { in selectLoadStoreUIOp()
/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64RegisterBankInfo.cpp156 AArch64::RBNameDst##RegBankID, AArch64::RBNameSrc##RegBankID, Size); \ in AArch64RegisterBankInfo()
DAArch64InstructionSelector.cpp491 unsigned RegBankID = RB.getID(); in getMinClassForRegBank() local
493 if (RegBankID == AArch64::GPRRegBankID) { in getMinClassForRegBank()
502 if (RegBankID == AArch64::FPRRegBankID) { in getMinClassForRegBank()
635 static unsigned selectBinaryOp(unsigned GenericOpc, unsigned RegBankID, in selectBinaryOp() argument
637 switch (RegBankID) { in selectBinaryOp()
706 static unsigned selectLoadStoreUIOp(unsigned GenericOpc, unsigned RegBankID, in selectLoadStoreUIOp() argument
709 switch (RegBankID) { in selectLoadStoreUIOp()