HomeSort by: relevance | last modified time | path
    Searched defs:ValidateOnExit (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenDAGPatterns.h 334 struct ValidateOnExit {
335 ValidateOnExit(TypeSetByHwMode &T, TypeInfer &TI) : Infer(TI), VTS(T) {}
337 ~ValidateOnExit();
339 ~ValidateOnExit() {} // Empty destructor with NDEBUG.
CodeGenDAGPatterns.cpp 341 ValidateOnExit _1(Out, *this);
358 ValidateOnExit _1(Out, *this);
377 ValidateOnExit _1(Out, *this);
387 ValidateOnExit _1(Out, *this);
397 ValidateOnExit _1(Out, *this);
407 ValidateOnExit _1(Out, *this);
417 ValidateOnExit _1(Out, *this);
456 ValidateOnExit _1(Small, *this), _2(Big, *this);
566 ValidateOnExit _1(Vec, *this), _2(Elem, *this);
609 ValidateOnExit _1(Vec, *this), _2(Tmp, *this)
    [all...]

Completed in 17 milliseconds