Searched refs:DotPosition (Results 1 – 1 of 1) sorted by relevance
3494 auto DotPosition = Name.find('.'); in tryParseMatrixRegister() local3495 if (DotPosition != StringRef::npos) { in tryParseMatrixRegister()3497 parseVectorKind(Name.drop_front(DotPosition), RegKind::Matrix); in tryParseMatrixRegister()3522 size_t DotPosition = Name.find('.'); in tryParseMatrixRegister() local3523 assert(DotPosition != StringRef::npos && "Unexpected register"); in tryParseMatrixRegister()3525 StringRef Head = Name.take_front(DotPosition); in tryParseMatrixRegister()3526 StringRef Tail = Name.drop_front(DotPosition); in tryParseMatrixRegister()4339 size_t DotPosition = Name.find('.'); in tryParseMatrixTileList() local4340 if (DotPosition == StringRef::npos) in tryParseMatrixTileList()4347 StringRef Tail = Name.drop_front(DotPosition); in tryParseMatrixTileList()