Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNDPPCombine.cpp72 MachineOperand *getOldOpndValue(MachineOperand &OldOpnd) const;
77 MachineOperand *OldOpnd,
137 MachineOperand *GCNDPPCombine::getOldOpndValue(MachineOperand &OldOpnd) const { in getOldOpndValue()
138 auto *Def = getVRegSubRegDef(getRegSubRegPair(OldOpnd), *MRI); in getOldOpndValue()
154 return &OldOpnd; in getOldOpndValue()
264 static bool isIdentityValue(unsigned OrigMIOp, MachineOperand *OldOpnd) { in isIdentityValue() argument
265 assert(OldOpnd->isImm()); in isIdentityValue()
282 if (OldOpnd->getImm() == 0) in isIdentityValue()
289 if (static_cast<uint32_t>(OldOpnd->getImm()) == in isIdentityValue()
295 if (static_cast<int32_t>(OldOpnd->getImm()) == in isIdentityValue()
[all …]