Home
last modified time | relevance | path

Searched refs:WQM (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DSIInstrFormats.td56 // 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;
DSIInstrInfo.h576 return MI.getDesc().TSFlags & SIInstrFlags::WQM; in isWQM()
580 return get(Opcode).TSFlags & SIInstrFlags::WQM; in isWQM()
DSIDefines.h63 WQM = UINT64_C(1) << 35, enumerator
DSIFixSGPRCopies.cpp583 case AMDGPU::WQM: in runOnMachineFunction()
DMIMGInstructions.td836 let BaseOpcode = !cast<MIMGBaseOpcode>(NAME), WQM = wqm,
861 let BaseOpcode = !cast<MIMGBaseOpcode>(NAME), WQM = wqm,
DSIInstructions.td133 // 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.
DSIWholeQuadMode.cpp516 } else if (Opcode == AMDGPU::WQM) { in scanInstructions()
DSIInstrInfo.cpp4426 case AMDGPU::WQM: return AMDGPU::WQM; in getVALUOp()
6737 case AMDGPU::WQM: in addUsersToMoveToVALUWorklist()
6922 case AMDGPU::WQM: in getDestEquivalentVGPRClass()
DAMDGPUISelDAGToDAG.cpp2703 Opcode = AMDGPU::WQM; in SelectINTRINSIC_WO_CHAIN()
DAMDGPUInstructionSelector.cpp952 return constrainCopyLikeIntrin(I, AMDGPU::WQM); in selectG_INTRINSIC()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DIntrinsicsAMDGPU.td1586 // 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 other
1593 // program code executes in WQM.
1638 // program ever uses WQM, then the instruction and the first source will be
1639 // computed in WQM.