Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNDPPCombine.cpp433 SmallVector<MachineInstr*, 4> OrigMIs, DPPMIs; in combineDPPMov() local
442 DPPMIs.push_back(UndefInst.getInstr()); in combineDPPMov()
513 DPPMIs.push_back(DPPInst); in combineDPPMov()
525 DPPMIs.push_back(DPPInst); in combineDPPMov()
540 for (auto *MI : *(Rollback? &DPPMIs : &OrigMIs)) in combineDPPMov()