Searched refs:canReuseExtract (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 402 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 1392 bool canReuseExtract(ArrayRef<Value *> VL, Value *OpValue, 2608 bool Reuse = canReuseExtract(VL, VL0, CurrentOrder); in buildTree_rec() 3142 bool BoUpSLP::canReuseExtract(ArrayRef<Value *> VL, Value *OpValue, in canReuseExtract() function in BoUpSLP
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 1497 bool canReuseExtract(ArrayRef<Value *> VL, Value *OpValue, 2764 bool Reuse = canReuseExtract(VL, VL0, CurrentOrder); in buildTree_rec() 3313 bool BoUpSLP::canReuseExtract(ArrayRef<Value *> VL, Value *OpValue, in canReuseExtract() function in BoUpSLP
|