Searched refs:getSameOpcode (Results 1 – 2 of 2) sorted by relevance
350 static InstructionsState getSameOpcode(ArrayRef<Value *> VL, in getSameOpcode() function1399 InstructionsState S = getSameOpcode(VL); in buildTree_rec()1983 assert(E0->getOpcode() == getSameOpcode(VL).getOpcode() && "Invalid opcode"); in canReuseExtract()2082 if (getSameOpcode(VL).getOpcode() == Instruction::ExtractElement && in getEntryCost()2105 InstructionsState S = getSameOpcode(VL); in getEntryCost()2954 InstructionsState S = getSameOpcode(VL); in vectorizeTree()3033 InstructionsState S = getSameOpcode(E->Scalars); in vectorizeTree()3324 S = getSameOpcode(E->Scalars, E->ReorderIndices.front()); in vectorizeTree()4865 InstructionsState S = getSameOpcode(VL); in tryToVectorizeList()
189 static unsigned getSameOpcode(ArrayRef<Value *> VL) { in getSameOpcode() function993 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()