Home
last modified time | relevance | path

Searched refs:has64BitSupport (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCSubtarget.h118 bool has64BitSupport() const { return Has64BitSupport; } in has64BitSupport() function
DPPCSubtarget.cpp105 if (use64BitRegs() && !has64BitSupport()) in PPCSubtarget()
DPPCISelLowering.cpp253 if (TM.getSubtarget<PPCSubtarget>().has64BitSupport()) { in PPCTargetLowering()
5230 if (TM.getSubtarget<PPCSubtarget>().has64BitSupport()) { in PerformDAGCombine()
/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.cpp131 if (IsPPC64 && has64BitSupport()) in initSubtargetFeatures()
DPPCSubtarget.h205 bool has64BitSupport() const { return Has64BitSupport; } in has64BitSupport() function
DPPCISelLowering.cpp368 if (Subtarget.has64BitSupport()) { in PPCTargetLowering()
387 if (Subtarget.has64BitSupport()) { in PPCTargetLowering()
830 if (Subtarget.has64BitSupport()) in PPCTargetLowering()
10364 if (!Subtarget.has64BitSupport()) in combineFPToIntToFP()