/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 58 static SDVTList makeVTList(const EVT *VTs, unsigned NumVTs) { in makeVTList() argument 59 SDVTList Res = {VTs, NumVTs}; in makeVTList() 4036 const EVT *VTs, unsigned NumVTs, in getMemIntrinsicNode() argument 4041 return getMemIntrinsicNode(Opcode, dl, makeVTList(VTs, NumVTs), Ops, NumOps, in getMemIntrinsicNode() 4082 if (VTList.VTs[VTList.NumVTs-1] != MVT::Glue) { in getMemIntrinsicNode() 4477 const EVT *VTs, unsigned NumVTs, in getNode() argument 4479 if (NumVTs == 1) in getNode() 4481 return getNode(Opcode, DL, makeVTList(VTs, NumVTs), Ops, NumOps); in getNode() 4486 if (VTList.NumVTs == 1) in getNode() 4514 if (VTList.VTs[VTList.NumVTs-1] != MVT::Glue) { in getNode() [all …]
|
D | SelectionDAGISel.cpp | 2534 unsigned NumVTs = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local 2536 for (unsigned i = 0; i != NumVTs; ++i) { in SelectCodeCommon()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAG.h | 320 SDVTList getVTList(const EVT *VTs, unsigned NumVTs); 526 SDValue getNode(unsigned Opcode, DebugLoc DL, const EVT *VTs, unsigned NumVTs, 629 const EVT *VTs, unsigned NumVTs,
|
D | SelectionDAGNodes.h | 59 unsigned int NumVTs; member 683 NumOperands(NumOps), NumValues(VTs.NumVTs), 697 UseList(NULL), NumOperands(0), NumValues(VTs.NumVTs),
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 52 unsigned int NumVTs; 58 FastID(ID), VTs(VT), NumVTs(Num) { 62 SDVTList result = {VTs, NumVTs};
|
D | SelectionDAGNodes.h | 63 unsigned int NumVTs; member 820 NumOperands(0), NumValues(VTs.NumVTs), IROrder(Order), 823 assert(NumValues == VTs.NumVTs &&
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 3300 unsigned NumVTs; in SelectCodeCommon() local 3304 NumVTs = Opcode - OPC_MorphNodeTo0; in SelectCodeCommon() 3306 NumVTs = Opcode - OPC_EmitNode0; in SelectCodeCommon() 3308 NumVTs = MatcherTable[MatcherIndex++]; in SelectCodeCommon() 3310 for (unsigned i = 0; i != NumVTs; ++i) { in SelectCodeCommon()
|
D | SelectionDAG.cpp | 58 static SDVTList makeVTList(const EVT *VTs, unsigned NumVTs) { in makeVTList() argument 59 SDVTList Res = {VTs, NumVTs}; in makeVTList() 4991 if (VTList.VTs[VTList.NumVTs-1] != MVT::Glue) { in getMemIntrinsicNode() 5550 if (VTList.NumVTs == 1) in getNode() 5578 if (VTList.VTs[VTList.NumVTs-1] != MVT::Glue) { in getNode() 5697 unsigned NumVTs = VTs.size(); in getVTList() local 5699 ID.AddInteger(NumVTs); in getVTList() 5700 for (unsigned index = 0; index < NumVTs; index++) { in getVTList() 5707 EVT *Array = Allocator.Allocate<EVT>(NumVTs); in getVTList() 5709 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, NumVTs); in getVTList() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 95 unsigned int NumVTs; 102 FastID(ID), VTs(VT), NumVTs(Num) { 107 SDVTList result = {VTs, NumVTs};
|
D | SelectionDAGNodes.h | 80 unsigned int NumVTs; member 1053 : NodeType(Opc), ValueList(VTs.VTs), NumValues(VTs.NumVTs), 1057 assert(NumValues == VTs.NumVTs &&
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 3480 unsigned NumVTs; in SelectCodeCommon() local 3484 NumVTs = Opcode - OPC_MorphNodeTo0; in SelectCodeCommon() 3486 NumVTs = Opcode - OPC_EmitNode0; in SelectCodeCommon() 3488 NumVTs = MatcherTable[MatcherIndex++]; in SelectCodeCommon() 3490 for (unsigned i = 0; i != NumVTs; ++i) { in SelectCodeCommon()
|
D | SelectionDAG.cpp | 81 static SDVTList makeVTList(const EVT *VTs, unsigned NumVTs) { in makeVTList() argument 82 SDVTList Res = {VTs, NumVTs}; in makeVTList() 6161 if (VTList.VTs[VTList.NumVTs-1] != MVT::Glue) { in getMemIntrinsicNode() 6723 if (VTList.NumVTs == 1) in getNode() 6751 if (VTList.VTs[VTList.NumVTs-1] != MVT::Glue) { in getNode() 6872 unsigned NumVTs = VTs.size(); in getVTList() local 6874 ID.AddInteger(NumVTs); in getVTList() 6875 for (unsigned index = 0; index < NumVTs; index++) { in getVTList() 6882 EVT *Array = Allocator.Allocate<EVT>(NumVTs); in getVTList() 6884 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, NumVTs); in getVTList() [all …]
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 4223 for (unsigned i = 0, ie = VTs.NumVTs; i != ie; ++i) in PeepholePPC64ZExt()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 6070 for (unsigned i = 0, ie = VTs.NumVTs; i != ie; ++i) in PeepholePPC64ZExt()
|