HomeSort by relevance Sort by last modified time
    Searched refs:SDVTList (Results 1 - 22 of 22) sorted by null

  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 354 /// getVTList - Return an SDVTList that represents the list of values
356 SDVTList getVTList(EVT VT);
357 SDVTList getVTList(EVT VT1, EVT VT2);
358 SDVTList getVTList(EVT VT1, EVT VT2, EVT VT3);
359 SDVTList getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4);
360 SDVTList getVTList(const EVT *VTs, unsigned NumVTs);
452 SDVTList VTs = getVTList(MVT::Other, MVT::Glue);
460 SDVTList VTs = getVTList(MVT::Other, MVT::Glue);
466 SDVTList VTs = getVTList(VT, MVT::Other);
476 SDVTList VTs = getVTList(VT, MVT::Other, MVT::Glue)
    [all...]
SelectionDAGNodes.h 53 /// SDVTList - This represents a list of ValueType's that has been intern'd by
57 struct SDVTList {
547 SDVTList getVTList() const {
548 SDVTList X = { ValueList, NumValues };
677 static SDVTList getSDVTList(EVT VT) {
678 SDVTList Ret = { getValueTypeList(VT), 1 };
682 SDNode(unsigned Opc, const DebugLoc dl, SDVTList VTs, const SDValue *Ops,
699 SDNode(unsigned Opc, const DebugLoc dl, SDVTList VTs)
840 UnarySDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, SDValue X)
851 BinarySDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, SDValue X, SDValue Y
    [all...]
SelectionDAGISel.h 246 SDNode *MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTs,
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 55 /// makeVTList - Return an instance of the SDVTList struct initialized with the
57 static SDVTList makeVTList(const EVT *VTs, unsigned NumVTs) {
58 SDVTList Res = {VTs, NumVTs};
349 static void AddNodeIDValueTypes(FoldingSetNodeID &ID, SDVTList VTList) {
374 unsigned short OpC, SDVTList VTList,
    [all...]
ScheduleDAGSDNodes.cpp 145 SDVTList VTList = DAG->getVTList(&VTs[0], VTs.size());
    [all...]
SelectionDAGISel.cpp     [all...]
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 480 SDVTList DeclareParamVTs = DAG.getVTList(MVT::Other, MVT::Glue);
489 SDVTList CopyParamVTs = DAG.getVTList(MVT::Other, MVT::Glue);
518 SDVTList DeclareParamVTs = DAG.getVTList(MVT::Other, MVT::Glue);
547 SDVTList CopyParamVTs = DAG.getVTList(MVT::Other, MVT::Glue);
574 SDVTList DeclareParamVTs = DAG.getVTList(MVT::Other, MVT::Glue);
588 SDVTList CopyParamVTs = DAG.getVTList(MVT::Other, MVT::Glue);
628 SDVTList DeclareRetVTs = DAG.getVTList(MVT::Other, MVT::Glue);
647 SDVTList DeclareRetVTs = DAG.getVTList(MVT::Other, MVT::Glue);
664 SDVTList DeclareRetVTs = DAG.getVTList(MVT::Other, MVT::Glue);
684 SDVTList InlineAsmVTs = DAG.getVTList(MVT::Other, MVT::Glue)
    [all...]
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 142 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
236 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
X86ISelLowering.cpp     [all...]
X86ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 532 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 810 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 572 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 558 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 751 SDVTList retvts = DAG.getVTList(OutVT, MVT::Other);
    [all...]

Completed in 678 milliseconds