HomeSort by: relevance | last modified time | path
    Searched refs:hasPartwordAtomics (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCSubtarget.h 141 bool HasPartwordAtomics;
303 bool hasPartwordAtomics() const { return HasPartwordAtomics; }
PPCISelLowering.cpp 11001 assert(Subtarget.hasPartwordAtomics() && "Call this only with size >=4");
11006 assert(Subtarget.hasPartwordAtomics() && "Call this only with size >=4");
11181 if (Subtarget.hasPartwordAtomics())
12089 (Subtarget.hasPartwordAtomics() &&
12091 (Subtarget.hasPartwordAtomics() &&
12103 assert(Subtarget.hasPartwordAtomics() && "No support partword atomics.");
12108 assert(Subtarget.hasPartwordAtomics() && "No support partword atomics.");

Completed in 35 milliseconds