Searched refs:ValidateOnExit (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.cpp | 340 ValidateOnExit _1(Out, *this); in MergeInTypeInfo() 357 ValidateOnExit _1(Out, *this); in forceArbitrary() 376 ValidateOnExit _1(Out, *this); in EnforceInteger() 386 ValidateOnExit _1(Out, *this); in EnforceFloatingPoint() 396 ValidateOnExit _1(Out, *this); in EnforceScalar() 406 ValidateOnExit _1(Out, *this); in EnforceVector() 416 ValidateOnExit _1(Out, *this); in EnforceAny() 676 ValidateOnExit _1(V, *this), _2(W, *this); in EnforceSameNumElts() 714 ValidateOnExit _1(A, *this), _2(B, *this); in EnforceSameSize() 745 ValidateOnExit _1(VTS, *this); in expandOverloads() [all …]
|
| H A D | CodeGenDAGPatterns.h | 327 struct ValidateOnExit { struct 328 ValidateOnExit(TypeSetByHwMode &T, TypeInfer &TI) : Infer(TI), VTS(T) {} in ValidateOnExit() argument 330 ~ValidateOnExit(); 332 ~ValidateOnExit() {} // Empty destructor with NDEBUG. in ~ValidateOnExit() argument
|