Searched refs:NegC (Results 1 – 3 of 3) sorted by relevance
1191 CapabilityExpr NegC = !*Entry; in addLock() local1192 FactEntry *Nen = FSet.findLock(FactMan, NegC); in addLock()1194 FSet.removeLock(FactMan, NegC); in addLock()1199 NegC.toString(), Entry->loc()); in addLock()
3930 if (ConstantSDNode *NegC = isConstOrConstSplat(Neg.getOperand(1))) { in matchRotateSub() local3931 if (NegC->getAPIntValue() == EltSize - 1) { in matchRotateSub()3941 ConstantSDNode *NegC = isConstOrConstSplat(Neg.getOperand(0)); in matchRotateSub() local3942 if (!NegC) in matchRotateSub()3964 Width = NegC->getAPIntValue(); in matchRotateSub()3977 Width = PosC->getAPIntValue() + NegC->getAPIntValue(); in matchRotateSub()
30216 bool NegC = (C.getOpcode() == ISD::FNEG); in combineFMA() local30224 if (NegC) in combineFMA()30229 Opcode = (!NegC) ? X86ISD::FMADD : X86ISD::FMSUB; in combineFMA()30231 Opcode = (!NegC) ? X86ISD::FNMADD : X86ISD::FNMSUB; in combineFMA()