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

  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 64 bool HasSPE = false;
212 bool hasSPE() const { return HasSPE; }
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 97 bool HasSPE;
239 bool hasSPE() const { return HasSPE; }

Completed in 5269 milliseconds