Home
last modified time | relevance | path

Searched refs:has64BitDPP (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h837 bool has64BitDPP() const { in has64BitDPP() function
H A DGCNDPPCombine.cpp621 if (ST->has64BitDPP() && combineDPPMov(MI)) { in runOnMachineFunction()
H A DAMDGPU.td1345 def Has64BitDPP : Predicate<"Subtarget->has64BitDPP()">,