Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.cpp127 if (IsPPC64 && has64BitSupport()) in initSubtargetFeatures()
DPPCSubtarget.h193 bool has64BitSupport() const { return Has64BitSupport; } in has64BitSupport() function
DPPCISelLowering.cpp360 if (Subtarget.has64BitSupport()) { in PPCTargetLowering()
379 if (Subtarget.has64BitSupport()) { in PPCTargetLowering()
815 if (Subtarget.has64BitSupport()) in PPCTargetLowering()
10006 if (!Subtarget.has64BitSupport()) in combineFPToIntToFP()