Searched refs:WQM (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrFormats.td | 63 // Whether WQM _must_ be enabled for this instruction. 64 field bit WQM = 0; 66 // Whether WQM _must_ be disabled for this instruction. 201 let TSFlags{35} = WQM;
|
H A D | SIDefines.h | 105 WQM = UINT64_C(1) << 35, enumerator
|
H A D | SIInstrInfo.h | 696 return MI.getDesc().TSFlags & SIInstrFlags::WQM; in isWQM() 700 return get(Opcode).TSFlags & SIInstrFlags::WQM; in isWQM()
|
H A D | SIFixSGPRCopies.cpp | 626 case AMDGPU::WQM: in runOnMachineFunction()
|
H A D | MIMGInstructions.td | 1427 let BaseOpcode = !cast<MIMGBaseOpcode>(NAME), WQM = wqm, 1480 let BaseOpcode = !cast<MIMGBaseOpcode>(NAME), WQM = wqm, 1508 let BaseOpcode = !cast<MIMGBaseOpcode>(NAME), WQM = wqm,
|
H A D | SIWholeQuadMode.cpp | 511 } else if (Opcode == AMDGPU::WQM) { in scanInstructions()
|
H A D | SIInstructions.td | 161 // WQM pass processes it. 162 def WQM : PseudoInstSI <(outs unknown:$vdst), (ins unknown:$src0)>; 165 // turned into a copy by WQM pass, but does not seed WQM requirements.
|
H A D | SIInstrInfo.cpp | 5348 case AMDGPU::WQM: return AMDGPU::WQM; in getVALUOp() 8282 case AMDGPU::WQM: in addUsersToMoveToVALUWorklist() 8454 case AMDGPU::WQM: in getDestEquivalentVGPRClass()
|
H A D | AMDGPUISelDAGToDAG.cpp | 2763 Opcode = AMDGPU::WQM; in SelectINTRINSIC_WO_CHAIN()
|
H A D | AMDGPUInstructionSelector.cpp | 1039 return constrainCopyLikeIntrin(I, AMDGPU::WQM); in selectG_INTRINSIC()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsAMDGPU.td | 2061 // Does not set WQM; merely calculates the bitmask. 2189 // the source value is computed as if the entire program were executed in WQM. 2195 // is computed as if the entire program were executed in WQM if any other 2196 // program code executes in WQM. 2242 // program ever uses WQM, then the instruction and the first source will be 2243 // computed in WQM.
|