Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp408 static InstructionsState getSameOpcode(ArrayRef<Value *> VL, in getSameOpcode() function
1012 InstructionsState S = getSameOpcode({I1, I2}); in getShallowScore()
1761 InstructionsState S = getSameOpcode(Scalars, ReorderIndices.front()); in updateStateIfReorder()
2667 InstructionsState S = getSameOpcode(VL); in buildTree_rec()
3439 assert(E0->getOpcode() == getSameOpcode(VL).getOpcode() && "Invalid opcode"); in canReuseExtract()
4727 InstructionsState S = getSameOpcode(VL); in vectorizeTree()
6791 InstructionsState S = getSameOpcode(VL); in tryToVectorizeList()