Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAG.h722 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT);
723 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT, SDValue Op1);
724 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT,
726 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT,
728 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT,
730 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT1, EVT VT2);
731 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT1,
733 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT1,
738 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT1,
740 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT1,
[all …]
DSelectionDAGISel.h278 SDNode *MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTs,
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h1015 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT);
1016 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT, SDValue Op1);
1017 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT,
1019 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT,
1021 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT,
1023 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT1, EVT VT2);
1024 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT1,
1026 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT1,
1030 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT1,
1032 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT1,
[all …]
DSelectionDAGISel.h270 SDNode *MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTs,
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMAsmPrinter.h88 void EmitPatchedInstruction(const MachineInstr *MI, unsigned TargetOpc);
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.h103 void EmitPatchedInstruction(const MachineInstr *MI, unsigned TargetOpc);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMAsmPrinter.h126 void EmitPatchedInstruction(const MachineInstr *MI, unsigned TargetOpc);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGISel.h302 SDNode *MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTList,
DSelectionDAG.h1179 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT1,
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1772 MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTList, in MorphNode() argument
1793 SDNode *Res = CurDAG->MorphNodeTo(Node, ~TargetOpc, VTList, Ops, NumOps); in MorphNode()
2530 uint16_t TargetOpc = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local
2531 TargetOpc |= (unsigned short)MatcherTable[MatcherIndex++] << 8; in SelectCodeCommon()
2598 Res = CurDAG->getMachineNode(TargetOpc, NodeToMatch->getDebugLoc(), in SelectCodeCommon()
2609 Res = MorphNode(NodeToMatch, TargetOpc, VTList, Ops.data(), Ops.size(), in SelectCodeCommon()
2631 const MCInstrDesc &MCID = TM.getInstrInfo()->get(TargetOpc); in SelectCodeCommon()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2407 MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTList, in MorphNode() argument
2428 SDNode *Res = CurDAG->MorphNodeTo(Node, ~TargetOpc, VTList, Ops); in MorphNode()
3296 uint16_t TargetOpc = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local
3297 TargetOpc |= (unsigned short)MatcherTable[MatcherIndex++] << 8; in SelectCodeCommon()
3375 Res = CurDAG->getMachineNode(TargetOpc, SDLoc(NodeToMatch), in SelectCodeCommon()
3395 Res = MorphNode(NodeToMatch, TargetOpc, VTList, Ops, EmitNodeInfo); in SelectCodeCommon()
3416 const MCInstrDesc &MCID = TII->get(TargetOpc); in SelectCodeCommon()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2550 MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTList, in MorphNode() argument
2571 SDNode *Res = CurDAG->MorphNodeTo(Node, ~TargetOpc, VTList, Ops); in MorphNode()
3476 uint16_t TargetOpc = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local
3477 TargetOpc |= (unsigned short)MatcherTable[MatcherIndex++] << 8; in SelectCodeCommon()
3555 Res = CurDAG->getMachineNode(TargetOpc, SDLoc(NodeToMatch), in SelectCodeCommon()
3575 Res = cast<MachineSDNode>(MorphNode(NodeToMatch, TargetOpc, VTList, in SelectCodeCommon()
3597 const MCInstrDesc &MCID = TII->get(TargetOpc); in SelectCodeCommon()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp2310 unsigned TargetOpc, in X86SelectFPExtOrFPTrunc() argument
2322 MIB = BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(TargetOpc), in X86SelectFPExtOrFPTrunc()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FastISel.cpp2483 unsigned TargetOpc, in X86SelectFPExtOrFPTrunc() argument
2503 MIB = BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(TargetOpc), in X86SelectFPExtOrFPTrunc()