Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1184 Register BaseOpReg = MI->getOperand(BaseOpIdx).getReg(); in tryInstructionCommute() local
1205 isProfitableToCommute(DstOpReg, BaseOpReg, OtherOpReg, MI, Dist)) { in tryInstructionCommute()
1222 BaseOpReg = OtherOpReg; in tryInstructionCommute()