Searched refs:OtherInst (Results 1 – 4 of 4) sorted by relevance
780 MachineInstr *OtherInst = OrOtherDef->getParent(); in matchSDWAOperand() local802 if (!TII->isSDWA(*OtherInst)) in matchSDWAOperand()808 TII->getNamedImmOperand(*OtherInst, AMDGPU::OpName::dst_sel)); in matchSDWAOperand()848 TII->getNamedImmOperand(*OtherInst, AMDGPU::OpName::dst_unused)); in matchSDWAOperand()
563 for (MachineInstr *OtherInst : OtherUseInsts) { in optimizeExecSequence()564 OtherInst->substituteRegister(CopyToExec, Exec, AMDGPU::NoSubRegister, in optimizeExecSequence()
934 for (const Instruction *OtherInst : InstructionsToHoist) { in makeGepsAvailable() local936 if (auto *OtherLd = dyn_cast<LoadInst>(OtherInst)) in makeGepsAvailable()940 cast<StoreInst>(OtherInst)->getPointerOperand()); in makeGepsAvailable()
223 const AsmWriterInst &OtherInst = Instructions[Idx]; in FindUniqueOperandCommands() local224 return OtherInst.Operands.size() == Op || in FindUniqueOperandCommands()225 OtherInst.Operands[Op] != FirstInst.Operands[Op]; in FindUniqueOperandCommands()