Home | History | Annotate | Download | only in AsmParser

Lines Matching full:invalid

225     assert(Kind == k_Token && "Invalid access!");
231 && "Invalid access!");
236 assert(Kind == k_Immediate && "Invalid access!");
241 assert(Kind == k_CondCode && "Invalid access!");
838 assert(N == 1 && "Invalid number of operands!");
845 assert(N == 1 && "Invalid number of operands!");
851 assert(N == 1 && "Invalid number of operands!");
860 assert(N == 1 && "Invalid number of operands!");
865 assert(N == 1 && "Invalid number of operands!");
872 assert(N == 1 && "Invalid number of operands!");
882 assert(N == 1 && "Invalid number of operands");
887 assert(N == 1 && "Invalid number of operands!");
893 assert(N == 1 && "Invalid number of operands!");
898 assert(N == 1 && "Invalid number of operands!");
904 assert(N == 1 && "Invalid number of operands!");
913 assert(N == 1 && "Invalid number of operands!");
921 assert (N == 1 && "Invalid number of operands!");
928 assert(N == 1 && "Invalid number of operands!");
946 assert(N == 1 && "Invalid number of operands!");
957 assert(N == 1 && "Invalid number of operands");
967 assert(N == 1 && "Invalid number of operands!");
977 assert(N == 1 && "Invalid number of operands!");
987 assert(N == 1 && "Invalid number of operands!");
997 assert(N == 2 && "Invalid number of operands!");
1045 assert(N == 2 && "Invalid number of operands!");
1057 assert(Valid && "Invalid immediates should have been weeded out by now");
1064 assert(N == 1 && "Invalid number of operands!");
1075 assert(N == 1 && "Invalid number of operands!");
1082 assert(N == 1 && "Invalid number of operands!");
1085 llvm_unreachable("Invalid shift amount for vector immediate inst.");
1093 assert(N == 1 && "Invalid number of operands!");
1096 llvm_unreachable("Invalid shift amount for vector immediate inst.");
1104 assert(N == 1 && "Invalid number of operands!");
1107 llvm_unreachable("Invalid shift amount for vector immediate inst.");
1122 assert(N == 1 && "Invalid number of operands!");
1137 llvm_unreachable("Invalid extend type for register offset");
1149 assert(N == 1 && "Invalid number of operands!");
1155 assert(N == 1 && "Invalid number of operands!");
1445 if (CondCode == A64CC::Invalid)
1604 default: llvm_unreachable("Invalid layout specifier");
1672 Error(S, "Invalid immediate for instruction");
1776 .Default(A64SE::Invalid);
1778 if (Spec == A64SE::Invalid)
1933 if (Code == A64CC::Invalid) {
1934 Error(S, "invalid condition code");
2086 return Error(ErrorLoc, "invalid operand for instruction");
2089 return Error(IDLoc, "invalid instruction");
2122 "expected floating-point constant #0.0 or invalid register type");