Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNDPPCombine.cpp616 SmallVector<MachineInstr*, 4> OrigMIs, DPPMIs; in combineDPPMov() local
626 DPPMIs.push_back(UndefInst.getInstr()); in combineDPPMov()
711 DPPMIs.push_back(DPPInst); in combineDPPMov()
724 DPPMIs.push_back(DPPInst); in combineDPPMov()
738 for (auto *MI : *(Rollback? &DPPMIs : &OrigMIs)) in combineDPPMov()