Home | History | Annotate | Download | only in R600

Lines Matching refs:DL

229       DebugLoc DL = DebugLoc());
231 DebugLoc DL = DebugLoc());
234 DebugLoc DL);
237 DebugLoc DL);
469 int NewOpcode, DebugLoc DL) {
471 ->CreateMachineInstr(TII->get(NewOpcode), DL);
478 int NewOpcode, DebugLoc DL) {
480 MBB->getParent()->CreateMachineInstr(TII->get(NewOpcode), DL);
502 MachineBasicBlock::iterator I, int NewOpcode, DebugLoc DL) {
506 MachineInstr *NewMI = MF->CreateMachineInstr(TII->get(NewOpcode), DL);
516 DebugLoc DL) {
518 MachineInstr *NewInstr = MF->CreateMachineInstr(TII->get(NewOpcode), DL);
619 DebugLoc DL;
624 DL = instr->getDebugLoc();
626 return DL;
1583 DebugLoc DL = BranchMI->getDebugLoc();
1588 insertCondBranchBefore(ExitingMBB, I, AMDGPU::IF_PREDICATE_SET, AMDGPU::PREDICATE_BIT, DL);
1609 DebugLoc DL = MI->getDebugLoc();
1617 insertCondBranchBefore(I, BranchOpcode, DL);
1619 insertInstrEnd(ContingMBB, AMDGPU::CONTINUE, DL);
1620 insertInstrEnd(ContingMBB, AMDGPU::ENDIF, DL);
1625 insertCondBranchBefore(I, BranchOpcode, DL);