Lines Matching refs:isNot
634 if (Token.isNot(TokenKind)) in expectAndConsume()
641 if (Token.isNot(TokenKind)) in consumeIfPresent()
821 if (Token.isNot(MIToken::MachineBasicBlockLabel)) in parseBasicBlockDefinitions()
865 if (Token.isNot(MIToken::NamedRegister)) in parseBasicBlockLiveins()
874 if (Token.isNot(MIToken::IntegerLiteral) && in parseBasicBlockLiveins()
875 Token.isNot(MIToken::HexLiteral)) in parseBasicBlockLiveins()
898 if (Token.isNot(MIToken::MachineBasicBlock)) in parseBasicBlockSuccessors()
906 if (Token.isNot(MIToken::IntegerLiteral) && in parseBasicBlockSuccessors()
907 Token.isNot(MIToken::HexLiteral)) in parseBasicBlockSuccessors()
927 while (Token.isNot(MIToken::rparen) && !Token.isErrorOrEOF()) in parseBasicBlock()
1042 } while (Token.isNot(MIToken::Eof)); in parseBasicBlocks()
1057 if (Token.isNot(MIToken::comma)) in parse()
1069 while (!Token.isNewlineOrEOF() && Token.isNot(MIToken::kw_pre_instr_symbol) && in parse()
1070 Token.isNot(MIToken::kw_post_instr_symbol) && in parse()
1071 Token.isNot(MIToken::kw_heap_alloc_marker) && in parse()
1072 Token.isNot(MIToken::kw_pcsections) && in parse()
1073 Token.isNot(MIToken::kw_cfi_type) && in parse()
1074 Token.isNot(MIToken::kw_debug_location) && in parse()
1075 Token.isNot(MIToken::kw_debug_instr_number) && in parse()
1076 Token.isNot(MIToken::coloncolon) && Token.isNot(MIToken::lbrace)) { in parse()
1086 if (Token.isNot(MIToken::comma)) in parse()
1111 if (Token.isNot(MIToken::IntegerLiteral)) in parse()
1125 if (Token.isNot(MIToken::IntegerLiteral)) in parse()
1163 if (Token.isNot(MIToken::comma)) in parse()
1205 if (Token.isNot(MIToken::MachineBasicBlock)) in parseStandaloneMBB()
1210 if (Token.isNot(MIToken::Eof)) in parseStandaloneMBB()
1218 if (Token.isNot(MIToken::NamedRegister)) in parseStandaloneNamedRegister()
1223 if (Token.isNot(MIToken::Eof)) in parseStandaloneNamedRegister()
1230 if (Token.isNot(MIToken::VirtualRegister)) in parseStandaloneVirtualRegister()
1235 if (Token.isNot(MIToken::Eof)) in parseStandaloneVirtualRegister()
1242 if (Token.isNot(MIToken::NamedRegister) && in parseStandaloneRegister()
1243 Token.isNot(MIToken::VirtualRegister)) in parseStandaloneRegister()
1251 if (Token.isNot(MIToken::Eof)) in parseStandaloneRegister()
1258 if (Token.isNot(MIToken::StackObject)) in parseStandaloneStackObject()
1262 if (Token.isNot(MIToken::Eof)) in parseStandaloneStackObject()
1280 if (Token.isNot(MIToken::Eof)) in parseStandaloneMDNode()
1287 if (Token.isNot(MIToken::exclaim)) in parseMachineMetadata()
1291 if (Token.isNot(MIToken::IntegerLiteral) || Token.integerValue().isSigned()) in parseMachineMetadata()
1302 if (Token.isNot(MIToken::exclaim)) in parseMachineMetadata()
1335 if (Token.isNot(MIToken::lbrace)) in parseMDNodeVector()
1351 if (Token.isNot(MIToken::comma)) in parseMDNodeVector()
1356 if (Token.isNot(MIToken::rbrace)) in parseMDNodeVector()
1366 if (Token.isNot(MIToken::exclaim)) in parseMetadata()
1378 if (Token.isNot(MIToken::IntegerLiteral) || Token.integerValue().isSigned()) in parseMetadata()
1516 if (Token.isNot(MIToken::Identifier)) in parseInstruction()
1573 if (Token.isNot(MIToken::Identifier) && Token.isNot(MIToken::underscore)) in parseRegisterClassOrBank()
1677 if (Token.isNot(MIToken::Identifier)) in parseSubRegisterIndex()
1690 if (Token.isNot(MIToken::IntegerLiteral)) in parseRegisterTiedDefIndex()
1949 if (Token.isNot(MIToken::less)) in parseLowLevelType()
1958 if (Token.isNot(MIToken::Identifier) || Token.stringValue() != "x") in parseLowLevelType()
1970 if (Token.isNot(MIToken::IntegerLiteral)) in parseLowLevelType()
1978 if (Token.isNot(MIToken::Identifier) || Token.stringValue() != "x") in parseLowLevelType()
2005 if (Token.isNot(MIToken::greater)) in parseLowLevelType()
2027 if (Token.isNot(MIToken::IntegerLiteral)) { in parseTypedImmediateOperand()
2028 if (Token.isNot(MIToken::Identifier) || in parseTypedImmediateOperand()
2042 if (Token.isNot(MIToken::FloatingPointLiteral) && in parseFPImmediateOperand()
2043 Token.isNot(MIToken::HexLiteral)) in parseFPImmediateOperand()
2288 if (Token.isNot(MIToken::IntegerLiteral) || Token.integerValue().isSigned()) in parseMDNode()
2330 if (Token.isNot(MIToken::rparen)) { in parseDILocation()
2337 if (Token.isNot(MIToken::IntegerLiteral) || in parseDILocation()
2349 if (Token.isNot(MIToken::IntegerLiteral) || in parseDILocation()
2433 if (Token.isNot(MIToken::IntegerLiteral)) in parseCFIOffset()
2443 if (Token.isNot(MIToken::NamedRegister)) in parseCFIRegister()
2459 if (Token.isNot(MIToken::IntegerLiteral)) in parseCFIAddressSpace()
2470 if (Token.isNot(MIToken::HexLiteral)) in parseCFIEscapeValues()
2620 if (Token.isNot(MIToken::GlobalValue) && in parseBlockAddressOperand()
2621 Token.isNot(MIToken::NamedGlobalValue)) in parseBlockAddressOperand()
2633 if (Token.isNot(MIToken::IRBlock) && Token.isNot(MIToken::NamedIRBlock)) in parseBlockAddressOperand()
2652 if (Token.isNot(MIToken::NamedGlobalValue)) in parseIntrinsicOperand()
2683 if (Token.isNot(MIToken::Identifier)) in parsePredicateOperand()
2768 if (Token.isNot(MIToken::IntegerLiteral) || Token.integerValue().isNegative()) in parseDbgInstrRefOperand()
2778 if (Token.isNot(MIToken::IntegerLiteral) || Token.integerValue().isNegative()) in parseDbgInstrRefOperand()
2797 if (Token.isNot(MIToken::Identifier)) in parseTargetIndexOperand()
2819 if (Token.isNot(MIToken::rparen)) { in parseCustomRegisterMaskOperand()
2820 if (Token.isNot(MIToken::NamedRegister)) in parseCustomRegisterMaskOperand()
2845 if (Token.isNot(MIToken::NamedRegister)) in parseLiveoutRegisterMaskOperand()
2853 if (Token.isNot(MIToken::comma)) in parseLiveoutRegisterMaskOperand()
2981 if (Token.isNot(MIToken::Identifier)) in parseMachineOperandAndTargetFlags()
2991 if (Token.isNot(MIToken::Identifier)) in parseMachineOperandAndTargetFlags()
3016 if (Token.isNot(MIToken::plus) && Token.isNot(MIToken::minus)) in parseOffset()
3021 if (Token.isNot(MIToken::IntegerLiteral)) in parseOffset()
3035 if (Token.isNot(MIToken::IRBlock) && Token.isNot(MIToken::NamedIRBlock)) in parseIRBlockAddressTaken()
3048 if (Token.isNot(MIToken::IntegerLiteral) || Token.integerValue().isSigned()) in parseAlignment()
3063 if (Token.isNot(MIToken::IntegerLiteral) || Token.integerValue().isSigned()) in parseAddrspace()
3268 if (Token.isNot(MIToken::NamedIRValue) && Token.isNot(MIToken::IRValue) && in parseMachinePointerInfo()
3269 Token.isNot(MIToken::GlobalValue) && in parseMachinePointerInfo()
3270 Token.isNot(MIToken::NamedGlobalValue) && in parseMachinePointerInfo()
3271 Token.isNot(MIToken::QuotedIRValue) && in parseMachinePointerInfo()
3272 Token.isNot(MIToken::kw_unknown_address)) in parseMachinePointerInfo()
3309 if (Token.isNot(MIToken::Identifier)) in parseOptionalAtomicOrdering()
3337 if (Token.isNot(MIToken::Identifier) || in parseMachineMemoryOperand()
3366 if (Token.isNot(MIToken::IntegerLiteral) && in parseMachineMemoryOperand()
3367 Token.isNot(MIToken::kw_unknown_size) && in parseMachineMemoryOperand()
3368 Token.isNot(MIToken::lparen)) in parseMachineMemoryOperand()
3476 if (Token.isNot(MIToken::MCSymbol)) in parsePreOrPostInstrSymbol()
3483 if (Token.isNot(MIToken::comma)) in parsePreOrPostInstrSymbol()
3500 if (Token.isNot(MIToken::comma)) in parseHeapAllocMarker()
3517 if (Token.isNot(MIToken::comma)) in parsePCSections()
3568 if (Token.isNot(MIToken::StringConstant)) in parseStringConstant()