Searched refs:WQM (Results 1 – 11 of 11) sorted by relevance
56 // Whether WQM _must_ be enabled for this instruction.57 field bit WQM = 0;59 // Whether WQM _must_ be disabled for this instruction.180 let TSFlags{35} = WQM;
576 return MI.getDesc().TSFlags & SIInstrFlags::WQM; in isWQM()580 return get(Opcode).TSFlags & SIInstrFlags::WQM; in isWQM()
63 WQM = UINT64_C(1) << 35, enumerator
583 case AMDGPU::WQM: in runOnMachineFunction()
836 let BaseOpcode = !cast<MIMGBaseOpcode>(NAME), WQM = wqm,861 let BaseOpcode = !cast<MIMGBaseOpcode>(NAME), WQM = wqm,
133 // WQM pass processes it.134 def WQM : PseudoInstSI <(outs unknown:$vdst), (ins unknown:$src0)>;137 // turned into a copy by WQM pass, but does not seed WQM requirements.
516 } else if (Opcode == AMDGPU::WQM) { in scanInstructions()
4426 case AMDGPU::WQM: return AMDGPU::WQM; in getVALUOp()6737 case AMDGPU::WQM: in addUsersToMoveToVALUWorklist()6922 case AMDGPU::WQM: in getDestEquivalentVGPRClass()
2703 Opcode = AMDGPU::WQM; in SelectINTRINSIC_WO_CHAIN()
952 return constrainCopyLikeIntrin(I, AMDGPU::WQM); in selectG_INTRINSIC()
1586 // the source value is computed as if the entire program were executed in WQM.1592 // is computed as if the entire program were executed in WQM if any other1593 // program code executes in WQM.1638 // program ever uses WQM, then the instruction and the first source will be1639 // computed in WQM.