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

1 2

  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 46 /// SDVTList contains all types which are frequently accessed in SelectionDAG.
52 /// The hash value for SDVTList is fixed, so cache it to avoid
60 SDVTList getSDVTList() {
61 SDVTList result = {VTs, NumVTs};
406 /// Return an SDVTList that represents the list of values specified.
407 SDVTList getVTList(EVT VT);
408 SDVTList getVTList(EVT VT1, EVT VT2);
409 SDVTList getVTList(EVT VT1, EVT VT2, EVT VT3);
410 SDVTList getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4);
411 SDVTList getVTList(ArrayRef<EVT> VTs)
    [all...]
SelectionDAGNodes.h 60 struct SDVTList {
582 SDVTList getVTList() const {
583 SDVTList X = { ValueList, NumValues };
707 static SDVTList getSDVTList(EVT VT) {
708 SDVTList Ret = { getValueTypeList(VT), 1 };
712 SDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs,
734 SDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs)
934 UnarySDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs,
946 BinarySDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs,
976 BinaryWithFlagsSDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs
    [all...]
SelectionDAGISel.h 260 SDNode *MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTs,
  /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);
238 SDVTList VTs = DAG.getVTList(Dest.getValueType(), MVT::Other);
249 SDVTList VTs = DAG.getVTList(Src1.getValueType(), MVT::Other, MVT::Glue);
266 SDVTList VTs = DAG.getVTList(PtrVT, MVT::Other, MVT::Glue);
SystemZISelLowering.cpp     [all...]
  /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};
379 static void AddNodeIDValueTypes(FoldingSetNodeID &ID, SDVTList VTList) {
418 SDVTList VTList, ArrayRef<SDValue> OpList) {
    [all...]
LegalizeIntegerTypes.cpp 210 SDVTList VTs = DAG.getVTList(N->getValueType(0), SVT, MVT::Other);
223 SDVTList VTs =
726 SDVTList VTs = DAG.getVTList(LHS.getValueType(), N->getValueType(1));
    [all...]
StatepointLowering.cpp 650 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
ScheduleDAGSDNodes.cpp 146 SDVTList VTList = DAG->getVTList(VTs);
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
SelectionDAGISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 168 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
268 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 359 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
505 SDVTList VTs = DAG.getVTList(Op.getValueType(), MVT::Glue);
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 684 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelDAGToDAG.cpp 767 SDVTList VTList = CurDAG->getVTList(MVT::i32, MVT::Glue);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 1595 milliseconds

1 2