Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h95 bool Has64BitSupport; variable
231 bool has64BitSupport() const { return Has64BitSupport; } in has64BitSupport()
H A DPPCSubtarget.cpp74 Has64BitSupport = false; in initializeEnvironment()
H A DPPC.td58 def Feature64Bit : SubtargetFeature<"64bit","Has64BitSupport", "true",