Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1173 bool ChangeReg0 = false; in commuteInstructionImpl() local
1182 ChangeReg0 = true; in commuteInstructionImpl()
1196 Register Reg0 = ChangeReg0 ? Reg2 : MI.getOperand(0).getReg(); in commuteInstructionImpl()
1206 if (ChangeReg0) { in commuteInstructionImpl()