Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.h69 bool Has64BitSupport; variable
126 bool has64BitSupport() const { return Has64BitSupport; } in has64BitSupport()
DPPCSubtarget.cpp35 , Has64BitSupport(false) in PPCSubtarget()
65 Has64BitSupport = true; in PPCSubtarget()
DPPC.td45 def Feature64Bit : SubtargetFeature<"64bit","Has64BitSupport", "true",