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 351 /// getVTList - Return an SDVTList that represents the list of values
353 SDVTList getVTList(EVT VT);
354 SDVTList getVTList(EVT VT1, EVT VT2);
355 SDVTList getVTList(EVT VT1, EVT VT2, EVT VT3);
356 SDVTList getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4);
357 SDVTList getVTList(const EVT *VTs, unsigned NumVTs);
455 SDVTList VTs = getVTList(MVT::Other, MVT::Glue);
463 SDVTList VTs = getVTList(MVT::Other, MVT::Glue);
469 SDVTList VTs = getVTList(VT, MVT::Other);
479 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 {
552 SDVTList getVTList() const {
553 SDVTList X = { ValueList, NumValues };
685 static SDVTList getSDVTList(EVT VT) {
686 SDVTList Ret = { getValueTypeList(VT), 1 };
690 SDNode(unsigned Opc, const DebugLoc dl, SDVTList VTs, const SDValue *Ops,
707 SDNode(unsigned Opc, const DebugLoc dl, SDVTList VTs)
848 UnarySDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, SDValue X)
859 BinarySDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, SDValue X, SDValue Y
    [all...]
SelectionDAGISel.h 248 SDNode *MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTs,
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 56 /// makeVTList - Return an instance of the SDVTList struct initialized with the
58 static SDVTList makeVTList(const EVT *VTs, unsigned NumVTs) {
59 SDVTList Res = {VTs, NumVTs};
332 static void AddNodeIDValueTypes(FoldingSetNodeID &ID, SDVTList VTList) {
357 unsigned short OpC, SDVTList VTList,
    [all...]
ScheduleDAGSDNodes.cpp 145 SDVTList VTList = DAG->getVTList(&VTs[0], VTs.size());
    [all...]
LegalizeIntegerTypes.cpp 659 SDVTList VTs = DAG.getVTList(LHS.getValueType(), N->getValueType(1));
    [all...]
SelectionDAGISel.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 449 SDVTList DeclareParamVTs = DAG.getVTList(MVT::Other, MVT::Glue);
458 SDVTList CopyParamVTs = DAG.getVTList(MVT::Other, MVT::Glue);
487 SDVTList DeclareParamVTs = DAG.getVTList(MVT::Other, MVT::Glue);
516 SDVTList CopyParamVTs = DAG.getVTList(MVT::Other, MVT::Glue);
543 SDVTList DeclareParamVTs = DAG.getVTList(MVT::Other, MVT::Glue);
557 SDVTList CopyParamVTs = DAG.getVTList(MVT::Other, MVT::Glue);
597 SDVTList DeclareRetVTs = DAG.getVTList(MVT::Other, MVT::Glue);
616 SDVTList DeclareRetVTs = DAG.getVTList(MVT::Other, MVT::Glue);
633 SDVTList DeclareRetVTs = DAG.getVTList(MVT::Other, MVT::Glue);
653 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);
244 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 565 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 812 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 569 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 567 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]

Completed in 1425 milliseconds