Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp4504 bool IsAllocatable) { in adjustAllocatableRegClass() argument
4505 if ((IsAllocatable || !ST.hasGFX90AInsts() || !MRI.reservedRegsFrozen()) && in adjustAllocatableRegClass()
4528 bool IsAllocatable = false; in getRegClass() local
4543 IsAllocatable = VDstIdx != -1 || in getRegClass()
4549 IsAllocatable); in getRegClass()