Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.h172 bool has64BitSupport() const { return Has64BitSupport; } in has64BitSupport() function
DPPCSubtarget.cpp186 if (use64BitRegs() && !has64BitSupport()) in resetSubtargetFeatures()
DPPCISelLowering.cpp352 if (Subtarget.has64BitSupport()) { in PPCTargetLowering()
371 if (Subtarget.has64BitSupport()) { in PPCTargetLowering()
615 if (Subtarget.has64BitSupport()) { in PPCTargetLowering()
8026 if (TM.getSubtarget<PPCSubtarget>().has64BitSupport()) { in PerformDAGCombine()