OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MoveChildMatcher
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp
42
if (
MoveChildMatcher
*MC = dyn_cast<
MoveChildMatcher
>(N)) {
77
if (
MoveChildMatcher
*MC = dyn_cast<
MoveChildMatcher
>(N))
DAGISelMatcher.h
320
///
MoveChildMatcher
- This tells the interpreter to move into the
322
class
MoveChildMatcher
: public Matcher {
325
MoveChildMatcher
(unsigned childNo) : Matcher(MoveChild), ChildNo(childNo) {}
336
return cast<
MoveChildMatcher
>(M)->getChildNo() == getChildNo();
DAGISelMatcher.cpp
142
void
MoveChildMatcher
::printImpl(raw_ostream &OS, unsigned indent) const {
DAGISelMatcherGen.cpp
363
AddMatcher(new
MoveChildMatcher
(0));
462
AddMatcher(new
MoveChildMatcher
(OpNo));
DAGISelMatcherEmitter.cpp
450
const auto *MCM = cast<
MoveChildMatcher
>(N);
Completed in 19 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026