Lines Matching refs:IntrID
277 void SelectDSAppendConsume(SDNode *N, unsigned IntrID);
278 void SelectDS_GWS(SDNode *N, unsigned IntrID);
2501 void AMDGPUDAGToDAGISel::SelectDSAppendConsume(SDNode *N, unsigned IntrID) { in SelectDSAppendConsume() argument
2504 unsigned Opc = IntrID == Intrinsic::amdgcn_ds_append ? in SelectDSAppendConsume()
2541 static unsigned gwsIntrinToOpcode(unsigned IntrID) { in gwsIntrinToOpcode() argument
2542 switch (IntrID) { in gwsIntrinToOpcode()
2560 void AMDGPUDAGToDAGISel::SelectDS_GWS(SDNode *N, unsigned IntrID) { in SelectDS_GWS() argument
2561 if (IntrID == Intrinsic::amdgcn_ds_gws_sema_release_all && in SelectDS_GWS()
2614 const unsigned Opc = gwsIntrinToOpcode(IntrID); in SelectDS_GWS()
2684 unsigned IntrID = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in SelectINTRINSIC_W_CHAIN() local
2685 switch (IntrID) { in SelectINTRINSIC_W_CHAIN()
2690 SelectDSAppendConsume(N, IntrID); in SelectINTRINSIC_W_CHAIN()
2699 unsigned IntrID = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue(); in SelectINTRINSIC_WO_CHAIN() local
2701 switch (IntrID) { in SelectINTRINSIC_WO_CHAIN()
2728 unsigned IntrID = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in SelectINTRINSIC_VOID() local
2729 switch (IntrID) { in SelectINTRINSIC_VOID()
2736 SelectDS_GWS(N, IntrID); in SelectINTRINSIC_VOID()