reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
147 SDVTList VTs = DAG.getVTList(MVT::i32, MVT::Other); 158 return DAG.getNode(SystemZISD::CLC_LOOP, DL, VTs, Chain, Src1, Src2, 159 DAG.getConstant(Size, DL, PtrVT), 160 DAG.getConstant(Size / 256, DL, PtrVT)); 161 return DAG.getNode(SystemZISD::CLC, DL, VTs, Chain, Src1, Src2, 162 DAG.getConstant(Size, DL, PtrVT));