HomeSort by relevance Sort by last modified time
    Searched defs:isLegalToVectorizeStore (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 537 bool isLegalToVectorizeStore(StoreInst *SI) const { return true; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
TargetTransformInfo.cpp 590 bool TargetTransformInfo::isLegalToVectorizeStore(StoreInst *SI) const {
591 return TTIImpl->isLegalToVectorizeStore(SI);
    [all...]

Completed in 521 milliseconds