Searched refs:DotPosition (Results 1 – 1 of 1) sorted by relevance
3524 auto DotPosition = Name.find('.'); in tryParseMatrixRegister() local3525 if (DotPosition != StringRef::npos) { in tryParseMatrixRegister()3527 parseVectorKind(Name.drop_front(DotPosition), RegKind::Matrix); in tryParseMatrixRegister()3550 size_t DotPosition = Name.find('.'); in tryParseMatrixRegister() local3551 assert(DotPosition != StringRef::npos && "Unexpected register"); in tryParseMatrixRegister()3553 StringRef Head = Name.take_front(DotPosition); in tryParseMatrixRegister()3554 StringRef Tail = Name.drop_front(DotPosition); in tryParseMatrixRegister()4371 size_t DotPosition = Name.find('.'); in tryParseMatrixTileList() local4372 if (DotPosition == StringRef::npos) in tryParseMatrixTileList()4379 StringRef Tail = Name.drop_front(DotPosition); in tryParseMatrixTileList()