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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2161 MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTList, argument
2182 SDNode *Res = CurDAG->MorphNodeTo(Node, ~TargetOpc, VTList, Ops);
2974 uint16_t TargetOpc = MatcherTable[MatcherIndex++];
2975 TargetOpc |= (unsigned short)MatcherTable[MatcherIndex++] << 8;
3042 Res = CurDAG->getMachineNode(TargetOpc, SDLoc(NodeToMatch),
3053 Res = MorphNode(NodeToMatch, TargetOpc, VTList, Ops, EmitNodeInfo);
3079 const MCInstrDesc &MCID = TM.getInstrInfo()->get(TargetOpc);

Completed in 68 milliseconds