OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckComplexPatMatcher
(Results
1 - 4
of
4
) sorted by null
/external/llvm/utils/TableGen/
DAGISelMatcher.h
655
///
CheckComplexPatMatcher
- This node runs the specified ComplexPattern on
657
class
CheckComplexPatMatcher
: public Matcher {
671
CheckComplexPatMatcher
(const ComplexPattern &pattern, unsigned matchnumber,
692
return &cast<
CheckComplexPatMatcher
>(M)->Pattern == &Pattern &&
693
cast<
CheckComplexPatMatcher
>(M)->MatchNumber == MatchNumber;
[
all
...]
DAGISelMatcher.cpp
192
void
CheckComplexPatMatcher
::printImpl(raw_ostream &OS, unsigned indent) const {
DAGISelMatcherEmitter.cpp
383
const
CheckComplexPatMatcher
*CCPM = cast<
CheckComplexPatMatcher
>(N);
DAGISelMatcherGen.cpp
513
AddMatcher(new
CheckComplexPatMatcher
(CP, RecNodeEntry,
[
all
...]
Completed in 27 milliseconds