Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h132 bool Has64BitDPP; variable
845 return Has64BitDPP; in has64BitDPP()
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.td427 "Has64BitDPP",
1387 def Has64BitDPP : Predicate<"Subtarget->has64BitDPP()">,
H A DAMDGPUSubtarget.cpp260 Has64BitDPP(false), in GCNSubtarget()