Searched refs:ValidateOnExit (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.cpp | 370 ValidateOnExit _1(Out, *this); in MergeInTypeInfo() 387 ValidateOnExit _1(Out, *this); in forceArbitrary() 406 ValidateOnExit _1(Out, *this); in EnforceInteger() 416 ValidateOnExit _1(Out, *this); in EnforceFloatingPoint() 426 ValidateOnExit _1(Out, *this); in EnforceScalar() 436 ValidateOnExit _1(Out, *this); in EnforceVector() 446 ValidateOnExit _1(Out, *this); in EnforceAny() 725 ValidateOnExit _1(V, *this), _2(W, *this); in EnforceSameNumElts() 776 ValidateOnExit _1(A, *this), _2(B, *this); in EnforceSameSize() 811 ValidateOnExit _1(VTS, *this); in expandOverloads() [all …]
|
| H A D | CodeGenDAGPatterns.h | 337 struct ValidateOnExit { struct 338 ValidateOnExit(const TypeSetByHwMode &T, const TypeInfer &TI) in ValidateOnExit() argument 340 ~ValidateOnExit();
|