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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.h 151 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes,
232 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes,
AMDGPUTargetTransformInfo.cpp 287 bool GCNTTIImpl::isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes,
674 bool R600TTIImpl::isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
TargetTransformInfoImpl.h 539 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
TargetTransformInfo.cpp 594 bool TargetTransformInfo::isLegalToVectorizeLoadChain(
596 return TTIImpl->isLegalToVectorizeLoadChain(ChainSizeInBytes, Alignment,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp     [all...]

Completed in 247 milliseconds