Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp485 bool GetAllRegSet = false) { in getRegClassForTypeOnBank() argument
488 return GetAllRegSet ? &AArch64::GPR32allRegClass in getRegClassForTypeOnBank()
491 return GetAllRegSet ? &AArch64::GPR64allRegClass in getRegClassForTypeOnBank()
517 bool GetAllRegSet = false) { in getMinClassForRegBank() argument
522 return GetAllRegSet ? &AArch64::GPR32allRegClass in getMinClassForRegBank()
525 return GetAllRegSet ? &AArch64::GPR64allRegClass in getMinClassForRegBank()