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

  /external/llvm/include/llvm/Transforms/Vectorize/
SLPVectorizer.h 99 bool vectorizeStoreChain(ArrayRef<Value *> Chain, int CostThreshold,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Vectorize/
SLPVectorizer.h 105 bool vectorizeStoreChain(ArrayRef<Value *> Chain, slpvectorizer::BoUpSLP &R,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Vectorize/
SLPVectorizer.h 105 bool vectorizeStoreChain(ArrayRef<Value *> Chain, slpvectorizer::BoUpSLP &R,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Vectorize/
SLPVectorizer.h 105 bool vectorizeStoreChain(ArrayRef<Value *> Chain, slpvectorizer::BoUpSLP &R,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Vectorize/
SLPVectorizer.h 105 bool vectorizeStoreChain(ArrayRef<Value *> Chain, slpvectorizer::BoUpSLP &R,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Vectorize/
SLPVectorizer.h 105 bool vectorizeStoreChain(ArrayRef<Value *> Chain, slpvectorizer::BoUpSLP &R,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Vectorize/
SLPVectorizer.h 105 bool vectorizeStoreChain(ArrayRef<Value *> Chain, slpvectorizer::BoUpSLP &R,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Vectorize/
SLPVectorizer.h 105 bool vectorizeStoreChain(ArrayRef<Value *> Chain, slpvectorizer::BoUpSLP &R,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Vectorize/
SLPVectorizer.h 105 bool vectorizeStoreChain(ArrayRef<Value *> Chain, slpvectorizer::BoUpSLP &R,
  /external/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 132 bool vectorizeStoreChain(ArrayRef<Value *> Chain,
655 Vectorized = vectorizeStoreChain(Operands, &InstructionsProcessed);
663 bool Vectorizer::vectorizeStoreChain(
717 return vectorizeStoreChain(Chain.slice(0, ChainSize - 1),
721 return vectorizeStoreChain(Chains.first, InstructionsProcessed) |
722 vectorizeStoreChain(Chains.second, InstructionsProcessed);
738 return vectorizeStoreChain(Chain.slice(0, VF), InstructionsProcessed) |
739 vectorizeStoreChain(Chain.slice(VF), InstructionsProcessed);
    [all...]
SLPVectorizer.cpp     [all...]

Completed in 399 milliseconds