Home
last modified time | relevance | path

Searched refs:getOldOpndValue (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;
172 MachineOperand *GCNDPPCombine::getOldOpndValue(MachineOperand &OldOpnd) const { in getOldOpndValue() function in GCNDPPCombine
573 auto * const OldOpndValue = getOldOpndValue(*OldOpnd); in combineDPPMov()