Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNDPPCombine.cpp61 MachineOperand *getOldOpndValue(MachineOperand &OldOpnd) const;
65 MachineOperand *OldOpnd, bool CombBCZ,
172 MachineOperand *GCNDPPCombine::getOldOpndValue(MachineOperand &OldOpnd) const { in getOldOpndValue()
173 auto *Def = getVRegSubRegDef(getRegSubRegPair(OldOpnd), *MRI); in getOldOpndValue()
192 return &OldOpnd; in getOldOpndValue()
433 static bool isIdentityValue(unsigned OrigMIOp, MachineOperand *OldOpnd) { in isIdentityValue() argument
434 assert(OldOpnd->isImm()); in isIdentityValue()
451 if (OldOpnd->getImm() == 0) in isIdentityValue()
458 if (static_cast<uint32_t>(OldOpnd->getImm()) == in isIdentityValue()
464 if (static_cast<int32_t>(OldOpnd->getImm()) == in isIdentityValue()
[all …]