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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1772 MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTList, argument
1793 SDNode *Res = CurDAG->MorphNodeTo(Node, ~TargetOpc, VTList, Ops, NumOps);
2530 uint16_t TargetOpc = MatcherTable[MatcherIndex++];
2531 TargetOpc |= (unsigned short)MatcherTable[MatcherIndex++] << 8;
2598 Res = CurDAG->getMachineNode(TargetOpc, NodeToMatch->getDebugLoc(),
2609 Res = MorphNode(NodeToMatch, TargetOpc, VTList, Ops.data(), Ops.size(),
2631 const MCInstrDesc &MCID = TM.getInstrInfo()->get(TargetOpc);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2407 MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTList, argument
2428 SDNode *Res = CurDAG->MorphNodeTo(Node, ~TargetOpc, VTList, Ops);
3296 uint16_t TargetOpc = MatcherTable[MatcherIndex++];
3297 TargetOpc |= (unsigned short)MatcherTable[MatcherIndex++] << 8;
3375 Res = CurDAG->getMachineNode(TargetOpc, SDLoc(NodeToMatch),
3395 Res = MorphNode(NodeToMatch, TargetOpc, VTList, Ops, EmitNodeInfo);
3416 const MCInstrDesc &MCID = TII->get(TargetOpc);
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp2310 unsigned TargetOpc,
2322 MIB = BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(TargetOpc),
2309 X86SelectFPExtOrFPTrunc(const Instruction *I, unsigned TargetOpc, const TargetRegisterClass *RC) argument

Completed in 466 milliseconds