Lines Matching refs:Invert
2980 bool Swap = false, Invert = false; in adjustICmp128() local
2984 case SystemZ::CCMASK_CMP_LE: Invert = true; break; in adjustICmp128()
2985 case SystemZ::CCMASK_CMP_GE: Swap = Invert = true; break; in adjustICmp128()
2998 if (Invert) in adjustICmp128()
3253 bool &Invert) { in getVectorComparisonOrInvert() argument
3255 Invert = false; in getVectorComparisonOrInvert()
3261 Invert = true; in getVectorComparisonOrInvert()
3336 bool Invert = false; in lowerVectorSETCC() local
3341 Invert = true; in lowerVectorSETCC()
3358 Invert = true; in lowerVectorSETCC()
3377 if (unsigned Opcode = getVectorComparisonOrInvert(CC, Mode, Invert)) in lowerVectorSETCC()
3381 if (unsigned Opcode = getVectorComparisonOrInvert(CC, Mode, Invert)) in lowerVectorSETCC()
3390 if (Invert) { in lowerVectorSETCC()
7601 bool Invert = false; in combineCCMask() local
7603 Invert = !Invert; in combineCCMask()
7615 Invert = !Invert; in combineCCMask()
7626 if (Invert) in combineCCMask()
8402 bool Invert) const { in emitCondStore()
8428 if (Invert) in emitCondStore()
8444 if (!Invert) in emitCondStore()
8554 bool Invert) const { in emitAtomicLoadBinary()
8609 if (Invert) { in emitAtomicLoadBinary()