Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DGCNDPPCombine.cpp61 MachineOperand *getOldOpndValue(MachineOperand &OldOpnd) const;
65 MachineOperand *OldOpnd, bool CombBCZ,
159 MachineOperand *GCNDPPCombine::getOldOpndValue(MachineOperand &OldOpnd) const { in getOldOpndValue()
160 auto *Def = getVRegSubRegDef(getRegSubRegPair(OldOpnd), *MRI); in getOldOpndValue()
177 return &OldOpnd; in getOldOpndValue()
295 static bool isIdentityValue(unsigned OrigMIOp, MachineOperand *OldOpnd) { in isIdentityValue() argument
296 assert(OldOpnd->isImm()); in isIdentityValue()
313 if (OldOpnd->getImm() == 0) in isIdentityValue()
320 if (static_cast<uint32_t>(OldOpnd->getImm()) == in isIdentityValue()
326 if (static_cast<int32_t>(OldOpnd->getImm()) == in isIdentityValue()
[all …]