Searched refs:getSameOpcode (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 593 static InstructionsState getSameOpcode(ArrayRef<Value *> VL, 606 getSameOpcode({BaseOp0, Op0}, TLI).getOpcode() || in areCompatibleCmpOps() 607 getSameOpcode({BaseOp1, Op1}, TLI).getOpcode(); in areCompatibleCmpOps() 635 static InstructionsState getSameOpcode(ArrayRef<Value *> VL, in getSameOpcode() function 1369 InstructionsState S = getSameOpcode(Ops, TLI); in getShallowScore() 1869 if (!OpcodeI || !getSameOpcode({OpcodeI, I}, TLI).getOpcode() || in getMaxNumOperandsThatCanBeReordered() 2114 getSameOpcode({MainAltOps[OpIdx].front(), AltOp.V}, TLI); in reorder() 2739 InstructionsState S = getSameOpcode(Last->Scalars, *TLI); in newTreeEntry() 3697 getSameOpcode({GEP1->getOperand(1), GEP2->getOperand(1)}, TLI) in arePointersCompatible() 5023 InstructionsState S = getSameOpcode(VL, *TLI); in buildTree_rec() [all …]
|