Searched refs:Has64BitDPP (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSubtarget.h | 127 bool Has64BitDPP = false; variable 864 return Has64BitDPP; in has64BitDPP()
|
| H A D | VOPInstructions.td | 789 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 D | AMDGPU.td | 456 "Has64BitDPP", 1619 def Has64BitDPP : Predicate<"Subtarget->has64BitDPP()">,
|