Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp350 static InstructionsState getSameOpcode(ArrayRef<Value *> VL, in getSameOpcode() function
1399 InstructionsState S = getSameOpcode(VL); in buildTree_rec()
1984 assert(E0->getOpcode() == getSameOpcode(VL).getOpcode() && "Invalid opcode"); in canReuseExtract()
2083 if (getSameOpcode(VL).getOpcode() == Instruction::ExtractElement && in getEntryCost()
2106 InstructionsState S = getSameOpcode(VL); in getEntryCost()
2955 InstructionsState S = getSameOpcode(VL); in vectorizeTree()
3034 InstructionsState S = getSameOpcode(E->Scalars); in vectorizeTree()
3325 S = getSameOpcode(E->Scalars, E->ReorderIndices.front()); in vectorizeTree()
4868 InstructionsState S = getSameOpcode(VL); in tryToVectorizeList()