Home
last modified time | relevance | path

Searched refs:OtherInst (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp780 MachineInstr *OtherInst = OrOtherDef->getParent(); in matchSDWAOperand() local
802 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()
H A DSIOptimizeExecMasking.cpp563 for (MachineInstr *OtherInst : OtherUseInsts) { in optimizeExecSequence()
564 OtherInst->substituteRegister(CopyToExec, Exec, AMDGPU::NoSubRegister, in optimizeExecSequence()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp934 for (const Instruction *OtherInst : InstructionsToHoist) { in makeGepsAvailable() local
936 if (auto *OtherLd = dyn_cast<LoadInst>(OtherInst)) in makeGepsAvailable()
940 cast<StoreInst>(OtherInst)->getPointerOperand()); in makeGepsAvailable()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp223 const AsmWriterInst &OtherInst = Instructions[Idx]; in FindUniqueOperandCommands() local
224 return OtherInst.Operands.size() == Op || in FindUniqueOperandCommands()
225 OtherInst.Operands[Op] != FirstInst.Operands[Op]; in FindUniqueOperandCommands()