HomeSort by relevance Sort by last modified time
    Searched refs:getVTList (Results 1 - 25 of 33) sorted by null

1 2

  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.cpp 160 SDVTList VTs = DAG.getVTList(MVT::Other, MVT::Glue);
212 SDVTList VTs = DAG.getVTList(PtrVT, MVT::Other, MVT::Glue);
231 VTs = DAG.getVTList(PtrVT, MVT::Glue);
241 SDVTList VTs = DAG.getVTList(Dest.getValueType(), MVT::Other);
252 SDVTList VTs = DAG.getVTList(Src1.getValueType(), MVT::Other, MVT::Glue);
269 SDVTList VTs = DAG.getVTList(PtrVT, MVT::Other, MVT::Glue);
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 140 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
154 Tys = DAG.getVTList(MVT::Other, MVT::Glue);
243 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
X86ISelLowering.cpp     [all...]
X86ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 706 SDVTList DeclareParamVTs = DAG.getVTList(MVT::Other, MVT::Glue);
722 SDVTList CopyParamVTs = DAG.getVTList(MVT::Other, MVT::Glue);
744 SDVTList DeclareParamVTs = DAG.getVTList(MVT::Other, MVT::Glue);
766 SDVTList CopyParamVTs = DAG.getVTList(MVT::Other, MVT::Glue);
783 SDVTList CopyParamVTs = DAG.getVTList(MVT::Other, MVT::Glue);
    [all...]
NVPTXISelDAGToDAG.cpp 742 LD = CurDAG->getMachineNode(Opcode, DL, N->getVTList(), Ops);
796 LD = CurDAG->getMachineNode(Opcode, DL, N->getVTList(), Ops);
900 LD = CurDAG->getMachineNode(Opcode, DL, N->getVTList(), Ops);
1001 LD = CurDAG->getMachineNode(Opcode, DL, N->getVTList(), Ops);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 558 AddNodeIDValueTypes(ID, N->getVTList());
801 AddNodeIDNode(ID, N->getOpcode(), N->getVTList(), Ops);
819 AddNodeIDNode(ID, N->getOpcode(), N->getVTList(), Ops);
836 AddNodeIDNode(ID, N->getOpcode(), N->getVTList(), Ops);
    [all...]
LegalizeIntegerTypes.cpp 209 SDVTList VTs = DAG.getVTList(N->getValueType(0), SVT, MVT::Other);
223 DAG.getVTList(Op2.getValueType(), N->getValueType(1), MVT::Other);
465 DAG.getVTList(ValueVTs), Ops);
698 SDVTList VTs = DAG.getVTList(LHS.getValueType(), N->getValueType(1));
    [all...]
SelectionDAGBuilder.cpp 756 return DAG.getNode(ISD::MERGE_VALUES, dl, DAG.getVTList(ValueVTs), Values);
    [all...]
LegalizeDAG.cpp     [all...]
TargetLowering.cpp     [all...]
ScheduleDAGSDNodes.cpp 146 SDVTList VTList = DAG->getVTList(VTs);
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 388 /// getVTList - Return an SDVTList that represents the list of values
390 SDVTList getVTList(EVT VT);
391 SDVTList getVTList(EVT VT1, EVT VT2);
392 SDVTList getVTList(EVT VT1, EVT VT2, EVT VT3);
393 SDVTList getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4);
394 SDVTList getVTList(ArrayRef<EVT> VTs);
496 SDVTList VTs = getVTList(MVT::Other, MVT::Glue);
505 SDVTList VTs = getVTList(MVT::Other, MVT::Glue);
512 SDVTList VTs = getVTList(VT, MVT::Other);
522 SDVTList VTs = getVTList(VT, MVT::Other, MVT::Glue)
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 570 DAG.getVTList(MVT::i32, MVT::i32), Zero, Zero,
587 DAG.getVTList(MVT::i32, MVT::i32), LHS, RHS,
684 DAG.getVTList(MVT::i32, MVT::i32), AddendH,
692 DAG.getVTList(MVT::i32, MVT::i32), AddendH,
703 DAG.getVTList(MVT::i32, MVT::i32), AddendH,
742 SDValue Lo = DAG.getNode(Opcode, dl, DAG.getVTList(MVT::i32, MVT::i32),
746 SDValue Hi = DAG.getNode(Opcode, dl, DAG.getVTList(MVT::i32, MVT::i32),
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelDAGToDAG.cpp 333 return CurDAG->SelectNodeTo(N, AMDGPU::REG_SEQUENCE, N->getVTList(),
400 CurDAG->getVTList(MVT::i32, MVT::i64, MVT::Other),
416 CurDAG->getVTList(MVT::Other),
676 SDVTList VTList = CurDAG->getVTList(MVT::i32, MVT::Glue);
R600ISelLowering.cpp 848 SDValue UDIVREM = DAG.getNode(ISD::UDIVREM, DL, DAG.getVTList(VT, VT),
857 SDValue UDIVREM = DAG.getNode(ISD::UDIVREM, DL, DAG.getVTList(VT, VT),
866 SDValue SDIVREM = DAG.getNode(ISD::SDIVREM, DL, DAG.getVTList(VT, VT),
875 SDValue SDIVREM = DAG.getNode(ISD::SDIVREM, DL, DAG.getVTList(VT, VT),
    [all...]
SIISelLowering.cpp 690 Op->getVTList(), Ops, VT, MMO);
738 Op->getVTList(), Ops, VT, MMO);
805 DAG.getVTList(Res), Ops).getNode();
813 DAG.MorphNodeTo(BR, ISD::BR, BR->getVTList(), Ops);
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 141 const SmallVectorImpl<MVT::SimpleValueType> &VTs = EN->getVTList();
DAGISelMatcher.h     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 680 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]

Completed in 1573 milliseconds

1 2