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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp145 SDVTList VTList = DAG->getVTList(&VTs[0], VTs.size()); local
H A DSelectionDAGISel.cpp1960 MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTList, argument
H A DLegalizeIntegerTypes.cpp1291 SDVTList VTList = DAG.getVTList(NVT, MVT::Glue); local
1542 SDVTList VTList = DAG.getVTList(NVT, MVT::Glue); local
1588 SDVTList VTList = DAG.getVTList(LHSL.getValueType(), MVT::Glue); local
1614 SDVTList VTList = DAG.getVTList(LHSL.getValueType(), MVT::Glue); local
[all...]
H A DSelectionDAG.cpp347 static void AddNodeIDValueTypes(FoldingSetNodeID &ID, SDVTList VTList) { argument
4152 SelectionDAG::getMemIntrinsicNode(unsigned Opcode, DebugLoc dl, SDVTList VTList, argument
4175 SelectionDAG::getMemIntrinsicNode(unsigned Opcode, DebugLoc dl, SDVTList VTList, argument
371 AddNodeIDNode(FoldingSetNodeID &ID, unsigned short OpC, SDVTList VTList, const SDValue *OpList, unsigned N) argument
4603 getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, const SDValue *Ops, unsigned NumOps) argument
4670 getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList) argument
4674 getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, SDValue N1) argument
4680 getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, SDValue N1, SDValue N2) argument
4686 getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, SDValue N1, SDValue N2, SDValue N3) argument
4692 getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, SDValue N1, SDValue N2, SDValue N3, SDValue N4) argument
4699 getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, SDValue N1, SDValue N2, SDValue N3, SDValue N4, SDValue N5) argument
5311 getNodeIfExists(unsigned Opcode, SDVTList VTList, const SDValue *Ops, unsigned NumOps) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DSelectionDAG.h1075 std::vector<SDVTList> VTList; member in class:llvm::SelectionDAG
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DCodeGenDAGPatterns.cpp60 EEVT::TypeSet::TypeSet(const std::vector<MVT::SimpleValueType> &VTList) { argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.cpp2227 SDVTList VTList = DAG.getVTList(VT, MVT::Other); local
2305 SDVTList VTList = DAG.getVTList(MVT::Other); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelLowering.cpp3064 SDVTList VTList = DAG.getVTList(MVT::Other, MVT::Glue); local
3104 SDVTList VTList = DAG.getVTList(MVT::Other, MVT::Glue); local

Completed in 481 milliseconds