Lines Matching defs:IntrID
2533 void AMDGPUDAGToDAGISel::SelectDSAppendConsume(SDNode *N, unsigned IntrID) {
2536 unsigned Opc = IntrID == Intrinsic::amdgcn_ds_append ?
2586 static unsigned gwsIntrinToOpcode(unsigned IntrID) {
2587 switch (IntrID) {
2605 void AMDGPUDAGToDAGISel::SelectDS_GWS(SDNode *N, unsigned IntrID) {
2607 (IntrID == Intrinsic::amdgcn_ds_gws_sema_release_all &&
2660 const unsigned Opc = gwsIntrinToOpcode(IntrID);
2730 unsigned IntrID = N->getConstantOperandVal(1);
2731 switch (IntrID) {
2736 SelectDSAppendConsume(N, IntrID);
2748 unsigned IntrID = N->getConstantOperandVal(0);
2761 switch (IntrID) {
2796 unsigned IntrID = N->getConstantOperandVal(1);
2797 switch (IntrID) {
2804 SelectDS_GWS(N, IntrID);