Searched refs:DotPosition (Results 1 – 1 of 1) sorted by relevance
3588 auto DotPosition = Name.find('.'); in tryParseMatrixRegister() local3589 if (DotPosition != StringRef::npos) { in tryParseMatrixRegister()3591 parseVectorKind(Name.drop_front(DotPosition), RegKind::Matrix); in tryParseMatrixRegister()3614 size_t DotPosition = Name.find('.'); in tryParseMatrixRegister() local3615 assert(DotPosition != StringRef::npos && "Unexpected register"); in tryParseMatrixRegister()3617 StringRef Head = Name.take_front(DotPosition); in tryParseMatrixRegister()3618 StringRef Tail = Name.drop_front(DotPosition); in tryParseMatrixRegister()4502 size_t DotPosition = Name.find('.'); in tryParseMatrixTileList() local4503 if (DotPosition == StringRef::npos) in tryParseMatrixTileList()4510 StringRef Tail = Name.drop_front(DotPosition); in tryParseMatrixTileList()