Searched refs:Contigious (Results 1 – 1 of 1) sorted by relevance
126 bool handleNoncontigiousRegister(bool Contigious, SMLoc &Loc);946 bool HexagonAsmParser::handleNoncontigiousRegister(bool Contigious, in handleNoncontigiousRegister() argument948 if (!Contigious && ErrorNoncontigiousRegister) { in handleNoncontigiousRegister()952 if (!Contigious && WarnNoncontigiousRegister) in handleNoncontigiousRegister()978 bool Contigious = Lexer.getTok().getString().data() == in tryParseRegister() local986 Again = (Contigious && Type) || (Workaround && Type); in tryParseRegister()987 NeededWorkaround = NeededWorkaround || (Again && !(Contigious && Type)); in tryParseRegister()