Searched refs:MorphNodeTo (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DDAGISelMatcher.h84 MorphNodeTo // Build a node, finish a match and update results. enumerator in enum:llvm::Matcher::KindTy
954 /// MorphNodeTo.
972 : Matcher(isMorphNodeTo ? MorphNodeTo : EmitNode), OpcodeName(opcodeName),
1002 return N->getKind() == EmitNode || N->getKind() == MorphNodeTo;
1054 return N->getKind() == MorphNodeTo;
H A DDAGISelMatcherEmitter.cpp497 case Matcher::MorphNodeTo: {
775 case Matcher::MorphNodeTo: OS << "OPC_MorphNodeTo"; break;
/freebsd-10.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp581 Node = CurDAG->MorphNodeTo(Node, ISD::ATOMIC_LOAD_ADD,
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp155 DAG->MorphNodeTo(N, N->getOpcode(), VTList, &Ops[0], Ops.size());
H A DSelectionDAGISel.cpp1665 // MorphNodeTo.
1895 // It is possible we're using MorphNodeTo to replace a node with no
1914 SDNode *Res = CurDAG->MorphNodeTo(Node, ~TargetOpc, VTList, Ops, NumOps);
1916 // MorphNodeTo can operate in two ways: if an existing node with the
2804 // If this was a MorphNodeTo then we're completely done!
H A DSelectionDAG.cpp5024 // Unlike the code in MorphNodeTo that does this, we don't need to
5032 /// SelectNodeTo - These are wrappers around MorphNodeTo that accept a
5135 N = MorphNodeTo(N, ~MachineOpc, VTs, Ops, NumOps);
5155 /// MorphNodeTo - This *mutates* the specified node to have the specified
5158 /// Note that MorphNodeTo returns the resultant node. If there is already a
5162 /// Using MorphNodeTo is faster than creating a new node and swapping it in
5167 SDNode *SelectionDAG::MorphNodeTo(SDNode *N, unsigned Opc, function in class:SelectionDAG
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DSIISelLowering.cpp313 DAG.MorphNodeTo(BR, ISD::BR, BR->getVTList(), Ops, 2);
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h796 /// MorphNodeTo - This *mutates* the specified node to have the specified
798 SDNode *MorphNodeTo(SDNode *N, unsigned Opc, SDVTList VTs,

Completed in 211 milliseconds