Searched refs:HasDPP (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSubtarget.h | 125 bool HasDPP = false; variable 848 return HasDPP; in hasDPP() 852 return HasDPP && getGeneration() < GFX10; in hasDPPBroadcasts() 856 return HasDPP && getGeneration() < GFX10; in hasDPPWavefrontShifts()
|
| H A D | VOP3PInstructions.td | 14 bit HasDPP = 0> : VOP3_Profile<P, Features> { 16 let HasExtVOP3DPP = HasDPP; 344 VOP3P_Profile<VOP_F32_V2F16_V2F16_F32, VOP3_REGULAR, /*HasDPP*/ 1>, 365 VOP3P_Profile<VOP_F32_V2I16_V2I16_F32, VOP3_REGULAR, /*HasDPP*/ 1>,
|
| H A D | VOPInstructions.td | 789 let SubtargetPredicate = !if(P.HasExt64BitDPP, Has64BitDPP, HasDPP); 790 let AssemblerPredicate = !if(P.HasExt64BitDPP, Has64BitDPP, HasDPP); 860 let SubtargetPredicate = !if(P.HasExt64BitDPP, Has64BitDPP, HasDPP); 861 let AssemblerPredicate = !if(P.HasExt64BitDPP, Has64BitDPP, HasDPP);
|
| H A D | AMDGPU.td | 443 "HasDPP", 1613 def HasDPP : Predicate<"Subtarget->hasDPP()">,
|