/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAG.h | 722 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 …]
|
D | SelectionDAGISel.h | 278 SDNode *MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTs,
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 1015 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 …]
|
D | SelectionDAGISel.h | 270 SDNode *MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTs,
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMAsmPrinter.h | 88 void EmitPatchedInstruction(const MachineInstr *MI, unsigned TargetOpc);
|
/external/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.h | 103 void EmitPatchedInstruction(const MachineInstr *MI, unsigned TargetOpc);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.h | 126 void EmitPatchedInstruction(const MachineInstr *MI, unsigned TargetOpc);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGISel.h | 302 SDNode *MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTList,
|
D | SelectionDAG.h | 1179 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT1,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 1772 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/ |
D | SelectionDAGISel.cpp | 2407 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/ |
D | SelectionDAGISel.cpp | 2550 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/ |
D | X86FastISel.cpp | 2310 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/ |
D | X86FastISel.cpp | 2483 unsigned TargetOpc, in X86SelectFPExtOrFPTrunc() argument 2503 MIB = BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(TargetOpc), in X86SelectFPExtOrFPTrunc()
|