Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp711 static InstructionsState getSameOpcode(ArrayRef<Value *> VL,
724 getSameOpcode({BaseOp0, Op0}, TLI).getOpcode() || in areCompatibleCmpOps()
725 getSameOpcode({BaseOp1, Op1}, TLI).getOpcode(); in areCompatibleCmpOps()
753 static InstructionsState getSameOpcode(ArrayRef<Value *> VL, in getSameOpcode() function
1581 InstructionsState S = getSameOpcode(Ops, TLI); in getShallowScore()
2105 if (!OpcodeI || !getSameOpcode({OpcodeI, I}, TLI).getOpcode() || in getMaxNumOperandsThatCanBeReordered()
2212 !getSameOpcode({Op, getValue((OpI + 1) % OpE, Ln)}, TLI) in shouldBroadcast()
2222 !getSameOpcode({Op, Data.V}, TLI).getOpcode() && in shouldBroadcast()
2250 (getSameOpcode({Op, OpILn}, TLI).getOpcode() && in canBeVectorized()
2402 getSameOpcode({MainAltOp in reorder()
[all...]