Searched refs:ValidateOnExit (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.cpp | 341 ValidateOnExit _1(Out, *this); in MergeInTypeInfo() 358 ValidateOnExit _1(Out, *this); in forceArbitrary() 377 ValidateOnExit _1(Out, *this); in EnforceInteger() 387 ValidateOnExit _1(Out, *this); in EnforceFloatingPoint() 397 ValidateOnExit _1(Out, *this); in EnforceScalar() 407 ValidateOnExit _1(Out, *this); in EnforceVector() 417 ValidateOnExit _1(Out, *this); in EnforceAny() 686 ValidateOnExit _1(V, *this), _2(W, *this); in EnforceSameNumElts() 739 ValidateOnExit _1(A, *this), _2(B, *this); in EnforceSameSize() 774 ValidateOnExit _1(VTS, *this); in expandOverloads() [all …]
|
| H A D | CodeGenDAGPatterns.h | 334 struct ValidateOnExit { struct 335 ValidateOnExit(TypeSetByHwMode &T, TypeInfer &TI) : Infer(TI), VTS(T) {} in ValidateOnExit() function 337 ~ValidateOnExit(); 339 ~ValidateOnExit() {} // Empty destructor with NDEBUG. in ~ValidateOnExit() argument
|