Searched refs:SrcDstRegState (Results 1 – 2 of 2) sorted by relevance
469 unsigned SrcDstRegState = getDefRegState(!IsStore); in buildScratchLoadStore() local473 SrcDstRegState |= getKillRegState(IsKill); in buildScratchLoadStore()484 .addReg(Value, RegState::Implicit | SrcDstRegState) in buildScratchLoadStore()
589 unsigned SrcDstRegState = getDefRegState(!IsStore); in buildSpillLoadStore() local593 SrcDstRegState |= getKillRegState(IsKill); in buildSpillLoadStore()612 MIB.addReg(ValueReg, RegState::Implicit | SrcDstRegState); in buildSpillLoadStore()