Lines Matching defs:IntrID
2626 void AMDGPUDAGToDAGISel::SelectDSAppendConsume(SDNode *N, unsigned IntrID) {
2629 unsigned Opc = IntrID == Intrinsic::amdgcn_ds_append ?
2679 static unsigned gwsIntrinToOpcode(unsigned IntrID) {
2680 switch (IntrID) {
2698 void AMDGPUDAGToDAGISel::SelectDS_GWS(SDNode *N, unsigned IntrID) {
2700 (IntrID == Intrinsic::amdgcn_ds_gws_sema_release_all &&
2753 const unsigned Opc = gwsIntrinToOpcode(IntrID);
2823 unsigned IntrID = N->getConstantOperandVal(1);
2824 switch (IntrID) {
2829 SelectDSAppendConsume(N, IntrID);
2846 unsigned IntrID = N->getConstantOperandVal(0);
2859 switch (IntrID) {
2878 if ((IntrID == Intrinsic::amdgcn_permlane16_swap &&
2880 (IntrID == Intrinsic::amdgcn_permlane32_swap &&
2886 Opcode = IntrID == Intrinsic::amdgcn_permlane16_swap
2919 unsigned IntrID = N->getConstantOperandVal(1);
2920 switch (IntrID) {
2927 SelectDS_GWS(N, IntrID);