Home
last modified time | relevance | path

Searched refs:combineDPPMov (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.cpp90 bool combineDPPMov(MachineInstr &MI) const;
353 bool GCNDPPCombine::combineDPPMov(MachineInstr &MovMI) const { in combineDPPMov() function in GCNDPPCombine
571 if (MI.getOpcode() == AMDGPU::V_MOV_B32_dpp && combineDPPMov(MI)) { in runOnMachineFunction()
577 if (combineDPPMov(*M)) in runOnMachineFunction()