Searched refs:ValidateOnExit (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenDAGPatterns.cpp | 363 ValidateOnExit _1(Out, *this); in MergeInTypeInfo() 380 ValidateOnExit _1(Out, *this); in forceArbitrary() 399 ValidateOnExit _1(Out, *this); in EnforceInteger() 409 ValidateOnExit _1(Out, *this); in EnforceFloatingPoint() 419 ValidateOnExit _1(Out, *this); in EnforceScalar() 429 ValidateOnExit _1(Out, *this); in EnforceVector() 439 ValidateOnExit _1(Out, *this); in EnforceAny() 478 ValidateOnExit _1(Small, *this), _2(Big, *this); in EnforceSmallerThan() 598 ValidateOnExit _1(Vec, *this), _2(Elem, *this); in EnforceVectorEltTypeIs() 641 ValidateOnExit _1(Vec, *this), _2(Tmp, *this); in EnforceVectorEltTypeIs() [all …]
|
| H A D | CodeGenDAGPatterns.h | 323 struct ValidateOnExit { struct 324 ValidateOnExit(const TypeSetByHwMode &T, const TypeInfer &TI) in ValidateOnExit() function 326 ~ValidateOnExit();
|