Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp91 const MachineOperand *CommuMO = nullptr; in getRegAllocationHints() local
96 CommuMO = &Use.getOperand(2); in getRegAllocationHints()
122 if (CommuMO) in getRegAllocationHints()
123 tryAddHint(CommuMO); in getRegAllocationHints()