Searched refs:Contigious (Results 1 – 1 of 1) sorted by relevance
130 bool handleNoncontigiousRegister(bool Contigious, SMLoc &Loc);1011 bool HexagonAsmParser::handleNoncontigiousRegister(bool Contigious, in handleNoncontigiousRegister() argument1013 if (!Contigious && ErrorNoncontigiousRegister) { in handleNoncontigiousRegister()1017 if (!Contigious && WarnNoncontigiousRegister) in handleNoncontigiousRegister()1042 bool Contigious = Lexer.getTok().getString().data() == in tryParseRegister() local1050 Again = (Contigious && Type) || (Workaround && Type); in tryParseRegister()1051 NeededWorkaround = NeededWorkaround || (Again && !(Contigious && Type)); in tryParseRegister()