Searched defs:VTList (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 322 static void AddNodeIDValueTypes(FoldingSetNodeID &ID, SDVTList VTList) { in AddNodeIDValueTypes() 347 unsigned short OpC, SDVTList VTList, in AddNodeIDNode() 3944 SelectionDAG::getMemIntrinsicNode(unsigned Opcode, DebugLoc dl, SDVTList VTList, in getMemIntrinsicNode() 3967 SelectionDAG::getMemIntrinsicNode(unsigned Opcode, DebugLoc dl, SDVTList VTList, in getMemIntrinsicNode() 4381 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, in getNode() 4448 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList) { in getNode() 4452 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, in getNode() 4458 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, in getNode() 4464 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, in getNode() 4470 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, in getNode() [all …]
|
D | LegalizeIntegerTypes.cpp | 1221 SDVTList VTList = DAG.getVTList(NVT, MVT::Glue); in ExpandShiftByConstant() local 1464 SDVTList VTList = DAG.getVTList(NVT, MVT::Glue); in ExpandIntRes_ADDSUB() local 1510 SDVTList VTList = DAG.getVTList(LHSL.getValueType(), MVT::Glue); in ExpandIntRes_ADDSUBC() local 1536 SDVTList VTList = DAG.getVTList(LHSL.getValueType(), MVT::Glue); in ExpandIntRes_ADDSUBE() local
|
D | ScheduleDAGSDNodes.cpp | 149 SDVTList VTList = DAG->getVTList(&VTs[0], VTs.size()); in AddGlue() local
|
D | SelectionDAGISel.cpp | 1755 MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTList, in MorphNode() 2533 SDVTList VTList; in SelectCodeCommon() local
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 57 EEVT::TypeSet::TypeSet(const std::vector<MVT::SimpleValueType> &VTList) { in TypeSet()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 2886 SDVTList VTList = DAG.getVTList(MVT::Other, MVT::Glue); in OptimizeVFPBrcond() local 2926 SDVTList VTList = DAG.getVTList(MVT::Other, MVT::Glue); in LowerBR_CC() local
|