Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNDPPCombine.cpp476 SmallVector<MachineInstr*, 4> OrigMIs, DPPMIs; in combineDPPMov() local
486 DPPMIs.push_back(UndefInst.getInstr()); in combineDPPMov()
561 DPPMIs.push_back(DPPInst); in combineDPPMov()
574 DPPMIs.push_back(DPPInst); in combineDPPMov()
588 for (auto *MI : *(Rollback? &DPPMIs : &OrigMIs)) in combineDPPMov()