Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h127 bool Has64BitDPP = false; variable
864 return Has64BitDPP; in has64BitDPP()
H A DVOPInstructions.td789 let SubtargetPredicate = !if(P.HasExt64BitDPP, Has64BitDPP, HasDPP);
790 let AssemblerPredicate = !if(P.HasExt64BitDPP, Has64BitDPP, HasDPP);
860 let SubtargetPredicate = !if(P.HasExt64BitDPP, Has64BitDPP, HasDPP);
861 let AssemblerPredicate = !if(P.HasExt64BitDPP, Has64BitDPP, HasDPP);
H A DAMDGPU.td456 "Has64BitDPP",
1619 def Has64BitDPP : Predicate<"Subtarget->has64BitDPP()">,