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

  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 139 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
153 Tys = DAG.getVTList(MVT::Other, MVT::Glue);
233 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
X86ISelLowering.cpp     [all...]
X86ISelDAGToDAG.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 314 /// getVTList - Return an SDVTList that represents the list of values
316 SDVTList getVTList(EVT VT);
317 SDVTList getVTList(EVT VT1, EVT VT2);
318 SDVTList getVTList(EVT VT1, EVT VT2, EVT VT3);
319 SDVTList getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4);
320 SDVTList getVTList(const EVT *VTs, unsigned NumVTs);
409 SDVTList VTs = getVTList(MVT::Other, MVT::Glue);
417 SDVTList VTs = getVTList(MVT::Other, MVT::Glue);
423 SDVTList VTs = getVTList(VT, MVT::Other);
433 SDVTList VTs = getVTList(VT, MVT::Other, MVT::Glue)
    [all...]
SelectionDAGNodes.h 55 /// SelectionDAG::getVTList(...).
542 SDVTList getVTList() const {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 464 AddNodeIDValueTypes(ID, N->getVTList());
706 AddNodeIDNode(ID, N->getOpcode(), N->getVTList(), Ops, 1);
724 AddNodeIDNode(ID, N->getOpcode(), N->getVTList(), Ops, 2);
742 AddNodeIDNode(ID, N->getOpcode(), N->getVTList(), Ops, NumOps);
839 EntryNode(ISD::EntryToken, DebugLoc(), getVTList(MVT::Other)),
    [all...]
SelectionDAGBuilder.cpp 724 DAG.getVTList(&ValueVTs[0], ValueVTs.size()),
    [all...]
LegalizeIntegerTypes.cpp 435 DAG.getVTList(ValueVTs, 2), Ops, 2);
    [all...]
SelectionDAGISel.cpp     [all...]
ScheduleDAGSDNodes.cpp 149 SDVTList VTList = DAG->getVTList(&VTs[0], VTs.size());
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 561 DAG.getVTList(MVT::i32, MVT::i32), Zero, Zero,
578 DAG.getVTList(MVT::i32, MVT::i32), LHS, RHS,
675 DAG.getVTList(MVT::i32, MVT::i32), AddendH,
683 DAG.getVTList(MVT::i32, MVT::i32), AddendH,
694 DAG.getVTList(MVT::i32, MVT::i32), AddendH,
733 SDValue Carry = DAG.getNode(Opcode, dl, DAG.getVTList(MVT::i32, MVT::i32),
737 SDValue Ignored = DAG.getNode(Opcode, dl, DAG.getVTList(MVT::i32, MVT::i32),
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 132 const SmallVectorImpl<MVT::SimpleValueType> &VTs = EN->getVTList();
DAGISelMatcher.h     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 476 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
715 SDVTList VTs = DAG.getVTList(Op.getValueType(), MVT::Glue);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 534 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
834 SDVTList VTs = DAG.getVTList(Op.getValueType(), MVT::Glue);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 803 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
    [all...]
  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.cpp 314 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 568 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 748 SDVTList retvts = DAG.getVTList(OutVT, MVT::Other);
    [all...]

Completed in 167 milliseconds