Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h252 RecordMatcher(const std::string &whatfor, unsigned resultNo) in RecordMatcher() argument
253 : Matcher(RecordNode), WhatFor(whatfor), ResultNo(resultNo) {} in RecordMatcher()
280 RecordChildMatcher(unsigned childno, const std::string &whatfor, in RecordChildMatcher() argument
282 : Matcher(RecordChild), ChildNo(childno), WhatFor(whatfor), in RecordChildMatcher()