Home
last modified time | relevance | path

Searched refs:ValidateOnExit (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp372 ValidateOnExit _1(Out, *this); in MergeInTypeInfo()
389 ValidateOnExit _1(Out, *this); in forceArbitrary()
408 ValidateOnExit _1(Out, *this); in EnforceInteger()
418 ValidateOnExit _1(Out, *this); in EnforceFloatingPoint()
428 ValidateOnExit _1(Out, *this); in EnforceScalar()
438 ValidateOnExit _1(Out, *this); in EnforceVector()
448 ValidateOnExit _1(Out, *this); in EnforceAny()
727 ValidateOnExit _1(V, *this), _2(W, *this); in EnforceSameNumElts()
780 ValidateOnExit _1(A, *this), _2(B, *this); in EnforceSameSize()
815 ValidateOnExit _1(VTS, *this); in expandOverloads()
[all …]
H A DCodeGenDAGPatterns.h339 struct ValidateOnExit { struct
340 ValidateOnExit(TypeSetByHwMode &T, TypeInfer &TI) : Infer(TI), VTS(T) {} in ValidateOnExit() function
342 ~ValidateOnExit();
344 ~ValidateOnExit() {} // Empty destructor with NDEBUG. in ~ValidateOnExit() argument