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

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCSubtarget.h 68 bool HasSTFIWX;
136 bool hasSTFIWX() const { return HasSTFIWX; }
PPCSubtarget.cpp 76 , HasSTFIWX(false)
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 109 bool HasSTFIWX;
234 bool hasSTFIWX() const { return HasSTFIWX; }
PPCSubtarget.cpp 82 HasSTFIWX = false;

Completed in 105 milliseconds