Searched refs:HasDPP (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNSubtarget.h | 131 bool HasDPP = false; variable 1024 return HasDPP; in hasDPP() 1028 return HasDPP && getGeneration() < GFX10; in hasDPPBroadcasts() 1032 return HasDPP && getGeneration() < GFX10; in hasDPPWavefrontShifts()
|
H A D | VOP3PInstructions.td | 14 bit HasDPP = 0> : VOP3_Profile<P, Features> { 16 let HasExtVOP3DPP = HasDPP; 381 VOP3P_Profile<VOP_F32_V2F16_V2F16_F32, VOP3_REGULAR, /*HasDPP*/ 1>, 403 : VOP3P_Profile<VOP_F32_V2BF16_V2BF16_F32, VOP3_REGULAR, /*HasDPP*/ 1> {
|
H A D | AMDGPU.td | 496 "HasDPP", 2084 def HasDPP : Predicate<"Subtarget->hasDPP()">,
|
H A D | VOPInstructions.td | 836 let AssemblerPredicate = !if(P.HasExt64BitDPP, HasDPALU_DPP, HasDPP); 909 let AssemblerPredicate = !if(P.HasExt64BitDPP, HasDPALU_DPP, HasDPP);
|