Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp346 ValidateOnExit _1(Out, *this); in MergeInTypeInfo()
363 ValidateOnExit _1(Out, *this); in forceArbitrary()
382 ValidateOnExit _1(Out, *this); in EnforceInteger()
392 ValidateOnExit _1(Out, *this); in EnforceFloatingPoint()
402 ValidateOnExit _1(Out, *this); in EnforceScalar()
412 ValidateOnExit _1(Out, *this); in EnforceVector()
422 ValidateOnExit _1(Out, *this); in EnforceAny()
461 ValidateOnExit _1(Small, *this), _2(Big, *this); in EnforceSmallerThan()
570 ValidateOnExit _1(Vec, *this), _2(Elem, *this); in EnforceVectorEltTypeIs()
611 ValidateOnExit _1(Vec, *this), _2(Tmp, *this); in EnforceVectorEltTypeIs()
[all …]
DCodeGenDAGPatterns.h336 struct ValidateOnExit { struct
337 ValidateOnExit(TypeSetByHwMode &T, TypeInfer &TI) : Infer(TI), VTS(T) {} in ValidateOnExit() argument
339 ~ValidateOnExit();
341 ~ValidateOnExit() {} // Empty destructor with NDEBUG. in ~ValidateOnExit() argument