Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp515 bool GetAllRegSet = false) { in getRegClassForTypeOnBank() argument
518 return GetAllRegSet ? &AArch64::GPR32allRegClass in getRegClassForTypeOnBank()
521 return GetAllRegSet ? &AArch64::GPR64allRegClass in getRegClassForTypeOnBank()
551 bool GetAllRegSet = false) { in getMinClassForRegBank() argument
556 return GetAllRegSet ? &AArch64::GPR32allRegClass in getMinClassForRegBank()
559 return GetAllRegSet ? &AArch64::GPR64allRegClass in getMinClassForRegBank()