Home
last modified time | relevance | path

Searched refs:HasDPP (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h125 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 DVOP3PInstructions.td14 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 DVOPInstructions.td789 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 DAMDGPU.td443 "HasDPP",
1613 def HasDPP : Predicate<"Subtarget->hasDPP()">,