Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp233 bool vectorizePairs(BasicBlock &BB, bool NonPow2Len = false);
240 std::vector<Value *> &PairableInsts, bool NonPow2Len);
286 bool IsSimpleLoadStore, bool NonPow2Len,
727 bool BBVectorize::vectorizePairs(BasicBlock &BB, bool NonPow2Len) { in vectorizePairs() argument
746 PairableInsts, NonPow2Len); in vectorizePairs()
957 bool IsSimpleLoadStore, bool NonPow2Len, in areInstsCompatible() argument
968 (NonPow2Len ? Instruction::CompareUsingScalarTypes : 0))) in areInstsCompatible()
1240 std::vector<Value *> &PairableInsts, bool NonPow2Len) { in getCandidatePairs() argument
1283 if (!areInstsCompatible(&*I, &*J, IsSimpleLoadStore, NonPow2Len, in getCandidatePairs()