Lines Matching defs:IntrID
1750 MachineInstr &MI, Intrinsic::ID IntrID) const {
1779 unsigned Instruction = IntrID == Intrinsic::amdgcn_ds_ordered_add ? 0 : 1;
1813 static unsigned gwsIntrinToOpcode(unsigned IntrID) {
1814 switch (IntrID) {
3678 MachineInstr &MI, Intrinsic::ID IntrID) const {
3679 if (IntrID == Intrinsic::amdgcn_permlane16_swap &&
3682 if (IntrID == Intrinsic::amdgcn_permlane32_swap &&
3686 unsigned Opcode = IntrID == Intrinsic::amdgcn_permlane16_swap
5875 MachineInstr &I, Intrinsic::ID IntrID) const {
5891 MachineInstr &I, Intrinsic::ID IntrID) const {
5921 unsigned getNamedBarrierOp(bool HasInlineConst, Intrinsic::ID IntrID) {
5923 switch (IntrID) {
5932 switch (IntrID) {
5944 MachineInstr &I, Intrinsic::ID IntrID) const {
5987 unsigned Opc = IntrID == Intrinsic::amdgcn_s_barrier_init
5998 MachineInstr &I, Intrinsic::ID IntrID) const {
6001 MachineOperand BarOp = IntrID == Intrinsic::amdgcn_s_get_named_barrier_state
6027 unsigned Opc = getNamedBarrierOp(BarValImm.has_value(), IntrID);
6030 if (IntrID == Intrinsic::amdgcn_s_get_named_barrier_state) {