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

  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp 170 return Align >= Size && Size <= TLI->getMaxAtomicSizeInBitsSupported() / 8;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
AtomicExpandPass.cpp 191 return Align >= Size && Size <= TLI->getMaxAtomicSizeInBitsSupported() / 8;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetLowering.h     [all...]

Completed in 186 milliseconds