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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2292 MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTList, argument
2313 SDNode *Res = CurDAG->MorphNodeTo(Node, ~TargetOpc, VTList, Ops);
3148 uint16_t TargetOpc = MatcherTable[MatcherIndex++];
3149 TargetOpc |= (unsigned short)MatcherTable[MatcherIndex++] << 8;
3217 Res = CurDAG->getMachineNode(TargetOpc, SDLoc(NodeToMatch),
3228 Res = MorphNode(NodeToMatch, TargetOpc, VTList, Ops, EmitNodeInfo);
3254 const MCInstrDesc &MCID = TII->get(TargetOpc);
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp2106 unsigned TargetOpc,
2118 MIB = BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(TargetOpc),
2105 X86SelectFPExtOrFPTrunc(const Instruction *I, unsigned TargetOpc, const TargetRegisterClass *RC) argument

Completed in 139 milliseconds