Searched defs:VTList (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp146 SDVTList VTList = DAG->getVTList(VTs); local
156 DAG->MorphNodeTo(N, N->getOpcode(), VTList, Ops);
H A DSelectionDAGISel.cpp2272 MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTList, argument
2293 SDNode *Res = CurDAG->MorphNodeTo(Node, ~TargetOpc, VTList, Ops);
3160 SDVTList VTList;
3162 VTList = CurDAG->getVTList(VTs[0]);
3164 VTList = CurDAG->getVTList(VTs[0], VTs[1]);
3166 VTList = CurDAG->getVTList(VTs);
3209 VTList, Ops);
3219 Res = MorphNode(NodeToMatch, TargetOpc, VTList, Ops, EmitNodeInfo);
H A DLegalizeIntegerTypes.cpp1446 SDVTList VTList = DAG.getVTList(NVT, MVT::Glue); local
1448 Lo = DAG.getNode(ISD::ADDC, DL, VTList, LoOps);
1450 Hi = DAG.getNode(ISD::ADDE, DL, VTList, HiOps);
1698 SDVTList VTList = DAG.getVTList(NVT, MVT::Glue); local
1700 Lo = DAG.getNode(ISD::ADDC, dl, VTList, LoOps);
1702 Hi = DAG.getNode(ISD::ADDE, dl, VTList, HiOps);
1704 Lo = DAG.getNode(ISD::SUBC, dl, VTList, LoOps);
1706 Hi = DAG.getNode(ISD::SUBE, dl, VTList, HiOps);
1716 SDVTList VTList = DAG.getVTList(NVT, NVT); local
1721 Lo = DAG.getNode(ISD::UADDO, dl, VTList, LoOp
1776 SDVTList VTList = DAG.getVTList(LHSL.getValueType(), MVT::Glue); local
1802 SDVTList VTList = DAG.getVTList(LHSL.getValueType(), MVT::Glue); local
2825 SDVTList VTList = DAG.getVTList(LHSLo.getValueType(), MVT::Glue); local
2911 SDVTList VTList = DAG.getVTList(LHSLo.getValueType(), MVT::Glue); local
[all...]
H A DSelectionDAG.cpp356 static void AddNodeIDValueTypes(FoldingSetNodeID &ID, SDVTList VTList) { argument
357 ID.AddPointer(VTList.VTs);
397 SDVTList VTList, ArrayRef<SDValue> OpList) {
399 AddNodeIDValueTypes(ID, VTList);
4767 SDVTList VTList, ArrayRef<SDValue> Ops,
4774 AddNodeIDNode(ID, Opcode, VTList, Ops);
4792 dl.getDebugLoc(), VTList, MemVT,
4802 SDVTList VTList, ArrayRef<SDValue> Ops,
4806 return getAtomic(Opcode, dl, MemVT, VTList, Ops, MMO, Ordering,
4938 SelectionDAG::getMemIntrinsicNode(unsigned Opcode, SDLoc dl, SDVTList VTList, argument
396 AddNodeIDNode(FoldingSetNodeID &ID, unsigned short OpC, SDVTList VTList, ArrayRef<SDValue> OpList) argument
4766 getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, SDVTList VTList, ArrayRef<SDValue> Ops, MachineMemOperand *MMO, AtomicOrdering SuccessOrdering, AtomicOrdering FailureOrdering, SynchronizationScope SynchScope) argument
4801 getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, SDVTList VTList, ArrayRef<SDValue> Ops, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
4963 getMemIntrinsicNode(unsigned Opcode, SDLoc dl, SDVTList VTList, ArrayRef<SDValue> Ops, EVT MemVT, MachineMemOperand *MMO) argument
5512 getNode(unsigned Opcode, SDLoc DL, SDVTList VTList, ArrayRef<SDValue> Ops) argument
5587 getNode(unsigned Opcode, SDLoc DL, SDVTList VTList) argument
5591 getNode(unsigned Opcode, SDLoc DL, SDVTList VTList, SDValue N1) argument
5597 getNode(unsigned Opcode, SDLoc DL, SDVTList VTList, SDValue N1, SDValue N2) argument
5603 getNode(unsigned Opcode, SDLoc DL, SDVTList VTList, SDValue N1, SDValue N2, SDValue N3) argument
5609 getNode(unsigned Opcode, SDLoc DL, SDVTList VTList, SDValue N1, SDValue N2, SDValue N3, SDValue N4) argument
5616 getNode(unsigned Opcode, SDLoc DL, SDVTList VTList, SDValue N1, SDValue N2, SDValue N3, SDValue N4, SDValue N5) argument
6230 getNodeIfExists(unsigned Opcode, SDVTList VTList, ArrayRef<SDValue> Ops, const SDNodeFlags *Flags) argument
[all...]
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp728 SDVTList VTList = CurDAG->getVTList(MVT::i32, MVT::Glue); local
735 SDNode *AddLo = CurDAG->getMachineNode( Opc, DL, VTList, AddLoArgs);
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp63 EEVT::TypeSet::TypeSet(ArrayRef<MVT::SimpleValueType> VTList) { argument
64 assert(!VTList.empty() && "empty list?");
65 TypeVec.append(VTList.begin(), VTList.end());
67 if (!VTList.empty())
68 assert(VTList[0] != MVT::iAny && VTList[0] != MVT::vAny &&
69 VTList[0] != MVT::fAny);
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2170 SDVTList VTList = DAG.getVTList(VT, MVT::Other); local
2177 return DAG.getMemIntrinsicNode(Opc, DL, VTList, Ops, MemVT,
2251 SDVTList VTList = DAG.getVTList(MVT::Other); local
2258 return DAG.getMemIntrinsicNode(Opc, DL, VTList, Ops, MemVT,
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3788 SDVTList VTList = DAG.getVTList(MVT::Other, MVT::Glue); local
3790 return DAG.getNode(ARMISD::BCC_i64, dl, VTList, Ops);
3840 SDVTList VTList = DAG.getVTList(MVT::Other, MVT::Glue); local
3842 SDValue Res = DAG.getNode(ARMISD::BRCOND, dl, VTList, Ops);
3846 Res = DAG.getNode(ARMISD::BRCOND, dl, VTList, Ops);

Completed in 928 milliseconds