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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2272 MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTList, argument
2293 SDNode *Res = CurDAG->MorphNodeTo(Node, ~TargetOpc, VTList, Ops);
3139 uint16_t TargetOpc = MatcherTable[MatcherIndex++];
3140 TargetOpc |= (unsigned short)MatcherTable[MatcherIndex++] << 8;
3208 Res = CurDAG->getMachineNode(TargetOpc, SDLoc(NodeToMatch),
3219 Res = MorphNode(NodeToMatch, TargetOpc, VTList, Ops, EmitNodeInfo);
3245 const MCInstrDesc &MCID = TII->get(TargetOpc);
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp2137 unsigned TargetOpc,
2149 MIB = BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(TargetOpc),
2136 X86SelectFPExtOrFPTrunc(const Instruction *I, unsigned TargetOpc, const TargetRegisterClass *RC) argument

Completed in 163 milliseconds