Lines Matching refs:shouldNegate
30 OS << (shouldNegate() ? " != " : " == ") << ImmVal; in expandCheckImmOperand()
45 OS << (shouldNegate() ? " != " : " == ") << ImmVal; in expandCheckImmOperand()
51 if (shouldNegate()) in expandCheckImmOperandSimple()
72 OS << (shouldNegate() ? " != " : " == "); in expandCheckRegOperand()
83 if (shouldNegate()) in expandCheckRegOperandSimple()
96 << ").getReg() " << (shouldNegate() ? "!= " : "== ") << "0"; in expandCheckInvalidRegOperand()
102 << ").getReg() " << (shouldNegate() ? "!=" : "==") << " MI" in expandCheckSameRegOperand()
108 << (shouldNegate() ? "!= " : "== ") << NumOps; in expandCheckNumOperands()
113 << (shouldNegate() ? "!= " : "== ") << Inst->getValueAsString("Namespace") in expandCheckOpcode()
135 OS << (shouldNegate() ? "&& " : "|| "); in expandCheckOpcode()
164 OS << (shouldNegate() ? "!(" : "("); in expandPredicateSequence()
167 bool OldValue = shouldNegate(); in expandPredicateSequence()
186 OS << (shouldNegate() ? "!" : ""); in expandTIIFunctionCall()
192 OS << (shouldNegate() ? "!" : "") << "MI" << (isByRef() ? "." : "->") in expandCheckIsRegOperand()
197 OS << (shouldNegate() ? "!" : "") << "MI" << (isByRef() ? "." : "->") in expandCheckIsImmOperand()
300 if (shouldNegate()) in expandPredicate()
306 if (shouldNegate()) in expandPredicate()