Home | History | Annotate | Download | only in R600

Lines Matching refs:BuildMI

167     MachineInstr *MIb = BuildMI(MBB, ClauseHead, MBB.findDebugLoc(ClauseHead),
207 InsertPos = BuildMI(MBB, InsertPos->getDebugLoc(),
252 MachineInstr *MILit = BuildMI(MBB, I, I->getDebugLoc(),
269 BuildMI(BB, InsertPos->getDebugLoc(), TII->get(AMDGPU::FETCH_CLAUSE))
283 BuildMI(BB, InsertPos->getDebugLoc(), TII->get(AMDGPU::ALU_CLAUSE))
344 BuildMI(MBB, MBB.begin(), MBB.findDebugLoc(MBB.begin()),
391 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI),
408 BuildMI(MBB, MI, MBB.findDebugLoc(MI), getHWInstrDesc(CF_END_LOOP))
416 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI),
430 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI),
445 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI),
464 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI),
472 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI),
481 BuildMI(MBB, MI, MBB.findDebugLoc(MI), getHWInstrDesc(CF_END));
485 BuildMI
499 BuildMI(MBB, Alu, MBB.findDebugLoc((MachineBasicBlock::iterator)Alu),