Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp1652 if (!isSupportedCmpOp(CMPI1->getOpcode()) || in eliminateRedundantCompare()
1662 if (CMPI1->getOpcode() != CMPI2->getOpcode()) { in eliminateRedundantCompare()
1680 NewOpCode = CMPI1->getOpcode(); in eliminateRedundantCompare()
1723 NewImm1 = Imm1 = (int16_t)CMPI1->getOperand(2).getImm(); in eliminateRedundantCompare()
1733 unsigned PredToInc1 = getPredicateToIncImm(BI1, CMPI1); in eliminateRedundantCompare()
1781 LLVM_DEBUG(CMPI1->dump()); in eliminateRedundantCompare()
1785 for (const MachineOperand &MO : CMPI1->operands()) in eliminateRedundantCompare()
1793 if (NewOpCode != 0 && NewOpCode != CMPI1->getOpcode()) { in eliminateRedundantCompare()
1794 CMPI1->setDesc(TII->get(NewOpCode)); in eliminateRedundantCompare()
1803 CMPI1->getOperand(2).setImm(NewImm1); in eliminateRedundantCompare()
[all …]