Lines Matching refs:SDNode
56 void Select(SDNode *N) override;
57 bool tryIntrinsicNoChain(SDNode *N);
58 bool tryIntrinsicChain(SDNode *N);
59 void SelectTexSurfHandle(SDNode *N);
60 bool tryLoad(SDNode *N);
61 bool tryLoadVector(SDNode *N);
62 bool tryLDGLDU(SDNode *N);
63 bool tryStore(SDNode *N);
64 bool tryStoreVector(SDNode *N);
65 bool tryLoadParam(SDNode *N);
66 bool tryStoreRetval(SDNode *N);
67 bool tryStoreParam(SDNode *N);
68 void SelectAddrSpaceCast(SDNode *N);
69 bool tryTextureIntrinsic(SDNode *N);
70 bool trySurfaceIntrinsic(SDNode *N);
71 bool tryBFE(SDNode *N);
80 bool SelectADDRri_imp(SDNode *OpNode, SDValue Addr, SDValue &Base,
82 bool SelectADDRri(SDNode *OpNode, SDValue Addr, SDValue &Base,
84 bool SelectADDRri64(SDNode *OpNode, SDValue Addr, SDValue &Base,
87 bool SelectADDRsi_imp(SDNode *OpNode, SDValue Addr, SDValue &Base,
89 bool SelectADDRsi(SDNode *OpNode, SDValue Addr, SDValue &Base,
91 bool SelectADDRsi64(SDNode *OpNode, SDValue Addr, SDValue &Base,
94 bool ChkMemSDNodeAddressSpace(SDNode *N, unsigned int spN) const;