Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h130 bool HasDPP; variable
829 return HasDPP; in hasDPP()
833 return HasDPP && getGeneration() < GFX10; in hasDPPBroadcasts()
837 return HasDPP && getGeneration() < GFX10; in hasDPPWavefrontShifts()
H A DVOPInstructions.td652 let SubtargetPredicate = !if(P.HasExt64BitDPP, Has64BitDPP, HasDPP);
653 let AssemblerPredicate = !if(P.HasExt64BitDPP, Has64BitDPP, HasDPP);
712 let SubtargetPredicate = !if(P.HasExt64BitDPP, Has64BitDPP, HasDPP);
713 let AssemblerPredicate = !if(P.HasExt64BitDPP, Has64BitDPP, HasDPP);
H A DAMDGPU.td414 "HasDPP",
1381 def HasDPP : Predicate<"Subtarget->hasDPP()">,
H A DAMDGPUSubtarget.cpp258 HasDPP(false), in GCNSubtarget()