reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/utils/TableGen/NeonEmitter.cpp
  230     assert_with_loc(Bitwidth != 128, "Can't get bigger than 128!");
  235     assert_with_loc(Bitwidth != 64, "Can't get smaller than 64!");
 1212     assert_with_loc(Variables.find(VarName) != Variables.end(),
 1552   assert_with_loc(false, "Unknown operation!");
 1569     assert_with_loc(R1.first == R2.first, "Argument type mismatch!");
 1628       assert_with_loc(Intr.Variables.find(DI->getArgNameStr(ArgIdx)) !=
 1634       assert_with_loc(SI, "Expected string type or $Name for cast type");
 1650         assert_with_loc(!castToType.isVoid(), "Unknown typedef");
 1749   assert_with_loc(Arg1.first == Arg2.first,
 1765     assert_with_loc(Name.startswith("sv"),
 1774     assert_with_loc(
 1779     assert_with_loc(
 1789   assert_with_loc(DI->getNumArgs() == 1, "dup() expects one argument");
 1792   assert_with_loc(A.first.isScalar(), "dup() expects a scalar argument");
 1795   assert_with_loc(T.isVector(), "dup() used but default type is scalar!");
 1808   assert_with_loc(DI->getNumArgs() == 2, "dup_typed() expects two arguments");
 1813   assert_with_loc(B.first.isScalar(),
 1817   assert_with_loc(T.isVector(), "dup_typed() used but target type is scalar!");
 1830   assert_with_loc(DI->getNumArgs() == 2, "splat() expects two arguments");
 1836   assert_with_loc(B.first.isScalar(),
 1849   assert_with_loc(DI->getNumArgs() == 2, "save_temp() expects two arguments");
 1853   assert_with_loc(!A.first.isVoid(),
 1857   assert_with_loc(!N.empty(),
 1860   assert_with_loc(Intr.Variables.find(N) == Intr.Variables.end(),
 1874   assert_with_loc(DI->getNumArgs() == 2, "name_replace requires 2 arguments!");
 1880   assert_with_loc(Idx != std::string::npos, "name should contain '" + ToReplace + "'!");
 1895     assert_with_loc(!Arg->isComplete(),
 1897     assert_with_loc(Intr.Variables.find(ArgName) != Intr.Variables.end(),
 1905   assert_with_loc(DI, "Arguments must either be DAGs or names!");
 1996   assert_with_loc(IntrinsicMap.find(Name.str()) != IntrinsicMap.end(),
 2037   assert_with_loc(!GoodVec.empty(),
 2039   assert_with_loc(GoodVec.size() == 1, "Multiple overloads found - " + ErrMsg);