Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp328 ValidateOnExit _1(Out, *this); in MergeInTypeInfo()
345 ValidateOnExit _1(Out, *this); in forceArbitrary()
364 ValidateOnExit _1(Out, *this); in EnforceInteger()
374 ValidateOnExit _1(Out, *this); in EnforceFloatingPoint()
384 ValidateOnExit _1(Out, *this); in EnforceScalar()
394 ValidateOnExit _1(Out, *this); in EnforceVector()
404 ValidateOnExit _1(Out, *this); in EnforceAny()
443 ValidateOnExit _1(Small, *this), _2(Big, *this); in EnforceSmallerThan()
548 ValidateOnExit _1(Vec, *this), _2(Elem, *this); in EnforceVectorEltTypeIs()
589 ValidateOnExit _1(Vec, *this), _2(Tmp, *this); in EnforceVectorEltTypeIs()
[all …]
DCodeGenDAGPatterns.h325 struct ValidateOnExit { struct
326 ValidateOnExit(TypeSetByHwMode &T, TypeInfer &TI) : Infer(TI), VTS(T) {} in ValidateOnExit() function
328 ~ValidateOnExit();
330 ~ValidateOnExit() {} // Empty destructor with NDEBUG. in ~ValidateOnExit() argument