Lines Matching refs:ConsumeChar
375 ConsumeChar(llvm::StringRef::const_iterator osi, const char c, in ConsumeChar() function in InstructionLLVMC
497 std::tie(found, osi) = ConsumeChar(osi, '(', ose); in ParseIntelIndexedAccess()
510 std::tie(found, osi) = ConsumeChar(osi, ',', ose); in ParseIntelIndexedAccess()
523 std::tie(found, osi) = ConsumeChar(osi, ',', ose); in ParseIntelIndexedAccess()
536 std::tie(found, osi) = ConsumeChar(osi, ')', ose); in ParseIntelIndexedAccess()
580 std::tie(found, osi) = ConsumeChar(osi, '(', ose); in ParseIntelDerefAccess()
593 std::tie(found, osi) = ConsumeChar(osi, ')', ose); in ParseIntelDerefAccess()
621 std::tie(found, osi) = ConsumeChar(osi, '[', ose); in ParseARMOffsetAccess()
634 std::tie(found, osi) = ConsumeChar(osi, ',', ose); in ParseARMOffsetAccess()
645 std::tie(found, osi) = ConsumeChar(osi, ']', ose); in ParseARMOffsetAccess()
666 std::tie(found, osi) = ConsumeChar(osi, '[', ose); in ParseARMDerefAccess()
679 std::tie(found, osi) = ConsumeChar(osi, ']', ose); in ParseARMDerefAccess()
761 ConsumeChar(osi, ',', ose); in ParseOperands()