Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h132 bool Has64BitDPP; variable
838 return Has64BitDPP; in has64BitDPP()
H A DVOPInstructions.td638 let SubtargetPredicate = !if(P.HasExt64BitDPP, Has64BitDPP, HasDPP);
639 let AssemblerPredicate = !if(P.HasExt64BitDPP, Has64BitDPP, HasDPP);
694 let SubtargetPredicate = !if(P.HasExt64BitDPP, Has64BitDPP, HasDPP);
695 let AssemblerPredicate = !if(P.HasExt64BitDPP, Has64BitDPP, HasDPP);
H A DAMDGPUSubtarget.cpp258 Has64BitDPP(false), in GCNSubtarget()
H A DAMDGPU.td427 "Has64BitDPP",
1345 def Has64BitDPP : Predicate<"Subtarget->has64BitDPP()">,