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