Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h1091 bool usesAGPRs(const MachineFunction &MF) const;
H A DSIMachineFunctionInfo.cpp758 bool SIMachineFunctionInfo::usesAGPRs(const MachineFunction &MF) const { in usesAGPRs() function in SIMachineFunctionInfo
H A DSIRegisterInfo.cpp684 if (MFI->usesAGPRs(MF)) { in getReservedRegs()