HomeSort by: relevance | last modified time | path
    Searched refs:has64BitSupport (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 74 Has64BitSupport = false;
165 if (IsPPC64 && has64BitSupport())
PPCSubtarget.h 95 bool Has64BitSupport;
229 /// has64BitSupport - Return true if the selected CPU supports 64-bit
231 bool has64BitSupport() const { return Has64BitSupport; }
241 /// has64BitSupport() returns true.
PPCISelLowering.cpp 629 if (Subtarget.has64BitSupport()) {
661 if (Subtarget.has64BitSupport()) {
700 if (Subtarget.has64BitSupport()) {
1270 if (Subtarget.has64BitSupport())
14046 if (useSoftFloat() || !Subtarget.has64BitSupport())

Completed in 114 milliseconds