HomeSort by relevance Sort by last modified time
    Searched refs:Has64BitSupport (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 65 bool Has64BitSupport;
119 /// has64BitSupport - Return true if the selected CPU supports 64-bit
121 bool has64BitSupport() const { return Has64BitSupport; }
125 /// has64BitSupport() returns true.
PPCSubtarget.cpp 72 , Has64BitSupport(false)
100 Has64BitSupport = true;
107 if (use64BitRegs() && !has64BitSupport())

Completed in 15 milliseconds