Home
last modified time | relevance | path

Searched refs:assert_with_loc (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp61 static void assert_with_loc(bool Assertion, const std::string &Str) { in assert_with_loc() function
245 assert_with_loc(Bitwidth > 32, "Not enough bits to make it 32!"); in make32BitElement()
250 assert_with_loc(Bitwidth != 128, "Can't get bigger than 128!"); in doubleLanes()
255 assert_with_loc(Bitwidth != 64, "Can't get smaller than 64!"); in halveLanes()
946 assert_with_loc(End != StringRef::npos, "unmatched modifier group paren"); in getNextModifiers()
1117 assert_with_loc(Variables.find(VarName) != Variables.end(), in replaceParamsIn()
1432 assert_with_loc(false, "Unknown operation!"); in emitDag()
1449 assert_with_loc(R1.first == R2.first, "Argument type mismatch!"); in emitDagOp()
1515 assert_with_loc(Intr.Variables.find(std::string( in emitDagCast()
1522 assert_with_loc(SI, "Expected string type or $Name for cast type"); in emitDagCast()
[all …]