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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.h 154 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes,
235 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes,
AMDGPUTargetTransformInfo.cpp 293 bool GCNTTIImpl::isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes,
680 bool R600TTIImpl::isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
TargetTransformInfoImpl.h 545 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
TargetTransformInfo.cpp 600 bool TargetTransformInfo::isLegalToVectorizeStoreChain(
602 return TTIImpl->isLegalToVectorizeStoreChain(ChainSizeInBytes, Alignment,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp     [all...]

Completed in 535 milliseconds