Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h127 bool Has64BitDPP = false; variable
888 return Has64BitDPP; in has64BitDPP()
H A DVOPInstructions.td794 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 DAMDGPU.td462 "Has64BitDPP",
1680 def Has64BitDPP : Predicate<"Subtarget->has64BitDPP()">,