Searched refs:Has64BitDPP (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSubtarget.h | 132 bool Has64BitDPP; variable 845 return Has64BitDPP; in has64BitDPP()
|
| H A D | VOPInstructions.td | 652 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 D | AMDGPU.td | 427 "Has64BitDPP", 1387 def Has64BitDPP : Predicate<"Subtarget->has64BitDPP()">,
|
| H A D | AMDGPUSubtarget.cpp | 260 Has64BitDPP(false), in GCNSubtarget()
|