Home
last modified time | relevance | path

Searched refs:TargetOpc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMAsmPrinter.h124 void EmitPatchedInstruction(const MachineInstr *MI, unsigned TargetOpc);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h324 SDNode *MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTList,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2466 MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTList, in MorphNode() argument
2487 SDNode *Res = CurDAG->MorphNodeTo(Node, ~TargetOpc, VTList, Ops); in MorphNode()
3455 uint16_t TargetOpc = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local
3456 TargetOpc |= (unsigned short)MatcherTable[MatcherIndex++] << 8; in SelectCodeCommon()
3545 Res = CurDAG->getMachineNode(TargetOpc, SDLoc(NodeToMatch), in SelectCodeCommon()
3565 Res = cast<MachineSDNode>(MorphNode(NodeToMatch, TargetOpc, VTList, in SelectCodeCommon()
3595 const MCInstrDesc &MCID = TII->get(TargetOpc); in SelectCodeCommon()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp2460 unsigned TargetOpc, in X86SelectFPExtOrFPTrunc() argument
2481 MIB = BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(TargetOpc), in X86SelectFPExtOrFPTrunc()