Lines Matching refs:OpC
796 MachineOperand &OpC = Root.getOperand(0); in reassociateFMA() local
797 Register RegC = OpC.getReg(); in reassociateFMA()
2179 unsigned OpC = MI.getOpcode(); in PredicateInstruction() local
2180 if (OpC == PPC::BLR || OpC == PPC::BLR8) { in PredicateInstruction()
2203 } else if (OpC == PPC::B) { in PredicateInstruction()
2240 } else if (OpC == PPC::BCTR || OpC == PPC::BCTR8 || OpC == PPC::BCTRL || in PredicateInstruction()
2241 OpC == PPC::BCTRL8 || OpC == PPC::BCTRL_RM || in PredicateInstruction()
2242 OpC == PPC::BCTRL8_RM) { in PredicateInstruction()
2246 bool setLR = OpC == PPC::BCTRL || OpC == PPC::BCTRL8 || in PredicateInstruction()
2247 OpC == PPC::BCTRL_RM || OpC == PPC::BCTRL8_RM; in PredicateInstruction()
2271 if (OpC == PPC::BCTRL_RM || OpC == PPC::BCTRL8_RM) in PredicateInstruction()
2384 int OpC = CmpInstr.getOpcode(); in optimizeCompareInstr() local
2389 if (OpC == PPC::FCMPUS || OpC == PPC::FCMPUD) in optimizeCompareInstr()
2402 bool is32BitSignedCompare = OpC == PPC::CMPWI || OpC == PPC::CMPW; in optimizeCompareInstr()
2403 bool is32BitUnsignedCompare = OpC == PPC::CMPLWI || OpC == PPC::CMPLW; in optimizeCompareInstr()
2404 bool is64BitUnsignedCompare = OpC == PPC::CMPLDI || OpC == PPC::CMPLD; in optimizeCompareInstr()
2561 if ((OpC == PPC::CMPW || OpC == PPC::CMPLW || in optimizeCompareInstr()
2562 OpC == PPC::CMPD || OpC == PPC::CMPLD) && in optimizeCompareInstr()