Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.cpp469 unsigned SrcDstRegState = getDefRegState(!IsStore); in buildScratchLoadStore() local
473 SrcDstRegState |= getKillRegState(IsKill); in buildScratchLoadStore()
484 .addReg(Value, RegState::Implicit | SrcDstRegState) in buildScratchLoadStore()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.cpp589 unsigned SrcDstRegState = getDefRegState(!IsStore); in buildSpillLoadStore() local
593 SrcDstRegState |= getKillRegState(IsKill); in buildSpillLoadStore()
612 MIB.addReg(ValueReg, RegState::Implicit | SrcDstRegState); in buildSpillLoadStore()