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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1925 MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTList, argument
1946 SDNode *Res = CurDAG->MorphNodeTo(Node, ~TargetOpc, VTList, Ops, NumOps);
2684 uint16_t TargetOpc = MatcherTable[MatcherIndex++];
2685 TargetOpc |= (unsigned short)MatcherTable[MatcherIndex++] << 8;
2752 Res = CurDAG->getMachineNode(TargetOpc, NodeToMatch->getDebugLoc(),
2763 Res = MorphNode(NodeToMatch, TargetOpc, VTList, Ops.data(), Ops.size(),
2785 const MCInstrDesc &MCID = TM.getInstrInfo()->get(TargetOpc);

Completed in 46 milliseconds