Lines Matching defs:CheckFailed
285 void CheckFailed(const Twine &Message) {
296 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &... Vs) {
297 CheckFailed(Message);
428 this->CheckFailed(Message);
669 CheckFailed(__VA_ARGS__); \
818 CheckFailed("Global is referenced by parentless instruction!", &GV, &M,
821 CheckFailed("Global is referenced in a different module!", &GV, &M, I,
827 CheckFailed("Global is used by function in a different module", &GV, &M,
1758 CheckFailed("either both or no 'aarch64-elf-pauthabi-platform' and "
1768 CheckFailed("invalid requirement on flag, flag is not present in module",
1774 CheckFailed(("invalid requirement on flag, "
1917 CheckFailed("invalid value for '" #DISPLAY_NAME "' attribute: " + V + \
1926 CheckFailed("Attribute '" + A.getAsString() + "' should have an Argument",
2022 CheckFailed("Attribute '" + Attr.getAsString() +
2102 CheckFailed("\"" + Attr + "\" takes an unsigned integer: " + S, V);
2300 CheckFailed("'allocsize' " + Name + " argument is out of bounds", V);
2305 CheckFailed("'allocsize' " + Name +
2328 CheckFailed(
2333 CheckFailed("'allockind(\"free\")' doesn't allow uninitialized, zeroed, "
2337 CheckFailed("'allockind()' can't be both zeroed and uninitialized");
2343 CheckFailed("'vscale_range' minimum must be greater than 0", V);
2345 CheckFailed("'vscale_range' minimum must be power-of-two value", V);
2348 CheckFailed("'vscale_range' minimum cannot be greater than maximum", V);
2350 CheckFailed("'vscale_range' maximum must be power-of-two value", V);
2356 CheckFailed("invalid value for 'frame-pointer' attribute: " + FP, V);
2374 CheckFailed("invalid value for 'sign-return-address' attribute: " + S, V);
2380 CheckFailed("invalid value for 'sign-return-address-key' attribute: " + S,
2383 CheckFailed(
2391 CheckFailed(
2398 CheckFailed(
2405 CheckFailed("invalid value for 'guarded-control-stack' attribute: " + S,
2413 CheckFailed("invalid name for a VFABI variant: " + S, V);
2419 CheckFailed("invalid value for 'denormal-fp-math' attribute: " + S, V);
2425 CheckFailed("invalid value for 'denormal-fp-math-f32' attribute: " + S,
4917 CheckFailed("!prof branch_weights are not allowed for this instruction",
5155 CheckFailed("Use of instruction is not an instruction!", U);
6334 CheckFailed("Intrinsic in block must have 1 unique predecessor", &Call);
6338 CheckFailed("Intrinsic must have corresponding callbr in predecessor",
6359 CheckFailed("Intrinsic can only be used from functions with the "
6379 CheckFailed("Intrinsic can only be used from functions with the "
7380 template <typename... Tys> void TBAAVerifier::CheckFailed(Tys &&... Args) {
7382 return Diagnostic->CheckFailed(Args...);
7388 CheckFailed(__VA_ARGS__); \
7400 CheckFailed("Base nodes must have at least two operands", &I, BaseNode);
7429 CheckFailed("Access tag nodes must have the number of operands that is a "
7435 CheckFailed("Struct tag nodes must have an odd number of operands!",
7446 CheckFailed("Type size nodes must be constants!", &I, BaseNode);
7453 CheckFailed("Struct tag nodes have a string as their first operand",
7472 CheckFailed("Incorrect field entry in struct type node!", &I, BaseNode);
7480 CheckFailed("Offset entries must be constants!", &I, BaseNode);
7489 CheckFailed(
7505 CheckFailed("Offsets must be increasing!", &I, BaseNode);
7515 CheckFailed("Member size entries must be constants!", &I, BaseNode);
7587 CheckFailed("Could not find TBAA parent in struct type node", &I,
7689 CheckFailed("Cycle detected in struct path", &I, MD);