Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp402 bool canReuseExtract(ArrayRef<Value *> VL, unsigned Opcode) const;
1131 bool Reuse = canReuseExtract(VL, Opcode); in buildTree_rec()
1485 bool BoUpSLP::canReuseExtract(ArrayRef<Value *> VL, unsigned Opcode) const { in canReuseExtract() function in BoUpSLP
1559 if (canReuseExtract(VL, Opcode)) { in getEntryCost()
2251 if (canReuseExtract(E->Scalars, Instruction::ExtractElement)) { in vectorizeTree()
2259 if (canReuseExtract(E->Scalars, Instruction::ExtractValue)) { in vectorizeTree()