Lines Matching refs:CheckFailed

260   void CheckFailed(const Twine &Message) {  in CheckFailed()  function
271 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &... Vs) { in CheckFailed() function
272 CheckFailed(Message); in CheckFailed()
413 this->CheckFailed(Message); in verify()
637 CheckFailed(__VA_ARGS__); \
755 CheckFailed("Global is referenced by parentless instruction!", &GV, &M, in visitGlobalValue()
758 CheckFailed("Global is referenced in a different module!", &GV, &M, I, in visitGlobalValue()
764 CheckFailed("Global is used by function in a different module", &GV, &M, in visitGlobalValue()
1692 CheckFailed("invalid requirement on flag, flag is not present in module", in visitModuleFlags()
1698 CheckFailed(("invalid requirement on flag, " in visitModuleFlags()
1841 CheckFailed("invalid value for '" #DISPLAY_NAME "' attribute: " + V + \ in verifyAttributeTypes()
1850 CheckFailed("Attribute '" + A.getAsString() + "' should have an Argument", in verifyAttributeTypes()
1946 CheckFailed("Attribute '" + Attr.getAsString() + in verifyParameterAttrs()
1996 CheckFailed("\"" + Attr + "\" takes an unsigned integer: " + S, V); in checkUnsignedBaseTenFuncAttr()
2188 CheckFailed("'allocsize' " + Name + " argument is out of bounds", V); in verifyFunctionAttrs()
2193 CheckFailed("'allocsize' " + Name + in verifyFunctionAttrs()
2216 CheckFailed( in verifyFunctionAttrs()
2221 CheckFailed("'allockind(\"free\")' doesn't allow uninitialized, zeroed, " in verifyFunctionAttrs()
2225 CheckFailed("'allockind()' can't be both zeroed and uninitialized"); in verifyFunctionAttrs()
2231 CheckFailed("'vscale_range' minimum must be greater than 0", V); in verifyFunctionAttrs()
2233 CheckFailed("'vscale_range' minimum must be power-of-two value", V); in verifyFunctionAttrs()
2236 CheckFailed("'vscale_range' minimum cannot be greater than maximum", V); in verifyFunctionAttrs()
2238 CheckFailed("'vscale_range' maximum must be power-of-two value", V); in verifyFunctionAttrs()
2244 CheckFailed("invalid value for 'frame-pointer' attribute: " + FP, V); in verifyFunctionAttrs()
2262 CheckFailed("invalid value for 'sign-return-address' attribute: " + S, V); in verifyFunctionAttrs()
2268 CheckFailed("invalid value for 'sign-return-address-key' attribute: " + S, in verifyFunctionAttrs()
2275 CheckFailed( in verifyFunctionAttrs()
2283 CheckFailed("invalid name for a VFABI variant: " + S, V); in verifyFunctionAttrs()
4714 CheckFailed("!prof branch_weights are not allowed for this instruction", in visitProfMetadata()
4907 CheckFailed("Use of instruction is not an instruction!", U); in visitInstruction()
5998 CheckFailed("Intrinsic in block must have 1 unique predecessor", &Call); in visitIntrinsicCall()
6002 CheckFailed("Intrinsic must have corresponding callbr in predecessor", in visitIntrinsicCall()
6026 CheckFailed("Intrinsic can only be used from functions with the " in visitIntrinsicCall()
6046 CheckFailed("Intrinsic can only be used from functions with the " in visitIntrinsicCall()
6793 template <typename... Tys> void TBAAVerifier::CheckFailed(Tys &&... Args) { in CheckFailed() function in TBAAVerifier
6795 return Diagnostic->CheckFailed(Args...); in CheckFailed()
6801 CheckFailed(__VA_ARGS__); \
6813 CheckFailed("Base nodes must have at least two operands", &I, BaseNode); in verifyTBAABaseNode()
6842 CheckFailed("Access tag nodes must have the number of operands that is a " in verifyTBAABaseNodeImpl()
6848 CheckFailed("Struct tag nodes must have an odd number of operands!", in verifyTBAABaseNodeImpl()
6859 CheckFailed("Type size nodes must be constants!", &I, BaseNode); in verifyTBAABaseNodeImpl()
6866 CheckFailed("Struct tag nodes have a string as their first operand", in verifyTBAABaseNodeImpl()
6885 CheckFailed("Incorrect field entry in struct type node!", &I, BaseNode); in verifyTBAABaseNodeImpl()
6893 CheckFailed("Offset entries must be constants!", &I, BaseNode); in verifyTBAABaseNodeImpl()
6902 CheckFailed( in verifyTBAABaseNodeImpl()
6918 CheckFailed("Offsets must be increasing!", &I, BaseNode); in verifyTBAABaseNodeImpl()
6928 CheckFailed("Member size entries must be constants!", &I, BaseNode); in verifyTBAABaseNodeImpl()
7000 CheckFailed("Could not find TBAA parent in struct type node", &I, in getFieldNodeFromTBAABaseNode()
7102 CheckFailed("Cycle detected in struct path", &I, MD); in visitTBAAMetadata()