Lines Matching refs:IsMax
343 bool IsMax = false; in expandAtomicBinOpSubword() local
410 IsMax = true; in expandAtomicBinOpSubword()
414 IsMax = true; in expandAtomicBinOpSubword()
418 IsMax = true; in expandAtomicBinOpSubword()
421 IsMax = true; in expandAtomicBinOpSubword()
468 } else if (IsMin || IsMax) { in expandAtomicBinOpSubword()
475 unsigned SELIncr = IsMax ? SELNEZ : SELEQZ; in expandAtomicBinOpSubword()
476 unsigned SELOldVal = IsMax ? SELEQZ : SELNEZ; in expandAtomicBinOpSubword()
477 unsigned MOVIncr = IsMax ? MOVN : MOVZ; in expandAtomicBinOpSubword()
680 bool IsMax = false; in expandAtomicBinOp() local
744 IsMax = true; in expandAtomicBinOp()
768 if (IsMin || IsMax) { in expandAtomicBinOp()
780 unsigned SELIncr = IsMax ? SELNEZ : SELEQZ; in expandAtomicBinOp()
781 unsigned SELOldVal = IsMax ? SELEQZ : SELNEZ; in expandAtomicBinOp()
782 unsigned MOVIncr = IsMax ? MOVN : MOVZ; in expandAtomicBinOp()