Searched refs:HasDPP (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSubtarget.h | 125 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 D | VOP3PInstructions.td | 14 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 D | VOPInstructions.td | 794 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 D | AMDGPU.td | 449 "HasDPP", 1674 def HasDPP : Predicate<"Subtarget->hasDPP()">,
|