Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h95 bool Has64BitSupport; variable
233 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",