Searched refs:SrcDstRegState (Results 1 – 1 of 1) sorted by relevance
1793 unsigned SrcDstRegState = getDefRegState(!IsStore); in buildSpillLoadStore() local1799 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()