Searched defs:MorphNodeTo (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h86 MorphNodeTo // Build a node, finish a match and update results. enumerator in enum:llvm::Matcher::KindTy
1014 /// MorphNodeTo.
1032 : Matcher(isMorphNodeTo ? MorphNodeTo : EmitNode), OpcodeName(opcodeName),
1062 return N->getKind() == EmitNode || N->getKind() == MorphNodeTo;
1114 return N->getKind() == MorphNodeTo;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5323 // Unlike the code in MorphNodeTo that does this, we don't need to
5331 /// SelectNodeTo - These are wrappers around MorphNodeTo that accept a
5431 N = MorphNodeTo(N, ~MachineOpc, VTs, Ops);
5455 /// MorphNodeTo - This *mutates* the specified node to have the specified
5458 /// Note that MorphNodeTo returns the resultant node. If there is already a
5462 /// Using MorphNodeTo is faster than creating a new node and swapping it in
5467 SDNode *SelectionDAG::MorphNodeTo(SDNode *N, unsigned Opc, function in class:SelectionDAG

Completed in 491 milliseconds