Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNDPPCombine.cpp606 SmallVector<MachineInstr*, 4> OrigMIs, DPPMIs; in combineDPPMov() local
616 DPPMIs.push_back(UndefInst.getInstr()); in combineDPPMov()
704 DPPMIs.push_back(DPPInst); in combineDPPMov()
717 DPPMIs.push_back(DPPInst); in combineDPPMov()
731 for (auto *MI : *(Rollback? &DPPMIs : &OrigMIs)) in combineDPPMov()