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

  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 103 IsQPXStackUnaligned = false;
141 IsQPXStackUnaligned = QPXStackUnaligned;
PPCSubtarget.h 141 bool IsQPXStackUnaligned;
267 bool isQPXStackUnaligned() const { return IsQPXStackUnaligned; }
269 if ((hasQPX() || isBGQ()) && !isQPXStackUnaligned())

Completed in 1697 milliseconds