Searched refs:regB (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TwoAddressInstructionPass.cpp | 1322 Register regB = MI.getOperand(SrcIdx).getReg(); in tryInstructionTransform() local 1324 assert(regB.isVirtual() && "cannot make instruction into two-address form"); in tryInstructionTransform() 1325 bool regBKilled = isKilled(MI, regB, true); in tryInstructionTransform() 1348 if (!Commuted && EnableRescheduling && rescheduleMIBelowKill(mi, nmi, regB)) { in tryInstructionTransform() 1356 regB = MI.getOperand(SrcIdx).getReg(); in tryInstructionTransform() 1357 regBKilled = isKilled(MI, regB, true); in tryInstructionTransform() 1363 if (!regBKilled || isProfitableToConv3Addr(regA, regB)) { in tryInstructionTransform() 1365 if (convertInstTo3Addr(mi, nmi, regA, regB, Dist)) { in tryInstructionTransform() 1378 if (EnableRescheduling && rescheduleKillAboveMI(mi, nmi, regB)) { in tryInstructionTransform() 1434 NewMIs[1]->findRegisterUseOperandIdx(regB, /*TRI=*/nullptr); in tryInstructionTransform()
|