Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp1793 unsigned SrcDstRegState = getDefRegState(!IsStore); in buildSpillLoadStore() local
1799 SrcDstRegState |= getKillRegState(IsKill); in buildSpillLoadStore()
1833 unsigned State = SrcDstRegState; in buildSpillLoadStore()
1935 bool IsSrcDstDef = SrcDstRegState & RegState::Define; in buildSpillLoadStore()
1938 MIB.addReg(ValueReg, RegState::Implicit | SrcDstRegState); in buildSpillLoadStore()