Searched refs:Contigious (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp124 bool handleNoncontigiousRegister(bool Contigious, SMLoc &Loc);
949 bool HexagonAsmParser::handleNoncontigiousRegister(bool Contigious, argument
951 if (!Contigious && ErrorNoncontigiousRegister) {
955 if (!Contigious && WarnNoncontigiousRegister)
975 bool Contigious = Lexer.getTok().getString().data() == local
983 Again = (Contigious && Type) || (Workaround && Type);
984 NeededWorkaround = NeededWorkaround || (Again && !(Contigious && Type));

Completed in 168 milliseconds