Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.h81 bool Has64BitSupport; variable
172 bool has64BitSupport() const { return Has64BitSupport; } in has64BitSupport()
DPPCSubtarget.cpp118 Has64BitSupport = false; in initializeEnvironment()
164 Has64BitSupport = true; in resetSubtargetFeatures()
DPPC.td51 def Feature64Bit : SubtargetFeature<"64bit","Has64BitSupport", "true",