Searched refs:Has64BitDPP (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSubtarget.h | 127 bool Has64BitDPP = false; variable 888 return Has64BitDPP; in has64BitDPP()
|
| H A D | VOPInstructions.td | 794 let SubtargetPredicate = !if(P.HasExt64BitDPP, Has64BitDPP, HasDPP); 795 let AssemblerPredicate = !if(P.HasExt64BitDPP, Has64BitDPP, HasDPP); 865 let SubtargetPredicate = !if(P.HasExt64BitDPP, Has64BitDPP, HasDPP); 866 let AssemblerPredicate = !if(P.HasExt64BitDPP, Has64BitDPP, HasDPP);
|
| H A D | AMDGPU.td | 462 "Has64BitDPP", 1680 def Has64BitDPP : Predicate<"Subtarget->has64BitDPP()">,
|