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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.h124 void EmitPatchedInstruction(const MachineInstr *MI, unsigned TargetOpc);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h323 SDNode *MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTList,
H A DSelectionDAG.h1412 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT1,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2412 MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTList, argument
2433 SDNode *Res = CurDAG->MorphNodeTo(Node, ~TargetOpc, VTList, Ops);
3384 uint16_t TargetOpc = MatcherTable[MatcherIndex++];
3385 TargetOpc |= (unsigned short)MatcherTable[MatcherIndex++] << 8;
3474 Res = CurDAG->getMachineNode(TargetOpc, SDLoc(NodeToMatch),
3494 Res = cast<MachineSDNode>(MorphNode(NodeToMatch, TargetOpc, VTList,
3524 const MCInstrDesc &MCID = TII->get(TargetOpc);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp2462 unsigned TargetOpc,
2483 MIB = BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(TargetOpc),
2461 X86SelectFPExtOrFPTrunc(const Instruction *I, unsigned TargetOpc, const TargetRegisterClass *RC) argument

Completed in 130 milliseconds