Searched refs:Contigious (Results 1 – 1 of 1) sorted by relevance
105 bool handleNoncontigiousRegister(bool Contigious, SMLoc &Loc);1186 bool HexagonAsmParser::handleNoncontigiousRegister(bool Contigious, SMLoc &Loc) { in handleNoncontigiousRegister() argument1187 if (!Contigious && ErrorNoncontigiousRegister) { in handleNoncontigiousRegister()1191 if (!Contigious && WarnNoncontigiousRegister) in handleNoncontigiousRegister()1210 bool Contigious = Lexer.getTok().getString().data() == in ParseRegister() local1218 Again = (Contigious && Type) || (Workaround && Type); in ParseRegister()1219 NeededWorkaround = NeededWorkaround || (Again && !(Contigious && Type)); in ParseRegister()