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

  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 62 Has64BitSupport = false;
127 if (IsPPC64 && has64BitSupport())
PPCSubtarget.h 83 bool Has64BitSupport;
191 /// has64BitSupport - Return true if the selected CPU supports 64-bit
193 bool has64BitSupport() const { return Has64BitSupport; }
199 /// has64BitSupport() returns true.
PPCISelLowering.cpp 360 if (Subtarget.has64BitSupport()) {
379 if (Subtarget.has64BitSupport()) {
    [all...]

Completed in 3352 milliseconds