Searched refs:SrcR2 (Results 1 – 1 of 1) sorted by relevance
276 const unsigned SrcR2 = MI->getOperand(3).getReg(); in processInstructionForSLM() local277 if ((SrcR1 == 0 || SrcR1 != DstR) && (SrcR2 == 0 || SrcR2 != DstR)) in processInstructionForSLM()303 if (SrcR1 != 0 && SrcR2 != 0) { in processInstructionForSLM()