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

  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 44 /// SDVTList contains all types which are frequently accessed in SelectionDAG.
49 /// The hash value for SDVTList is fixed so cache it to avoid hash calculation
56 SDVTList getSDVTList() {
57 SDVTList result = {VTs, NumVTs};
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)
    [all...]
SelectionDAGNodes.h 74 /// SDVTList - This represents a list of ValueType's that has been intern'd by
78 struct SDVTList {
602 SDVTList getVTList() const {
603 SDVTList X = { ValueList, NumValues };
736 static SDVTList getSDVTList(EVT VT) {
737 SDVTList Ret = { getValueTypeList(VT), 1 };
741 SDNode(unsigned Opc, unsigned Order, const DebugLoc dl, SDVTList VTs,
758 SDNode(unsigned Opc, unsigned Order, const DebugLoc dl, SDVTList VTs)
946 UnarySDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs,
958 BinarySDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs
    [all...]
SelectionDAGISel.h 252 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);
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/CodeGen/SelectionDAG/
SelectionDAG.cpp 54 /// makeVTList - Return an instance of the SDVTList struct initialized with the
56 static SDVTList makeVTList(const EVT *VTs, unsigned NumVTs) {
57 SDVTList Res = {VTs, NumVTs};
362 static void AddNodeIDValueTypes(FoldingSetNodeID &ID, SDVTList VTList) {
401 SDVTList VTList, ArrayRef<SDValue> OpList) {
    [all...]
LegalizeIntegerTypes.cpp 209 SDVTList VTs = DAG.getVTList(N->getValueType(0), SVT, MVT::Other);
222 SDVTList VTs =
698 SDVTList VTs = DAG.getVTList(LHS.getValueType(), N->getValueType(1));
    [all...]
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 140 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
243 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.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     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 680 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelDAGToDAG.cpp 676 SDVTList VTList = CurDAG->getVTList(MVT::i32, MVT::Glue);
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 582 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 731 milliseconds