Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCSubtarget.h92 bool Has64BitSupport; variable
216 bool has64BitSupport() const { return Has64BitSupport; } in has64BitSupport()
DPPCSubtarget.cpp66 Has64BitSupport = false; in initializeEnvironment()
DPPC.td57 def Feature64Bit : SubtargetFeature<"64bit","Has64BitSupport", "true",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenSubtargetInfo.inc8149 if (Bits[PPC::Feature64Bit]) Has64BitSupport = true;