Searched defs:NonPow2Len (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp222 bool vectorizePairs(BasicBlock &BB, bool NonPow2Len = false);
229 std::vector<Value *> &PairableInsts, bool NonPow2Len);
275 bool IsSimpleLoadStore, bool NonPow2Len,
690 bool BBVectorize::vectorizePairs(BasicBlock &BB, bool NonPow2Len) { argument
709 PairableInsts, NonPow2Len);
925 bool IsSimpleLoadStore, bool NonPow2Len,
936 (NonPow2Len ? Instruction::CompareUsingScalarTypes : 0)))
1170 std::vector<Value *> &PairableInsts, bool NonPow2Len) {
1208 if (!areInstsCompatible(I, J, IsSimpleLoadStore, NonPow2Len,
924 areInstsCompatible(Instruction *I, Instruction *J, bool IsSimpleLoadStore, bool NonPow2Len, int &CostSavings, int &FixedOrder) argument
1165 getCandidatePairs(BasicBlock &BB, BasicBlock::iterator &Start, DenseMap<Value *, std::vector<Value *> > &CandidatePairs, DenseSet<ValuePair> &FixedOrderPairs, DenseMap<ValuePair, int> &CandidatePairCostSavings, std::vector<Value *> &PairableInsts, bool NonPow2Len) argument

Completed in 57 milliseconds