Lines Matching refs:Invert
2957 bool Swap = false, Invert = false; in adjustICmp128() local
2961 case SystemZ::CCMASK_CMP_LE: Invert = true; break; in adjustICmp128()
2962 case SystemZ::CCMASK_CMP_GE: Swap = Invert = true; break; in adjustICmp128()
2975 if (Invert) in adjustICmp128()
3230 bool &Invert) { in getVectorComparisonOrInvert() argument
3232 Invert = false; in getVectorComparisonOrInvert()
3238 Invert = true; in getVectorComparisonOrInvert()
3313 bool Invert = false; in lowerVectorSETCC() local
3318 Invert = true; in lowerVectorSETCC()
3335 Invert = true; in lowerVectorSETCC()
3354 if (unsigned Opcode = getVectorComparisonOrInvert(CC, Mode, Invert)) in lowerVectorSETCC()
3358 if (unsigned Opcode = getVectorComparisonOrInvert(CC, Mode, Invert)) in lowerVectorSETCC()
3367 if (Invert) { in lowerVectorSETCC()
7458 bool Invert = false; in combineCCMask() local
7460 Invert = !Invert; in combineCCMask()
7472 Invert = !Invert; in combineCCMask()
7483 if (Invert) in combineCCMask()
8237 bool Invert) const { in emitCondStore()
8263 if (Invert) in emitCondStore()
8279 if (!Invert) in emitCondStore()
8388 bool Invert) const { in emitAtomicLoadBinary()
8443 if (Invert) { in emitAtomicLoadBinary()