Lines Matching refs:IntrID
2475 void AMDGPUDAGToDAGISel::SelectDSAppendConsume(SDNode *N, unsigned IntrID) { in SelectDSAppendConsume() argument
2478 unsigned Opc = IntrID == Intrinsic::amdgcn_ds_append ? in SelectDSAppendConsume()
2528 static unsigned gwsIntrinToOpcode(unsigned IntrID) { in gwsIntrinToOpcode() argument
2529 switch (IntrID) { in gwsIntrinToOpcode()
2547 void AMDGPUDAGToDAGISel::SelectDS_GWS(SDNode *N, unsigned IntrID) { in SelectDS_GWS() argument
2549 (IntrID == Intrinsic::amdgcn_ds_gws_sema_release_all && in SelectDS_GWS()
2602 const unsigned Opc = gwsIntrinToOpcode(IntrID); in SelectDS_GWS()
2672 unsigned IntrID = N->getConstantOperandVal(1); in SelectINTRINSIC_W_CHAIN() local
2673 switch (IntrID) { in SelectINTRINSIC_W_CHAIN()
2678 SelectDSAppendConsume(N, IntrID); in SelectINTRINSIC_W_CHAIN()
2690 unsigned IntrID = N->getConstantOperandVal(0); in SelectINTRINSIC_WO_CHAIN() local
2692 switch (IntrID) { in SelectINTRINSIC_WO_CHAIN()
2731 unsigned IntrID = N->getConstantOperandVal(1); in SelectINTRINSIC_VOID() local
2732 switch (IntrID) { in SelectINTRINSIC_VOID()
2739 SelectDS_GWS(N, IntrID); in SelectINTRINSIC_VOID()