Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrFormats.td63 // 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 DSIDefines.h105 WQM = UINT64_C(1) << 35, enumerator
H A DSIInstrInfo.h696 return MI.getDesc().TSFlags & SIInstrFlags::WQM; in isWQM()
700 return get(Opcode).TSFlags & SIInstrFlags::WQM; in isWQM()
H A DSIFixSGPRCopies.cpp626 case AMDGPU::WQM: in runOnMachineFunction()
H A DMIMGInstructions.td1427 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 DSIWholeQuadMode.cpp511 } else if (Opcode == AMDGPU::WQM) { in scanInstructions()
H A DSIInstructions.td161 // 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 DSIInstrInfo.cpp5348 case AMDGPU::WQM: return AMDGPU::WQM; in getVALUOp()
8282 case AMDGPU::WQM: in addUsersToMoveToVALUWorklist()
8454 case AMDGPU::WQM: in getDestEquivalentVGPRClass()
H A DAMDGPUISelDAGToDAG.cpp2763 Opcode = AMDGPU::WQM; in SelectINTRINSIC_WO_CHAIN()
H A DAMDGPUInstructionSelector.cpp1039 return constrainCopyLikeIntrin(I, AMDGPU::WQM); in selectG_INTRINSIC()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAMDGPU.td2061 // 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.