Lines Matching refs:CheckFailed
240 void CheckFailed(const Twine &Message) { in CheckFailed() function
251 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &... Vs) { in CheckFailed() function
252 CheckFailed(Message); in CheckFailed()
605 CheckFailed(__VA_ARGS__); \
686 CheckFailed("Global is referenced by parentless instruction!", &GV, &M, in visitGlobalValue()
689 CheckFailed("Global is referenced in a different module!", &GV, &M, I, in visitGlobalValue()
695 CheckFailed("Global is used by function in a different module", &GV, &M, in visitGlobalValue()
1586 CheckFailed("invalid requirement on flag, flag is not present in module", in visitModuleFlags()
1592 CheckFailed(("invalid requirement on flag, " in visitModuleFlags()
1735 CheckFailed("invalid value for '" #DISPLAY_NAME "' attribute: " + V + \ in verifyAttributeTypes()
1744 CheckFailed("Attribute '" + A.getAsString() + "' should have an Argument", in verifyAttributeTypes()
1832 CheckFailed("Attribute '" + Attr.getAsString() + in verifyParameterAttrs()
1906 CheckFailed("\"" + Attr + "\" takes an unsigned integer: " + S, V); in checkUnsignedBaseTenFuncAttr()
2067 CheckFailed("'allocsize' " + Name + " argument is out of bounds", V); in verifyFunctionAttrs()
2072 CheckFailed("'allocsize' " + Name + in verifyFunctionAttrs()
2095 CheckFailed( in verifyFunctionAttrs()
2100 CheckFailed("'allockind(\"free\")' doesn't allow uninitialized, zeroed, " in verifyFunctionAttrs()
2104 CheckFailed("'allockind()' can't be both zeroed and uninitialized"); in verifyFunctionAttrs()
2110 CheckFailed("'vscale_range' minimum must be greater than 0", V); in verifyFunctionAttrs()
2114 CheckFailed("'vscale_range' minimum cannot be greater than maximum", V); in verifyFunctionAttrs()
2120 CheckFailed("invalid value for 'frame-pointer' attribute: " + FP, V); in verifyFunctionAttrs()
4478 CheckFailed("!prof branch_weights are not allowed for this instruction", in visitProfMetadata()
4637 CheckFailed("Use of instruction is not an instruction!", U); in visitInstruction()
6287 template <typename... Tys> void TBAAVerifier::CheckFailed(Tys &&... Args) { in CheckFailed() function in TBAAVerifier
6289 return Diagnostic->CheckFailed(Args...); in CheckFailed()
6295 CheckFailed(__VA_ARGS__); \
6307 CheckFailed("Base nodes must have at least two operands", &I, BaseNode); in verifyTBAABaseNode()
6336 CheckFailed("Access tag nodes must have the number of operands that is a " in verifyTBAABaseNodeImpl()
6342 CheckFailed("Struct tag nodes must have an odd number of operands!", in verifyTBAABaseNodeImpl()
6353 CheckFailed("Type size nodes must be constants!", &I, BaseNode); in verifyTBAABaseNodeImpl()
6360 CheckFailed("Struct tag nodes have a string as their first operand", in verifyTBAABaseNodeImpl()
6379 CheckFailed("Incorrect field entry in struct type node!", &I, BaseNode); in verifyTBAABaseNodeImpl()
6387 CheckFailed("Offset entries must be constants!", &I, BaseNode); in verifyTBAABaseNodeImpl()
6396 CheckFailed( in verifyTBAABaseNodeImpl()
6412 CheckFailed("Offsets must be increasing!", &I, BaseNode); in verifyTBAABaseNodeImpl()
6422 CheckFailed("Member size entries must be constants!", &I, BaseNode); in verifyTBAABaseNodeImpl()
6494 CheckFailed("Could not find TBAA parent in struct type node", &I, in getFieldNodeFromTBAABaseNode()
6593 CheckFailed("Cycle detected in struct path", &I, MD); in visitTBAAMetadata()