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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 1852 bool supportsUnalignedAtomics() const { return SupportsUnalignedAtomics; }
2303 SupportsUnalignedAtomics = UnalignedSupported;
2925 bool SupportsUnalignedAtomics;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 4670 if (!TLI.supportsUnalignedAtomics() &&

Completed in 50 milliseconds