Searched refs:getSameOpcode (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 1258 static InstructionsState getSameOpcode(ArrayRef<Value *> VL, 1290 getSameOpcode({BaseOp0, Op0}, TLI) || in areCompatibleCmpOps() 1291 getSameOpcode({BaseOp1, Op1}, TLI); in areCompatibleCmpOps() 1319 static InstructionsState getSameOpcode(ArrayRef<Value *> VL, in getSameOpcode() function 2317 InstructionsState S = getSameOpcode(Ops, TLI); in getShallowScore() 2855 if (!OpcodeI || !getSameOpcode({OpcodeI, I}, TLI) || in getMaxNumOperandsThatCanBeReordered() 2985 !getSameOpcode({Op, getValue((OpI + 1) % OpE, Ln)}, TLI) && in shouldBroadcast() 2994 !getSameOpcode({Op, Data.V}, TLI) && in shouldBroadcast() 3024 (getSameOpcode({Op, OpILn}, TLI) && in canBeVectorized() 3183 getSameOpcode({MainAltOps[OpIdx].front(), AltOp.V}, TLI); in reorder() [all …]
|