reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
333 if (!TII->isOperandLegal(*MI, OpNo, OpToFold)) { 349 MI->setDesc(TII->get(NewOpc)); 350 bool FoldAsMAD = tryAddToFoldList(FoldList, MI, OpNo, OpToFold, TII); 355 MI->setDesc(TII->get(Opc)); 360 MI->setDesc(TII->get(AMDGPU::S_SETREG_IMM32_B32)); 377 bool CanCommute = TII->findCommutedOpIndices(*MI, CommuteIdx0, CommuteIdx1); 396 !TII->commuteInstruction(*MI, false, CommuteIdx0, CommuteIdx1)) 399 if (!TII->isOperandLegal(*MI, CommuteOpNo, OpToFold)) { 411 !TII->getRegisterInfo().isVGPR(MRI, OtherOp.getReg())) 424 TII->commuteInstruction(*MI, false, CommuteIdx0, CommuteIdx1);