reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
185 MachineBasicBlock &MBB = *MI.getParent(); 186 DebugLoc DL = MI.getDebugLoc(); 188 switch (MI.getOpcode()) { 194 switch (MI.getOperand(2).getImm()) { 251 assert(MI.getOperand(0).isReg()); 254 MI.getOperand(0).getReg())) { 256 BuildMI(MBB, &MI, DL, TII->get(Opcode)) 257 .add(MI.getOperand(1)) 258 .add(MI.getOperand(0)); 260 auto I = BuildMI(MBB, &MI, DL, TII->get(Opcode)); 265 .add(MI.getOperand(1)) 267 .add(MI.getOperand(0)); 274 const MachineFunction *MF = MI.getParent()->getParent(); 277 const MachineOperand &Op = MI.getOperand(0); 278 int64_t KillVal = MI.getOperand(1).getImm(); 287 BuildMI(MBB, &MI, DL, TII->get(ST.isWave32() ? AMDGPU::S_MOV_B32 296 BuildMI(MBB, &MI, DL, TII->get(Opcode), Exec)