Searched defs:VTList (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 332 static void AddNodeIDValueTypes(FoldingSetNodeID &ID, SDVTList VTList) { in AddNodeIDValueTypes() 357 unsigned short OpC, SDVTList VTList, in AddNodeIDNode() 4270 SelectionDAG::getMemIntrinsicNode(unsigned Opcode, DebugLoc dl, SDVTList VTList, in getMemIntrinsicNode() 4293 SelectionDAG::getMemIntrinsicNode(unsigned Opcode, DebugLoc dl, SDVTList VTList, in getMemIntrinsicNode() 4721 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, in getNode() 4788 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList) { in getNode() 4792 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, in getNode() 4798 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, in getNode() 4804 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, in getNode() 4810 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, in getNode() [all …]
|
D | LegalizeIntegerTypes.cpp | 1293 SDVTList VTList = DAG.getVTList(NVT, MVT::Glue); in ExpandShiftByConstant() local 1544 SDVTList VTList = DAG.getVTList(NVT, MVT::Glue); in ExpandIntRes_ADDSUB() local 1590 SDVTList VTList = DAG.getVTList(LHSL.getValueType(), MVT::Glue); in ExpandIntRes_ADDSUBC() local 1616 SDVTList VTList = DAG.getVTList(LHSL.getValueType(), MVT::Glue); in ExpandIntRes_ADDSUBE() local
|
D | ScheduleDAGSDNodes.cpp | 145 SDVTList VTList = DAG->getVTList(&VTs[0], VTs.size()); in CloneNodeWithValues() local
|
D | SelectionDAGISel.cpp | 1955 MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTList, in MorphNode() 2737 SDVTList VTList; in SelectCodeCommon() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 2110 SDVTList VTList = DAG.getVTList(VT, MVT::Other); in CreateLoadLR() local 2188 SDVTList VTList = DAG.getVTList(MVT::Other); in CreateStoreLR() local
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 60 EEVT::TypeSet::TypeSet(ArrayRef<MVT::SimpleValueType> VTList) { in TypeSet()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 3132 SDVTList VTList = DAG.getVTList(MVT::Other, MVT::Glue); in OptimizeVFPBrcond() local 3172 SDVTList VTList = DAG.getVTList(MVT::Other, MVT::Glue); in LowerBR_CC() local
|