Lines Matching refs:isNot

412   if (Token.isNot(TokenKind))  in expectAndConsume()
419 if (Token.isNot(TokenKind)) in consumeIfPresent()
500 if (Token.isNot(MIToken::MachineBasicBlockLabel)) in parseBasicBlockDefinitions()
544 if (Token.isNot(MIToken::NamedRegister)) in parseBasicBlockLiveins()
553 if (Token.isNot(MIToken::IntegerLiteral) && in parseBasicBlockLiveins()
554 Token.isNot(MIToken::HexLiteral)) in parseBasicBlockLiveins()
577 if (Token.isNot(MIToken::MachineBasicBlock)) in parseBasicBlockSuccessors()
585 if (Token.isNot(MIToken::IntegerLiteral) && in parseBasicBlockSuccessors()
586 Token.isNot(MIToken::HexLiteral)) in parseBasicBlockSuccessors()
606 while (Token.isNot(MIToken::rparen) && !Token.isErrorOrEOF()) in parseBasicBlock()
721 } while (Token.isNot(MIToken::Eof)); in parseBasicBlocks()
736 if (Token.isNot(MIToken::comma)) in parse()
748 while (!Token.isNewlineOrEOF() && Token.isNot(MIToken::kw_pre_instr_symbol) && in parse()
749 Token.isNot(MIToken::kw_post_instr_symbol) && in parse()
750 Token.isNot(MIToken::kw_debug_location) && in parse()
751 Token.isNot(MIToken::coloncolon) && Token.isNot(MIToken::lbrace)) { in parse()
763 if (Token.isNot(MIToken::comma)) in parse()
805 if (Token.isNot(MIToken::comma)) in parse()
836 if (Token.isNot(MIToken::MachineBasicBlock)) in parseStandaloneMBB()
841 if (Token.isNot(MIToken::Eof)) in parseStandaloneMBB()
849 if (Token.isNot(MIToken::NamedRegister)) in parseStandaloneNamedRegister()
854 if (Token.isNot(MIToken::Eof)) in parseStandaloneNamedRegister()
861 if (Token.isNot(MIToken::VirtualRegister)) in parseStandaloneVirtualRegister()
866 if (Token.isNot(MIToken::Eof)) in parseStandaloneVirtualRegister()
873 if (Token.isNot(MIToken::NamedRegister) && in parseStandaloneRegister()
874 Token.isNot(MIToken::VirtualRegister)) in parseStandaloneRegister()
882 if (Token.isNot(MIToken::Eof)) in parseStandaloneRegister()
889 if (Token.isNot(MIToken::StackObject)) in parseStandaloneStackObject()
893 if (Token.isNot(MIToken::Eof)) in parseStandaloneStackObject()
911 if (Token.isNot(MIToken::Eof)) in parseStandaloneMDNode()
1010 if (Token.isNot(MIToken::Identifier)) in parseInstruction()
1067 if (Token.isNot(MIToken::Identifier) && Token.isNot(MIToken::underscore)) in parseRegisterClassOrBank()
1173 if (Token.isNot(MIToken::Identifier)) in parseSubRegisterIndex()
1186 if (Token.isNot(MIToken::IntegerLiteral)) in parseRegisterTiedDefIndex()
1364 if (Token.isNot(MIToken::less)) in parseLowLevelType()
1369 if (Token.isNot(MIToken::IntegerLiteral)) in parseLowLevelType()
1374 if (Token.isNot(MIToken::Identifier) || Token.stringValue() != "x") in parseLowLevelType()
1394 if (Token.isNot(MIToken::greater)) in parseLowLevelType()
1415 if (Token.isNot(MIToken::IntegerLiteral)) { in parseTypedImmediateOperand()
1416 if (Token.isNot(MIToken::Identifier) || in parseTypedImmediateOperand()
1430 if (Token.isNot(MIToken::FloatingPointLiteral) && in parseFPImmediateOperand()
1431 Token.isNot(MIToken::HexLiteral)) in parseFPImmediateOperand()
1641 if (Token.isNot(MIToken::IntegerLiteral) || Token.integerValue().isSigned()) in parseMDNode()
1664 if (Token.isNot(MIToken::rparen)) { in parseDIExpression()
1675 if (Token.isNot(MIToken::IntegerLiteral) || in parseDIExpression()
1709 if (Token.isNot(MIToken::rparen)) { in parseDILocation()
1716 if (Token.isNot(MIToken::IntegerLiteral) || in parseDILocation()
1728 if (Token.isNot(MIToken::IntegerLiteral) || in parseDILocation()
1812 if (Token.isNot(MIToken::IntegerLiteral)) in parseCFIOffset()
1822 if (Token.isNot(MIToken::NamedRegister)) in parseCFIRegister()
1839 if (Token.isNot(MIToken::HexLiteral)) in parseCFIEscapeValues()
1982 if (Token.isNot(MIToken::GlobalValue) && in parseBlockAddressOperand()
1983 Token.isNot(MIToken::NamedGlobalValue)) in parseBlockAddressOperand()
1995 if (Token.isNot(MIToken::IRBlock) && Token.isNot(MIToken::NamedIRBlock)) in parseBlockAddressOperand()
2014 if (Token.isNot(MIToken::NamedGlobalValue)) in parseIntrinsicOperand()
2045 if (Token.isNot(MIToken::Identifier)) in parsePredicateOperand()
2100 if (Token.isNot(MIToken::Identifier)) in parseTargetIndexOperand()
2122 if (Token.isNot(MIToken::NamedRegister)) in parseCustomRegisterMaskOperand()
2130 if (Token.isNot(MIToken::comma)) in parseCustomRegisterMaskOperand()
2148 if (Token.isNot(MIToken::NamedRegister)) in parseLiveoutRegisterMaskOperand()
2156 if (Token.isNot(MIToken::comma)) in parseLiveoutRegisterMaskOperand()
2269 if (Token.isNot(MIToken::Identifier)) in parseMachineOperandAndTargetFlags()
2279 if (Token.isNot(MIToken::Identifier)) in parseMachineOperandAndTargetFlags()
2304 if (Token.isNot(MIToken::plus) && Token.isNot(MIToken::minus)) in parseOffset()
2309 if (Token.isNot(MIToken::IntegerLiteral)) in parseOffset()
2323 if (Token.isNot(MIToken::IntegerLiteral) || Token.integerValue().isSigned()) in parseAlignment()
2334 if (Token.isNot(MIToken::IntegerLiteral) || Token.integerValue().isSigned()) in parseAddrspace()
2527 if (Token.isNot(MIToken::NamedIRValue) && Token.isNot(MIToken::IRValue) && in parseMachinePointerInfo()
2528 Token.isNot(MIToken::GlobalValue) && in parseMachinePointerInfo()
2529 Token.isNot(MIToken::NamedGlobalValue) && in parseMachinePointerInfo()
2530 Token.isNot(MIToken::QuotedIRValue)) in parseMachinePointerInfo()
2567 if (Token.isNot(MIToken::Identifier)) in parseOptionalAtomicOrdering()
2595 if (Token.isNot(MIToken::Identifier) || in parseMachineMemoryOperand()
2623 if (Token.isNot(MIToken::IntegerLiteral) && in parseMachineMemoryOperand()
2624 Token.isNot(MIToken::kw_unknown_size)) in parseMachineMemoryOperand()
2701 if (Token.isNot(MIToken::MCSymbol)) in parsePreOrPostInstrSymbol()
2708 if (Token.isNot(MIToken::comma)) in parsePreOrPostInstrSymbol()
2954 if (Token.isNot(MIToken::StringConstant)) in parseStringConstant()