Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h136 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 DVOP3PInstructions.td14 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 DAMDGPU.td629 "HasDPP",
2482 def HasDPP : Predicate<"Subtarget->hasDPP()">,
H A DVOPInstructions.td991 let AssemblerPredicate = !if(P.HasExt64BitDPP, HasDPALU_DPP, HasDPP);
1063 let AssemblerPredicate = !if(P.HasExt64BitDPP, HasDPALU_DPP, HasDPP);