Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:InsertPos

370       MachineBasicBlock::iterator InsertPos,
372 MachineBasicBlock *MBB = InsertPos->getParent();
376 InsertPos = BuildMI(MBB, InsertPos->getDebugLoc(),
381 return InsertPos;
434 EmitFetchClause(MachineBasicBlock::iterator InsertPos, ClauseFile &Clause,
438 BuildMI(BB, InsertPos->getDebugLoc(), TII->get(AMDGPU::FETCH_CLAUSE))
441 BB->splice(InsertPos, BB, Clause.second[i]);
447 EmitALUClause(MachineBasicBlock::iterator InsertPos, ClauseFile &Clause,
452 BuildMI(BB, InsertPos->getDebugLoc(), TII->get(AMDGPU::ALU_CLAUSE))
455 BB->splice(InsertPos, BB, Clause.second[i]);