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.cpp610 SmallVector<MachineInstr*, 4> OrigMIs, DPPMIs; in combineDPPMov() local
620 DPPMIs.push_back(UndefInst.getInstr()); in combineDPPMov()
708 DPPMIs.push_back(DPPInst); in combineDPPMov()
721 DPPMIs.push_back(DPPInst); in combineDPPMov()
735 for (auto *MI : *(Rollback? &DPPMIs : &OrigMIs)) in combineDPPMov()