Searched refs:HasDPP (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSubtarget.h | 136 bool HasDPP = false; variable 1069 return HasDPP; in hasDPP() 1073 return HasDPP && getGeneration() < GFX10; in hasDPPBroadcasts() 1077 return HasDPP && getGeneration() < GFX10; in hasDPPWavefrontShifts()
|
| H A D | VOP3PInstructions.td | 14 bit HasDPP = 0> : VOP3_Profile<P, Features> { 16 let HasExtVOP3DPP = HasDPP; 447 VOP3P_Profile<VOP_F32_V2F16_V2F16_F32, VOP3_REGULAR, /*HasDPP*/ 1>, 465 : VOP3P_Profile<VOP_F32_V2BF16_V2BF16_F32, VOP3_REGULAR, /*HasDPP*/ 1> {
|
| H A D | AMDGPU.td | 629 "HasDPP", 2482 def HasDPP : Predicate<"Subtarget->hasDPP()">,
|
| H A D | VOPInstructions.td | 991 let AssemblerPredicate = !if(P.HasExt64BitDPP, HasDPALU_DPP, HasDPP); 1063 let AssemblerPredicate = !if(P.HasExt64BitDPP, HasDPALU_DPP, HasDPP);
|