Searched refs:ValidateOnExit (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.cpp | 372 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() 487 ValidateOnExit _1(Small, *this), _2(Big, *this); in EnforceSmallerThan() 607 ValidateOnExit _1(Vec, *this), _2(Elem, *this); in EnforceVectorEltTypeIs() 650 ValidateOnExit _1(Vec, *this), _2(Tmp, *this); in EnforceVectorEltTypeIs() [all …]
|
| H A D | CodeGenDAGPatterns.h | 339 struct ValidateOnExit { struct 340 ValidateOnExit(TypeSetByHwMode &T, TypeInfer &TI) : Infer(TI), VTS(T) {} in ValidateOnExit() argument 342 ~ValidateOnExit(); 344 ~ValidateOnExit() {} // Empty destructor with NDEBUG. in ~ValidateOnExit() argument
|