Searched refs:isLDSRetInstr (Results 1 – 5 of 5) sorted by relevance
81 bool isLDSRetInstr(unsigned Opcode) const;
56 if (TII->isLDSRetInstr(MI->getOpcode())) in OccupiedDwords()
82 if (TII->isLDSRetInstr(MI.getOpcode())) { in runOnMachineFunction()
157 bool R600InstrInfo::isLDSRetInstr(unsigned Opcode) const { in isLDSRetInstr() function in R600InstrInfo
206 if (TII->isLDSRetInstr(MI->getOpcode())) { in EmitInstrWithCustomInserter()