Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1165 bool ChangeReg0 = false; in commuteInstructionImpl() local
1174 ChangeReg0 = true; in commuteInstructionImpl()
1188 Register Reg0 = ChangeReg0 ? Reg2 : MI.getOperand(0).getReg(); in commuteInstructionImpl()
1198 if (ChangeReg0) { in commuteInstructionImpl()