Lines Matching defs:IntrID
1209 unsigned IntrID) const {
1218 AMDGPU::lookupRsrcIntrinsic(IntrID)) {
1220 Intrinsic::getAttributes(CI.getContext(), (Intrinsic::ID)IntrID);
1231 AMDGPU::getImageDimIntrinsicInfo(IntrID);
1247 bool IsSPrefetch = IntrID == Intrinsic::amdgcn_s_buffer_prefetch_data;
1301 switch (IntrID) {
1336 switch (IntrID) {
1440 if (IntrID == Intrinsic::amdgcn_ds_gws_barrier)
9089 unsigned IntrID = Op.getConstantOperandVal(1);
9092 switch (IntrID) {
9123 unsigned Instruction = IntrID == Intrinsic::amdgcn_ds_ordered_add ? 0 : 1;
9152 IntrID == Intrinsic::amdgcn_raw_buffer_load_format ||
9153 IntrID == Intrinsic::amdgcn_raw_ptr_buffer_load_format;
9179 IntrID == Intrinsic::amdgcn_struct_buffer_load_format ||
9180 IntrID == Intrinsic::amdgcn_struct_ptr_buffer_load_format;
9544 switch (IntrID) {
9569 if (IntrID == Intrinsic::amdgcn_s_get_named_barrier_state)
9577 if (IntrID == Intrinsic::amdgcn_s_get_named_barrier_state) {
9596 AMDGPU::getImageDimIntrinsicInfo(IntrID))