Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDAGISelMatcher.h241 RecordMatcher(const std::string &whatfor, unsigned resultNo) in RecordMatcher() argument
242 : Matcher(RecordNode), WhatFor(whatfor), ResultNo(resultNo) {} in RecordMatcher()
270 RecordChildMatcher(unsigned childno, const std::string &whatfor, in RecordChildMatcher() argument
272 : Matcher(RecordChild), ChildNo(childno), WhatFor(whatfor), in RecordChildMatcher()