Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp412 static InstructionsState getSameOpcode(ArrayRef<Value *> VL, in getSameOpcode() function
1016 InstructionsState S = getSameOpcode({I1, I2}); in getShallowScore()
1767 InstructionsState S = getSameOpcode(Scalars, ReorderIndices.front()); in updateStateIfReorder()
2671 InstructionsState S = getSameOpcode(VL); in buildTree_rec()
3468 assert(E0->getOpcode() == getSameOpcode(VL).getOpcode() && "Invalid opcode"); in canReuseExtract()
4989 InstructionsState S = getSameOpcode(VL); in vectorizeTree()
7108 InstructionsState S = getSameOpcode(VL); in tryToVectorizeList()
8469 InstructionsState S = getSameOpcode({I1, I2}); in vectorizeChainsInBlock()
8501 InstructionsState S = getSameOpcode({I1, I2}); in vectorizeChainsInBlock()
8779 InstructionsState S = getSameOpcode({I1, I2}); in vectorizeStoreChains()
[all …]