Searched refs:OtherInst (Results 1 – 4 of 4) sorted by relevance
416 for (MachineInstr *OtherInst : OtherUseInsts) { in runOnMachineFunction()417 OtherInst->substituteRegister(CopyToExec, Exec, in runOnMachineFunction()
763 MachineInstr *OtherInst = OrOtherDef->getParent(); in matchSDWAOperand() local785 if (!TII->isSDWA(*OtherInst)) in matchSDWAOperand()791 TII->getNamedImmOperand(*OtherInst, AMDGPU::OpName::dst_sel)); in matchSDWAOperand()831 TII->getNamedImmOperand(*OtherInst, AMDGPU::OpName::dst_unused)); in matchSDWAOperand()
877 for (const Instruction *OtherInst : InstructionsToHoist) { in makeGepsAvailable() local879 if (auto *OtherLd = dyn_cast<LoadInst>(OtherInst)) in makeGepsAvailable()883 cast<StoreInst>(OtherInst)->getPointerOperand()); in makeGepsAvailable()
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()