Lines Matching defs:CheckFailed
286 void CheckFailed(const Twine &Message) {
297 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &... Vs) {
298 CheckFailed(Message);
429 this->CheckFailed(Message);
661 CheckFailed(__VA_ARGS__); \
805 CheckFailed("Global is referenced by parentless instruction!", &GV, &M,
808 CheckFailed("Global is referenced in a different module!", &GV, &M, I,
814 CheckFailed("Global is used by function in a different module", &GV, &M,
1746 CheckFailed("either both or no 'aarch64-elf-pauthabi-platform' and "
1756 CheckFailed("invalid requirement on flag, flag is not present in module",
1762 CheckFailed(("invalid requirement on flag, "
1905 CheckFailed("invalid value for '" #DISPLAY_NAME "' attribute: " + V + \
1914 CheckFailed("Attribute '" + A.getAsString() + "' should have an Argument",
2010 CheckFailed("Attribute '" + Attr.getAsString() +
2086 CheckFailed("\"" + Attr + "\" takes an unsigned integer: " + S, V);
2274 CheckFailed("'allocsize' " + Name + " argument is out of bounds", V);
2279 CheckFailed("'allocsize' " + Name +
2302 CheckFailed(
2307 CheckFailed("'allockind(\"free\")' doesn't allow uninitialized, zeroed, "
2311 CheckFailed("'allockind()' can't be both zeroed and uninitialized");
2317 CheckFailed("'vscale_range' minimum must be greater than 0", V);
2319 CheckFailed("'vscale_range' minimum must be power-of-two value", V);
2322 CheckFailed("'vscale_range' minimum cannot be greater than maximum", V);
2324 CheckFailed("'vscale_range' maximum must be power-of-two value", V);
2330 CheckFailed("invalid value for 'frame-pointer' attribute: " + FP, V);
2348 CheckFailed("invalid value for 'sign-return-address' attribute: " + S, V);
2354 CheckFailed("invalid value for 'sign-return-address-key' attribute: " + S,
2357 CheckFailed(
2365 CheckFailed(
2372 CheckFailed(
2379 CheckFailed("invalid value for 'guarded-control-stack' attribute: " + S,
2387 CheckFailed("invalid name for a VFABI variant: " + S, V);
4855 CheckFailed("!prof branch_weights are not allowed for this instruction",
5072 CheckFailed("Use of instruction is not an instruction!", U);
6224 CheckFailed("Intrinsic in block must have 1 unique predecessor", &Call);
6228 CheckFailed("Intrinsic must have corresponding callbr in predecessor",
6252 CheckFailed("Intrinsic can only be used from functions with the "
6272 CheckFailed("Intrinsic can only be used from functions with the "
7207 template <typename... Tys> void TBAAVerifier::CheckFailed(Tys &&... Args) {
7209 return Diagnostic->CheckFailed(Args...);
7215 CheckFailed(__VA_ARGS__); \
7227 CheckFailed("Base nodes must have at least two operands", &I, BaseNode);
7256 CheckFailed("Access tag nodes must have the number of operands that is a "
7262 CheckFailed("Struct tag nodes must have an odd number of operands!",
7273 CheckFailed("Type size nodes must be constants!", &I, BaseNode);
7280 CheckFailed("Struct tag nodes have a string as their first operand",
7299 CheckFailed("Incorrect field entry in struct type node!", &I, BaseNode);
7307 CheckFailed("Offset entries must be constants!", &I, BaseNode);
7316 CheckFailed(
7332 CheckFailed("Offsets must be increasing!", &I, BaseNode);
7342 CheckFailed("Member size entries must be constants!", &I, BaseNode);
7414 CheckFailed("Could not find TBAA parent in struct type node", &I,
7516 CheckFailed("Cycle detected in struct path", &I, MD);