Lines Matching refs:CheckFailed
241 void CheckFailed(const Twine &Message) { in CheckFailed() function
252 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &... Vs) { in CheckFailed() function
253 CheckFailed(Message); in CheckFailed()
583 do { if (!(C)) { CheckFailed(__VA_ARGS__); return; } } while (false)
647 CheckFailed("Global is referenced by parentless instruction!", &GV, &M, in visitGlobalValue()
650 CheckFailed("Global is referenced in a different module!", &GV, &M, I, in visitGlobalValue()
656 CheckFailed("Global is used by function in a different module", &GV, &M, in visitGlobalValue()
1525 CheckFailed("invalid requirement on flag, flag is not present in module", in visitModuleFlags()
1531 CheckFailed(("invalid requirement on flag, " in visitModuleFlags()
1666 CheckFailed("invalid value for '" #DISPLAY_NAME "' attribute: " + V + \ in verifyAttributeTypes()
1675 CheckFailed("Attribute '" + A.getAsString() + "' should have an Argument", in verifyAttributeTypes()
1764 CheckFailed("Attribute '" + Attr.getAsString() + in verifyParameterAttrs()
1832 CheckFailed("\"" + Attr + "\" takes an unsigned integer: " + S, V); in checkUnsignedBaseTenFuncAttr()
1991 CheckFailed("'allocsize' " + Name + " argument is out of bounds", V); in verifyFunctionAttrs()
1996 CheckFailed("'allocsize' " + Name + in verifyFunctionAttrs()
2017 CheckFailed("'vscale_range' minimum cannot be greater than maximum", V); in verifyFunctionAttrs()
2024 CheckFailed("invalid value for 'frame-pointer' attribute: " + FP, V); in verifyFunctionAttrs()
4327 CheckFailed("!prof branch_weights are not allowed for this instruction", in visitProfMetadata()
4387 CheckFailed("Use of instruction is not an instruction!", U); in visitInstruction()
5806 template <typename... Tys> void TBAAVerifier::CheckFailed(Tys &&... Args) { in CheckFailed() function in TBAAVerifier
5808 return Diagnostic->CheckFailed(Args...); in CheckFailed()
5814 CheckFailed(__VA_ARGS__); \
5826 CheckFailed("Base nodes must have at least two operands", &I, BaseNode); in verifyTBAABaseNode()
5855 CheckFailed("Access tag nodes must have the number of operands that is a " in verifyTBAABaseNodeImpl()
5861 CheckFailed("Struct tag nodes must have an odd number of operands!", in verifyTBAABaseNodeImpl()
5872 CheckFailed("Type size nodes must be constants!", &I, BaseNode); in verifyTBAABaseNodeImpl()
5879 CheckFailed("Struct tag nodes have a string as their first operand", in verifyTBAABaseNodeImpl()
5898 CheckFailed("Incorrect field entry in struct type node!", &I, BaseNode); in verifyTBAABaseNodeImpl()
5906 CheckFailed("Offset entries must be constants!", &I, BaseNode); in verifyTBAABaseNodeImpl()
5915 CheckFailed( in verifyTBAABaseNodeImpl()
5931 CheckFailed("Offsets must be increasing!", &I, BaseNode); in verifyTBAABaseNodeImpl()
5941 CheckFailed("Member size entries must be constants!", &I, BaseNode); in verifyTBAABaseNodeImpl()
6013 CheckFailed("Could not find TBAA parent in struct type node", &I, in getFieldNodeFromTBAABaseNode()
6116 CheckFailed("Cycle detected in struct path", &I, MD); in visitTBAAMetadata()