Lines Matching refs:shouldNegate

31   OS << (shouldNegate() ? " != " : " == ") << ImmVal;  in expandCheckImmOperand()
46 OS << (shouldNegate() ? " != " : " == ") << ImmVal; in expandCheckImmOperand()
52 if (shouldNegate()) in expandCheckImmOperandSimple()
71 OS << (shouldNegate() ? " >= " : " < ") << ImmVal; in expandCheckImmOperandLT()
83 OS << (shouldNegate() ? " <= " : " > ") << ImmVal; in expandCheckImmOperandGT()
97 OS << (shouldNegate() ? " != " : " == "); in expandCheckRegOperand()
107 if (shouldNegate()) in expandCheckRegOperandSimple()
120 << ").getReg() " << (shouldNegate() ? "!= " : "== ") << "0"; in expandCheckInvalidRegOperand()
126 << ").getReg() " << (shouldNegate() ? "!=" : "==") << " MI" in expandCheckSameRegOperand()
132 << (shouldNegate() ? "!= " : "== ") << NumOps; in expandCheckNumOperands()
137 << (shouldNegate() ? "!= " : "== ") << Inst->getValueAsString("Namespace") in expandCheckOpcode()
159 OS << (shouldNegate() ? "&& " : "|| "); in expandCheckOpcode()
188 OS << (shouldNegate() ? "!(" : "("); in expandPredicateSequence()
191 bool OldValue = shouldNegate(); in expandPredicateSequence()
210 OS << (shouldNegate() ? "!" : ""); in expandTIIFunctionCall()
216 OS << (shouldNegate() ? "!" : "") << "MI" << (isByRef() ? "." : "->") in expandCheckIsRegOperand()
221 OS << (shouldNegate() ? "!" : "") << "MI" << (isByRef() ? "." : "->") in expandCheckIsVRegOperand()
226 OS << (shouldNegate() ? "!" : "") << "MI" << (isByRef() ? "." : "->") in expandCheckIsImmOperand()
329 if (shouldNegate()) in expandPredicate()
335 if (shouldNegate()) in expandPredicate()