reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
580 MachineBasicBlock *MBB = MI->getParent(); 581 const DebugLoc &DL = MI->getDebugLoc(); 582 bool IsStore = MI->mayStore(); 584 unsigned Opc = MI->getOpcode(); 590 const MachineOperand *Reg = TII->getNamedOperand(*MI, AMDGPU::OpName::vdata); 591 if (spillVGPRtoAGPR(ST, MI, Index, 0, Reg->getReg(), false).getInstr()) 595 BuildMI(*MBB, MI, DL, TII->get(LoadStoreOp)) 597 .add(*TII->getNamedOperand(*MI, AMDGPU::OpName::srsrc)) 598 .add(*TII->getNamedOperand(*MI, AMDGPU::OpName::soffset)) 605 .cloneMemRefs(*MI); 607 const MachineOperand *VDataIn = TII->getNamedOperand(*MI,