Lines Matching refs:isNot

628   if (Token.isNot(TokenKind))  in expectAndConsume()
635 if (Token.isNot(TokenKind)) in consumeIfPresent()
759 if (Token.isNot(MIToken::MachineBasicBlockLabel)) in parseBasicBlockDefinitions()
803 if (Token.isNot(MIToken::NamedRegister)) in parseBasicBlockLiveins()
812 if (Token.isNot(MIToken::IntegerLiteral) && in parseBasicBlockLiveins()
813 Token.isNot(MIToken::HexLiteral)) in parseBasicBlockLiveins()
836 if (Token.isNot(MIToken::MachineBasicBlock)) in parseBasicBlockSuccessors()
844 if (Token.isNot(MIToken::IntegerLiteral) && in parseBasicBlockSuccessors()
845 Token.isNot(MIToken::HexLiteral)) in parseBasicBlockSuccessors()
865 while (Token.isNot(MIToken::rparen) && !Token.isErrorOrEOF()) in parseBasicBlock()
980 } while (Token.isNot(MIToken::Eof)); in parseBasicBlocks()
995 if (Token.isNot(MIToken::comma)) in parse()
1007 while (!Token.isNewlineOrEOF() && Token.isNot(MIToken::kw_pre_instr_symbol) && in parse()
1008 Token.isNot(MIToken::kw_post_instr_symbol) && in parse()
1009 Token.isNot(MIToken::kw_heap_alloc_marker) && in parse()
1010 Token.isNot(MIToken::kw_debug_location) && in parse()
1011 Token.isNot(MIToken::kw_debug_instr_number) && in parse()
1012 Token.isNot(MIToken::coloncolon) && Token.isNot(MIToken::lbrace)) { in parse()
1022 if (Token.isNot(MIToken::comma)) in parse()
1043 if (Token.isNot(MIToken::IntegerLiteral)) in parse()
1081 if (Token.isNot(MIToken::comma)) in parse()
1128 if (Token.isNot(MIToken::MachineBasicBlock)) in parseStandaloneMBB()
1133 if (Token.isNot(MIToken::Eof)) in parseStandaloneMBB()
1141 if (Token.isNot(MIToken::NamedRegister)) in parseStandaloneNamedRegister()
1146 if (Token.isNot(MIToken::Eof)) in parseStandaloneNamedRegister()
1153 if (Token.isNot(MIToken::VirtualRegister)) in parseStandaloneVirtualRegister()
1158 if (Token.isNot(MIToken::Eof)) in parseStandaloneVirtualRegister()
1165 if (Token.isNot(MIToken::NamedRegister) && in parseStandaloneRegister()
1166 Token.isNot(MIToken::VirtualRegister)) in parseStandaloneRegister()
1174 if (Token.isNot(MIToken::Eof)) in parseStandaloneRegister()
1181 if (Token.isNot(MIToken::StackObject)) in parseStandaloneStackObject()
1185 if (Token.isNot(MIToken::Eof)) in parseStandaloneStackObject()
1203 if (Token.isNot(MIToken::Eof)) in parseStandaloneMDNode()
1210 if (Token.isNot(MIToken::exclaim)) in parseMachineMetadata()
1214 if (Token.isNot(MIToken::IntegerLiteral) || Token.integerValue().isSigned()) in parseMachineMetadata()
1225 if (Token.isNot(MIToken::exclaim)) in parseMachineMetadata()
1258 if (Token.isNot(MIToken::lbrace)) in parseMDNodeVector()
1274 if (Token.isNot(MIToken::comma)) in parseMDNodeVector()
1279 if (Token.isNot(MIToken::rbrace)) in parseMDNodeVector()
1289 if (Token.isNot(MIToken::exclaim)) in parseMetadata()
1301 if (Token.isNot(MIToken::IntegerLiteral) || Token.integerValue().isSigned()) in parseMetadata()
1429 if (Token.isNot(MIToken::Identifier)) in parseInstruction()
1486 if (Token.isNot(MIToken::Identifier) && Token.isNot(MIToken::underscore)) in parseRegisterClassOrBank()
1590 if (Token.isNot(MIToken::Identifier)) in parseSubRegisterIndex()
1603 if (Token.isNot(MIToken::IntegerLiteral)) in parseRegisterTiedDefIndex()
1856 if (Token.isNot(MIToken::less)) in parseLowLevelType()
1861 if (Token.isNot(MIToken::IntegerLiteral)) in parseLowLevelType()
1869 if (Token.isNot(MIToken::Identifier) || Token.stringValue() != "x") in parseLowLevelType()
1895 if (Token.isNot(MIToken::greater)) in parseLowLevelType()
1916 if (Token.isNot(MIToken::IntegerLiteral)) { in parseTypedImmediateOperand()
1917 if (Token.isNot(MIToken::Identifier) || in parseTypedImmediateOperand()
1931 if (Token.isNot(MIToken::FloatingPointLiteral) && in parseFPImmediateOperand()
1932 Token.isNot(MIToken::HexLiteral)) in parseFPImmediateOperand()
2177 if (Token.isNot(MIToken::IntegerLiteral) || Token.integerValue().isSigned()) in parseMDNode()
2203 if (Token.isNot(MIToken::rparen)) { in parseDIExpression()
2219 if (Token.isNot(MIToken::IntegerLiteral) || in parseDIExpression()
2253 if (Token.isNot(MIToken::rparen)) { in parseDILocation()
2260 if (Token.isNot(MIToken::IntegerLiteral) || in parseDILocation()
2272 if (Token.isNot(MIToken::IntegerLiteral) || in parseDILocation()
2356 if (Token.isNot(MIToken::IntegerLiteral)) in parseCFIOffset()
2366 if (Token.isNot(MIToken::NamedRegister)) in parseCFIRegister()
2382 if (Token.isNot(MIToken::IntegerLiteral)) in parseCFIAddressSpace()
2393 if (Token.isNot(MIToken::HexLiteral)) in parseCFIEscapeValues()
2543 if (Token.isNot(MIToken::GlobalValue) && in parseBlockAddressOperand()
2544 Token.isNot(MIToken::NamedGlobalValue)) in parseBlockAddressOperand()
2556 if (Token.isNot(MIToken::IRBlock) && Token.isNot(MIToken::NamedIRBlock)) in parseBlockAddressOperand()
2575 if (Token.isNot(MIToken::NamedGlobalValue)) in parseIntrinsicOperand()
2606 if (Token.isNot(MIToken::Identifier)) in parsePredicateOperand()
2689 if (Token.isNot(MIToken::Identifier)) in parseTargetIndexOperand()
2711 if (Token.isNot(MIToken::rparen)) { in parseCustomRegisterMaskOperand()
2712 if (Token.isNot(MIToken::NamedRegister)) in parseCustomRegisterMaskOperand()
2737 if (Token.isNot(MIToken::NamedRegister)) in parseLiveoutRegisterMaskOperand()
2745 if (Token.isNot(MIToken::comma)) in parseLiveoutRegisterMaskOperand()
2870 if (Token.isNot(MIToken::Identifier)) in parseMachineOperandAndTargetFlags()
2880 if (Token.isNot(MIToken::Identifier)) in parseMachineOperandAndTargetFlags()
2905 if (Token.isNot(MIToken::plus) && Token.isNot(MIToken::minus)) in parseOffset()
2910 if (Token.isNot(MIToken::IntegerLiteral)) in parseOffset()
2924 if (Token.isNot(MIToken::IntegerLiteral) || Token.integerValue().isSigned()) in parseAlignment()
2939 if (Token.isNot(MIToken::IntegerLiteral) || Token.integerValue().isSigned()) in parseAddrspace()
3144 if (Token.isNot(MIToken::NamedIRValue) && Token.isNot(MIToken::IRValue) && in parseMachinePointerInfo()
3145 Token.isNot(MIToken::GlobalValue) && in parseMachinePointerInfo()
3146 Token.isNot(MIToken::NamedGlobalValue) && in parseMachinePointerInfo()
3147 Token.isNot(MIToken::QuotedIRValue) && in parseMachinePointerInfo()
3148 Token.isNot(MIToken::kw_unknown_address)) in parseMachinePointerInfo()
3185 if (Token.isNot(MIToken::Identifier)) in parseOptionalAtomicOrdering()
3213 if (Token.isNot(MIToken::Identifier) || in parseMachineMemoryOperand()
3242 if (Token.isNot(MIToken::IntegerLiteral) && in parseMachineMemoryOperand()
3243 Token.isNot(MIToken::kw_unknown_size) && in parseMachineMemoryOperand()
3244 Token.isNot(MIToken::lparen)) in parseMachineMemoryOperand()
3352 if (Token.isNot(MIToken::MCSymbol)) in parsePreOrPostInstrSymbol()
3359 if (Token.isNot(MIToken::comma)) in parsePreOrPostInstrSymbol()
3375 if (Token.isNot(MIToken::comma)) in parseHeapAllocMarker()
3426 if (Token.isNot(MIToken::StringConstant)) in parseStringConstant()