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 81 bool Has64BitSupport;
170 /// has64BitSupport - Return true if the selected CPU supports 64-bit
172 bool has64BitSupport() const { return Has64BitSupport; }
176 /// has64BitSupport() returns true.
PPCSubtarget.cpp 118 Has64BitSupport = false;
164 Has64BitSupport = true;
186 if (use64BitRegs() && !has64BitSupport())

Completed in 42 milliseconds