Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1178 bool ChangeReg0 = false; in commuteInstructionImpl() local
1187 ChangeReg0 = true; in commuteInstructionImpl()
1201 Register Reg0 = ChangeReg0 ? Reg2 : MI.getOperand(0).getReg(); in commuteInstructionImpl()
1211 if (ChangeReg0) { in commuteInstructionImpl()