Home
last modified time | relevance | path

Searched refs:InstructionsProcessed (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp197 SmallPtrSet<Instruction *, 16> *InstructionsProcessed);
202 SmallPtrSet<Instruction *, 16> *InstructionsProcessed);
900 SmallPtrSet<Instruction *, 16> InstructionsProcessed; in vectorizeInstructions() local
903 if (InstructionsProcessed.count(Instrs[Head])) in vectorizeInstructions()
908 !InstructionsProcessed.count(Instrs[Heads[TIt]])) { in vectorizeInstructions()
920 if (InstructionsProcessed.count(Instrs[I])) in vectorizeInstructions()
929 Vectorized = vectorizeLoadChain(Operands, &InstructionsProcessed); in vectorizeInstructions()
931 Vectorized = vectorizeStoreChain(Operands, &InstructionsProcessed); in vectorizeInstructions()
941 SmallPtrSet<Instruction *, 16> *InstructionsProcessed) { in vectorizeStoreChain() argument
967 InstructionsProcessed->insert(Chain.begin(), Chain.end()); in vectorizeStoreChain()
[all …]