Home
last modified time | relevance | path

Searched refs:ValidateOnExit (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp341 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()
456 ValidateOnExit _1(Small, *this), _2(Big, *this); in EnforceSmallerThan()
566 ValidateOnExit _1(Vec, *this), _2(Elem, *this); in EnforceVectorEltTypeIs()
609 ValidateOnExit _1(Vec, *this), _2(Tmp, *this); in EnforceVectorEltTypeIs()
[all …]
H A DCodeGenDAGPatterns.h334 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