Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIOptimizeExecMasking.cpp416 for (MachineInstr *OtherInst : OtherUseInsts) { in runOnMachineFunction()
417 OtherInst->substituteRegister(CopyToExec, Exec, in runOnMachineFunction()
HDSIPeepholeSDWA.cpp763 MachineInstr *OtherInst = OrOtherDef->getParent(); in matchSDWAOperand() local
785 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()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDGVNHoist.cpp877 for (const Instruction *OtherInst : InstructionsToHoist) { in makeGepsAvailable() local
879 if (auto *OtherLd = dyn_cast<LoadInst>(OtherInst)) in makeGepsAvailable()
883 cast<StoreInst>(OtherInst)->getPointerOperand()); in makeGepsAvailable()
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
HDAsmWriterEmitter.cpp217 const AsmWriterInst &OtherInst = Instructions[Idx]; in FindUniqueOperandCommands() local
218 return OtherInst.Operands.size() == Op || in FindUniqueOperandCommands()
219 OtherInst.Operands[Op] != FirstInst.Operands[Op]; in FindUniqueOperandCommands()