Lines Matching refs:IntrID
306 void SelectDSAppendConsume(SDNode *N, unsigned IntrID);
307 void SelectDS_GWS(SDNode *N, unsigned IntrID);
2443 void AMDGPUDAGToDAGISel::SelectDSAppendConsume(SDNode *N, unsigned IntrID) { in SelectDSAppendConsume() argument
2446 unsigned Opc = IntrID == Intrinsic::amdgcn_ds_append ? in SelectDSAppendConsume()
2483 static unsigned gwsIntrinToOpcode(unsigned IntrID) { in gwsIntrinToOpcode() argument
2484 switch (IntrID) { in gwsIntrinToOpcode()
2502 void AMDGPUDAGToDAGISel::SelectDS_GWS(SDNode *N, unsigned IntrID) { in SelectDS_GWS() argument
2503 if (IntrID == Intrinsic::amdgcn_ds_gws_sema_release_all && in SelectDS_GWS()
2556 const unsigned Opc = gwsIntrinToOpcode(IntrID); in SelectDS_GWS()
2626 unsigned IntrID = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in SelectINTRINSIC_W_CHAIN() local
2627 switch (IntrID) { in SelectINTRINSIC_W_CHAIN()
2632 SelectDSAppendConsume(N, IntrID); in SelectINTRINSIC_W_CHAIN()
2641 unsigned IntrID = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue(); in SelectINTRINSIC_WO_CHAIN() local
2643 switch (IntrID) { in SelectINTRINSIC_WO_CHAIN()
2666 unsigned IntrID = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in SelectINTRINSIC_VOID() local
2667 switch (IntrID) { in SelectINTRINSIC_VOID()
2674 SelectDS_GWS(N, IntrID); in SelectINTRINSIC_VOID()