Home
last modified time | relevance | path

Searched refs:SDVTList (Results 1 – 25 of 48) sorted by relevance

12

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h112 SDVTList getSDVTList() {
113 SDVTList result = {VTs, NumVTs};
617 SDVTList getVTList(EVT VT);
618 SDVTList getVTList(EVT VT1, EVT VT2);
619 SDVTList getVTList(EVT VT1, EVT VT2, EVT VT3);
621 SDVTList getVTList(ArrayRef<EVT> VTs);
761 SDVTList VTs = getVTList(MVT::Other, MVT::Glue);
770 SDVTList VTs = getVTList(MVT::Other, MVT::Glue);
777 SDVTList VTs = getVTList(VT, MVT::Other);
787 SDVTList VTs = getVTList(VT, MVT::Other, MVT::Glue);
[all …]
H A DSelectionDAGNodes.h79 struct SDVTList { struct
937 SDVTList getVTList() const {
938 SDVTList X = { ValueList, NumValues };
1060 static SDVTList getSDVTList(EVT VT) {
1061 SDVTList Ret = { getValueTypeList(VT), 1 };
1792 SDVTList VTs, int64_t Size, int64_t Offset)
2294 SDVTList VTs, ISD::MemIndexedMode AM, EVT MemVT,
2327 LoadSDNode(unsigned Order, const DebugLoc &dl, SDVTList VTs,
2355 StoreSDNode(unsigned Order, const DebugLoc &dl, SDVTList VTs,
2389 const DebugLoc &DL, SDVTList VTs,
[all …]
H A DSelectionDAGISel.h332 SDNode *MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTList,
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp27 SDVTList VTs = Op == SystemZISD::CLC ? DAG.getVTList(MVT::i32, MVT::Other) in createMemMemNode()
193 SDVTList VTs = DAG.getVTList(PtrVT, MVT::i32, MVT::Other); in EmitTargetCodeForMemchr()
218 SDVTList VTs = DAG.getVTList(Dest.getValueType(), MVT::Other); in EmitTargetCodeForStrcpy()
228 SDVTList VTs = DAG.getVTList(Src1.getValueType(), MVT::i32, MVT::Other); in EmitTargetCodeForStrcmp()
247 SDVTList VTs = DAG.getVTList(PtrVT, MVT::i32, MVT::Other); in getBoundedStrlen()
H A DSystemZISelLowering.cpp1849 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue); in LowerCall()
2192 SDVTList RawVTs = DAG.getVTList(MVT::i32, MVT::Other); in emitIntrinsicWithCCAndChain()
2849 SDVTList VTs = DAG.getVTList(MVT::i32, MVT::Other); in emitCmp()
2973 SDVTList VTs = DAG.getVTList(MVT::v2f64, MVT::Other); in expandV4F32ToV2F64()
2996 SDVTList VTs = DAG.getVTList(MVT::v2i64, MVT::Other); in getVectorCmp()
3012 SDVTList VTs = DAG.getVTList(VT, MVT::Other); in getVectorCmp()
3298 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue); in lowerTLSGetOffset()
4049 SDVTList VTs = DAG.getVTList(VT, MVT::i32); in lowerADDSUBCARRY()
4235 SDVTList VTList = DAG.getVTList(WideVT, MVT::Other); in lowerATOMIC_LOAD_OP()
5825 SDVTList Tys = DAG.getVTList(MVT::Untyped, MVT::Other); in LowerOperationWrapper()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFSelectionDAGInfo.cpp35 SDVTList VTs = DAG.getVTList(MVT::Other, MVT::Glue); in EmitTargetCodeForMemcpy()
H A DBPFISelLowering.cpp472 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue); in LowerCall()
619 SDVTList VTs = DAG.getVTList(Op.getValueType(), MVT::Glue); in LowerSELECT_CC()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp85 SDVTList Res = {VTs, NumVTs}; in makeVTList()
5405 SDVTList VTs = getVTList(VT); in getNode()
6354 SDVTList VTs = getVTList(VT); in getNode()
6523 SDVTList VTs = getVTList(VT); in getNode()
7798 SDVTList VTs = Indexed ? in getLoad()
9018 SDVTList VTs = getVTList(VT); in getNode()
9446 SDVTList VTs = getVTList(VT); in SelectNodeTo()
9452 SDVTList VTs = getVTList(VT); in SelectNodeTo()
9460 SDVTList VTs = getVTList(VT); in SelectNodeTo()
9468 SDVTList VTs = getVTList(VT); in SelectNodeTo()
[all …]
H A DLegalizeIntegerTypes.cpp366 SDVTList VTs = in PromoteIntRes_AtomicCmpSwap()
2467 SDVTList VTs = DAG.getVTList(N->getValueType(0), MVT::Other); in ExpandIntegerResult()
2911 SDVTList VTList = DAG.getVTList(NVT, getSetCCResultType(NVT)); in ExpandIntRes_ADDSUB()
2939 SDVTList VTList = DAG.getVTList(NVT, MVT::Glue); in ExpandIntRes_ADDSUB()
2960 SDVTList VTList = DAG.getVTList(NVT, OvfVT); in ExpandIntRes_ADDSUB()
3033 SDVTList VTList = DAG.getVTList(LHSL.getValueType(), MVT::Glue); in ExpandIntRes_ADDSUBC()
3059 SDVTList VTList = DAG.getVTList(LHSL.getValueType(), MVT::Glue); in ExpandIntRes_ADDSUBE()
3513 SDVTList VTs = DAG.getVTList(VT, MVT::i1, MVT::Other); in ExpandIntRes_LOAD()
3722 SDVTList VTs = DAG.getVTList(NVT, NVT, MVT::Other); in ExpandIntRes_READCYCLECOUNTER()
4386 SDVTList VTHalfWithO = DAG.getVTList(HalfVT, BitVT); in ExpandIntRes_XMULO()
[all …]
H A DStatepointLowering.cpp816 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue); in LowerAsSTATEPOINT()
990 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue); in LowerAsSTATEPOINT()
H A DSelectionDAGISel.cpp2241 SDVTList NodeTys = CurDAG->getVTList(MVT::Other, MVT::Glue); in Select_STACKMAP()
2292 SDVTList NodeTys = N->getVTList(); in Select_PATCHPOINT()
2434 MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTList, in MorphNode()
3465 SDVTList VTList; in SelectCodeCommon()
H A DLegalizeDAG.cpp2632 SDVTList VTs = DAG.getVTList(NewOutTy, MVT::Other); in PromoteLegalFP_TO_INT()
2776 SDVTList VTs = DAG.getVTList(Node->getValueType(0), MVT::Other); in ExpandNode()
2799 SDVTList VTs = DAG.getVTList(Node->getValueType(0), MVT::Other); in ExpandNode()
3208 SDVTList VTs = DAG.getVTList(VT, VT); in ExpandNode()
3307 SDVTList VTs = DAG.getVTList(VT, VT); in ExpandNode()
3319 SDVTList VTs = DAG.getVTList(VT, VT); in ExpandNode()
3361 SDVTList VTs = DAG.getVTList(VT, VT); in ExpandNode()
4720 SDVTList VTs = DAG.getVTList(Node->getValueType(0), MVT::Other); in PromoteNode()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp131 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in EmitTargetCodeForMemset()
171 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in emitRepmovs()
H A DX86ISelDAGToDAG.cpp451 SDVTList VTs = CurDAG->getVTList(MVT::i32, MVT::i32); in getSBBZero()
1375 SDVTList VTs = CurDAG->getVTList(MVT::Other); in PreprocessISelDAG()
3927 SDVTList VTs = CurDAG->getVTList(VT, MVT::i32); in emitPCMPISTR()
4253 SDVTList VTs = CurDAG->getVTList(NVT, MVT::Other); in matchVPTERNLOG()
4654 SDVTList VTs = CurDAG->getVTList(MaskVT, MVT::Other); in tryVPTESTM()
5173 SDVTList VTs; in Select()
5190 SDVTList VTs; in Select()
5257 SDVTList VTs = CurDAG->getVTList(NVT, MVT::Other); in Select()
5281 SDVTList VTs = CurDAG->getVTList(NVT); in Select()
5285 SDVTList VTs = CurDAG->getVTList(NVT, NVT); in Select()
[all …]
H A DX86ISelLowering.cpp9644 SDVTList Tys = in lowerBuildVectorAsBroadcast()
21090 SDVTList Tys; in BuildFILD()
25727 SDVTList Tys = DAG.getVTList(MVT::Other); in LowerStore()
27572 SDVTList VTs = DAG.getVTList(MVT::Other); in getScatterNode()
27736 SDVTList VTs = DAG.getVTList(MVT::Other); in EmitTruncSStore()
27748 SDVTList VTs = DAG.getVTList(MVT::Other); in EmitMaskedTruncSStore()
27921 SDVTList VTs = DAG.getVTList( in LowerINTRINSIC_W_CHAIN()
28848 SDVTList VTs = DAG.getVTList(VT, MVT::i32); in LowerCTTZ()
31806 SDVTList VTs = DAG.getVTList(VT, MVT::i32); in LowerADDSUBCARRY()
31991 SDVTList VTs = DAG.getVTList(MVT::Other); in LowerMSCATTER()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp764 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue); in LowerCall()
1412 SDVTList VTs = DAG.getVTList(N->getValueType(0), MVT::i8); in LowerXALUO()
1844 SDVTList VTs = DAG.getVTList(Op.getValueType(), MVT::i8); in EmitTest()
1893 SDVTList VTs = DAG.getVTList(Op0.getValueType(), MVT::i8); in EmitCmp()
1994 SDVTList VTs = DAG.getVTList(LHS.getValueType(), MVT::i32); in LowerSETCCCARRY()
2122 SDVTList VTs; in LowerSELECT()
2225 SDVTList VTs = DAG.getVTList(Op.getValueType(), MVT::Glue); in LowerSELECT()
2318 SDVTList VTs; in LowerBRCOND()
2464 SDVTList VTs = DAG.getVTList(VT, MVT::i8); in LowerADDC_ADDE_SUBC_SUBE()
3428 SDVTList VTs = DAG.getVTList(VT, MVT::i32); in combineSUBX()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVECustomDAG.h156 SDValue getNode(unsigned OC, SDVTList VTL, ArrayRef<SDValue> OpV,
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1535 SDVTList DeclareParamVTs = DAG.getVTList(MVT::Other, MVT::Glue); in LowerCall()
1731 SDVTList ProtoVTs = DAG.getVTList(MVT::Other, MVT::Glue); in LowerCall()
1743 SDVTList PrintCallVTs = DAG.getVTList(MVT::Other, MVT::Glue); in LowerCall()
1756 SDVTList CallVoidVTs = DAG.getVTList(MVT::Other, MVT::Glue); in LowerCall()
1762 SDVTList CallArgBeginVTs = DAG.getVTList(MVT::Other, MVT::Glue); in LowerCall()
1774 SDVTList CallArgVTs = DAG.getVTList(MVT::Other, MVT::Glue); in LowerCall()
1780 SDVTList CallArgEndVTs = DAG.getVTList(MVT::Other, MVT::Glue); in LowerCall()
1788 SDVTList PrototypeVTs = DAG.getVTList(MVT::Other, MVT::Glue); in LowerCall()
4980 SDVTList LdResVTs; in ReplaceLoadVector()
5087 SDVTList LdResVTs; in ReplaceINTRINSIC_W_CHAIN()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp2417 SDVTList VTs = CurDAG->getVTList(MVT::Other); in SelectV65GatherPred()
2456 SDVTList VTs = CurDAG->getVTList(MVT::Other); in SelectV65Gather()
2473 SDVTList VTs = CurDAG->getVTList(MVT::v16i32, MVT::v64i1); in SelectHVXDualOutput()
2480 SDVTList VTs = CurDAG->getVTList(MVT::v32i32, MVT::v128i1); in SelectHVXDualOutput()
2487 SDVTList VTs = CurDAG->getVTList(MVT::v16i32, MVT::v64i1); in SelectHVXDualOutput()
2494 SDVTList VTs = CurDAG->getVTList(MVT::v32i32, MVT::v128i1); in SelectHVXDualOutput()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp225 SDVTList VTs = DAG.getVTList(MVT::i32, MVT::i32, MVT::Other, MVT::Glue); in EmitTargetCodeForMemcpy()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1228 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue); in LowerCall()
1233 SDVTList InTyList = DAG.getVTList(InTys); in LowerCall()
1554 SDVTList Tys = DAG.getVTList(MVT::Other); in LowerStore()
1567 SDVTList Tys = DAG.getVTList(MVT::Other); in LowerStore()
1579 SDVTList Tys = DAG.getVTList(MVT::Other); // The chain. in LowerStore()
1606 SDVTList Tys = DAG.getVTList(LN->getValueType(0), MVT::Other); in LowerLoad()
1619 SDVTList Tys = DAG.getVTList(LN->getValueType(0), MVT::Other); in LowerLoad()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp229 SDVTList VTList = CurDAG->getVTList(VT, MVT::Other); in matchLoadD16FromBuildVector()
263 SDVTList VTList = CurDAG->getVTList(VT, MVT::Other); in matchLoadD16FromBuildVector()
853 SDVTList VTList = CurDAG->getVTList(MVT::i32, MVT::Glue); in SelectADD_SUB_I64()
1597 SDVTList VTs = CurDAG->getVTList(MVT::i32, MVT::i1); in SelectFlatOffsetImpl()
2498 SDVTList VTs = CurDAG->getVTList(MVT::f32, MVT::Other); in SelectInterpP1F16()
H A DSIISelLowering.h123 SDValue getMemIntrinsicNode(unsigned Opcode, const SDLoc &DL, SDVTList VTList,
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp801 SDVTList VTs = DAG.getVTList(Op.getValueType(), MVT::Glue); in LowerSELECT_CC()
818 SDVTList VTs = DAG.getVTList(Op.getValueType(), MVT::Glue); in LowerSETCC()
1443 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue); in LowerCall()
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp738 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue); in LowerCCCCallTo()
1002 SDVTList VTs = DAG.getVTList(Op.getValueType(), MVT::Glue); in LowerSELECT_CC()

12