Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h125 bool HasDPP = false; variable
872 return HasDPP; in hasDPP()
876 return HasDPP && getGeneration() < GFX10; in hasDPPBroadcasts()
880 return HasDPP && getGeneration() < GFX10; in hasDPPWavefrontShifts()
H A DVOP3PInstructions.td14 bit HasDPP = 0> : VOP3_Profile<P, Features> {
16 let HasExtVOP3DPP = HasDPP;
343 VOP3P_Profile<VOP_F32_V2F16_V2F16_F32, VOP3_REGULAR, /*HasDPP*/ 1>,
362 : VOP3P_Profile<VOP_F32_V2I16_V2I16_F32, VOP3_REGULAR, /*HasDPP*/ 1> {
H A DVOPInstructions.td794 let SubtargetPredicate = !if(P.HasExt64BitDPP, Has64BitDPP, HasDPP);
795 let AssemblerPredicate = !if(P.HasExt64BitDPP, Has64BitDPP, HasDPP);
865 let SubtargetPredicate = !if(P.HasExt64BitDPP, Has64BitDPP, HasDPP);
866 let AssemblerPredicate = !if(P.HasExt64BitDPP, Has64BitDPP, HasDPP);
H A DAMDGPU.td449 "HasDPP",
1674 def HasDPP : Predicate<"Subtarget->hasDPP()">,