Lines Matching refs:InstructionsProcessed
181 SmallPtrSet<Instruction *, 16> *InstructionsProcessed);
186 SmallPtrSet<Instruction *, 16> *InstructionsProcessed);
956 SmallPtrSet<Instruction *, 16> InstructionsProcessed; in vectorizeInstructions() local
959 if (InstructionsProcessed.count(Instrs[Head])) in vectorizeInstructions()
964 !InstructionsProcessed.count(Instrs[Heads[TIt]])) { in vectorizeInstructions()
976 if (InstructionsProcessed.count(Instrs[I])) in vectorizeInstructions()
985 Vectorized = vectorizeLoadChain(Operands, &InstructionsProcessed); in vectorizeInstructions()
987 Vectorized = vectorizeStoreChain(Operands, &InstructionsProcessed); in vectorizeInstructions()
997 SmallPtrSet<Instruction *, 16> *InstructionsProcessed) { in vectorizeStoreChain() argument
1023 InstructionsProcessed->insert(Chain.begin(), Chain.end()); in vectorizeStoreChain()
1030 InstructionsProcessed->insert(Chain.begin(), Chain.end()); in vectorizeStoreChain()
1035 InstructionsProcessed->insert(NewChain.front()); in vectorizeStoreChain()
1064 vectorizeStoreChain(Chain.slice(0, TargetVF), InstructionsProcessed); in vectorizeStoreChain()
1066 vectorizeStoreChain(Chain.slice(TargetVF), InstructionsProcessed); in vectorizeStoreChain()
1078 InstructionsProcessed->insert(Chain.begin(), Chain.end()); in vectorizeStoreChain()
1085 Vectorized |= vectorizeStoreChain(Chains.first, InstructionsProcessed); in vectorizeStoreChain()
1086 Vectorized |= vectorizeStoreChain(Chains.second, InstructionsProcessed); in vectorizeStoreChain()
1102 Vectorized |= vectorizeStoreChain(Chains.first, InstructionsProcessed); in vectorizeStoreChain()
1103 Vectorized |= vectorizeStoreChain(Chains.second, InstructionsProcessed); in vectorizeStoreChain()
1157 SmallPtrSet<Instruction *, 16> *InstructionsProcessed) { in vectorizeLoadChain() argument
1183 InstructionsProcessed->insert(Chain.begin(), Chain.end()); in vectorizeLoadChain()
1190 InstructionsProcessed->insert(Chain.begin(), Chain.end()); in vectorizeLoadChain()
1195 InstructionsProcessed->insert(NewChain.front()); in vectorizeLoadChain()
1223 vectorizeLoadChain(Chain.slice(0, TargetVF), InstructionsProcessed); in vectorizeLoadChain()
1225 vectorizeLoadChain(Chain.slice(TargetVF), InstructionsProcessed); in vectorizeLoadChain()
1231 InstructionsProcessed->insert(Chain.begin(), Chain.end()); in vectorizeLoadChain()
1238 Vectorized |= vectorizeLoadChain(Chains.first, InstructionsProcessed); in vectorizeLoadChain()
1239 Vectorized |= vectorizeLoadChain(Chains.second, InstructionsProcessed); in vectorizeLoadChain()
1255 Vectorized |= vectorizeLoadChain(Chains.first, InstructionsProcessed); in vectorizeLoadChain()
1256 Vectorized |= vectorizeLoadChain(Chains.second, InstructionsProcessed); in vectorizeLoadChain()