Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp572 bool GetAllRegSet = false) { in getRegClassForTypeOnBank() argument
575 return GetAllRegSet ? &AArch64::GPR32allRegClass in getRegClassForTypeOnBank()
578 return GetAllRegSet ? &AArch64::GPR64allRegClass in getRegClassForTypeOnBank()
608 bool GetAllRegSet = false) { in getMinClassForRegBank() argument
620 return GetAllRegSet ? &AArch64::GPR32allRegClass in getMinClassForRegBank()
623 return GetAllRegSet ? &AArch64::GPR64allRegClass in getMinClassForRegBank()