Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp189 static unsigned getSameOpcode(ArrayRef<Value *> VL) { in getSameOpcode() function
993 unsigned Opcode = getSameOpcode(VL); in buildTree_rec()
1488 assert(Opcode == getSameOpcode(VL) && "Invalid opcode"); in canReuseExtract()
1550 unsigned Opcode = getSameOpcode(VL); in getEntryCost()
2212 unsigned Opcode = getSameOpcode(E->Scalars); in vectorizeTree()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp395 static InstructionsState getSameOpcode(ArrayRef<Value *> VL, in getSameOpcode() function
847 InstructionsState S = getSameOpcode({I1, I2}); in getShallowScore()
1576 InstructionsState S = getSameOpcode(Scalars, ReorderIndices.front()); in updateStateIfReorder()
2428 InstructionsState S = getSameOpcode(VL); in buildTree_rec()
3147 assert(E0->getOpcode() == getSameOpcode(VL).getOpcode() && "Invalid opcode"); in canReuseExtract()
3972 InstructionsState S = getSameOpcode(VL); in vectorizeTree()
5873 InstructionsState S = getSameOpcode(VL); in tryToVectorizeList()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp398 static InstructionsState getSameOpcode(ArrayRef<Value *> VL, in getSameOpcode() function
952 InstructionsState S = getSameOpcode({I1, I2}); in getShallowScore()
1684 InstructionsState S = getSameOpcode(Scalars, ReorderIndices.front()); in updateStateIfReorder()
2584 InstructionsState S = getSameOpcode(VL); in buildTree_rec()
3318 assert(E0->getOpcode() == getSameOpcode(VL).getOpcode() && "Invalid opcode"); in canReuseExtract()
4251 InstructionsState S = getSameOpcode(VL); in vectorizeTree()
6161 InstructionsState S = getSameOpcode(VL); in tryToVectorizeList()