Searched refs:OtherInst (Results 1 – 6 of 6) sorted by relevance
180 const AsmWriterInst *OtherInst = in FindUniqueOperandCommands() local183 if (OtherInst && in FindUniqueOperandCommands()184 OtherInst->Operands.size() > FirstInst->Operands.size()) in FindUniqueOperandCommands()185 MaxSize = std::max(MaxSize, OtherInst->Operands.size()); in FindUniqueOperandCommands()187 if (!OtherInst || OtherInst->Operands.size() == Op || in FindUniqueOperandCommands()188 OtherInst->Operands[Op] != FirstInst->Operands[Op]) { in FindUniqueOperandCommands()
355 for (MachineInstr *OtherInst : OtherUseInsts) { in runOnMachineFunction()356 OtherInst->substituteRegister(CopyToExec, AMDGPU::EXEC, in runOnMachineFunction()
762 MachineInstr *OtherInst = OrOtherDef->getParent(); in matchSDWAOperand() local784 if (!TII->isSDWA(*OtherInst)) in matchSDWAOperand()790 TII->getNamedImmOperand(*OtherInst, AMDGPU::OpName::dst_sel)); in matchSDWAOperand()830 TII->getNamedImmOperand(*OtherInst, AMDGPU::OpName::dst_unused)); in matchSDWAOperand()
878 for (const Instruction *OtherInst : InstructionsToHoist) { in makeGepsAvailable() local880 if (auto *OtherLd = dyn_cast<LoadInst>(OtherInst)) in makeGepsAvailable()884 cast<StoreInst>(OtherInst)->getPointerOperand()); in makeGepsAvailable()
198 const AsmWriterInst &OtherInst = Instructions[Idx]; in FindUniqueOperandCommands() local199 return OtherInst.Operands.size() == Op || in FindUniqueOperandCommands()200 OtherInst.Operands[Op] != FirstInst.Operands[Op]; in FindUniqueOperandCommands()
217 const AsmWriterInst &OtherInst = Instructions[Idx]; in FindUniqueOperandCommands() local218 return OtherInst.Operands.size() == Op || in FindUniqueOperandCommands()219 OtherInst.Operands[Op] != FirstInst.Operands[Op]; in FindUniqueOperandCommands()