Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1632 SameOpNumber = NumFreeOpsHash.NumOpsWithSameOpcodeParent; in getBestLaneToStartReordering()
1636 NumFreeOpsHash.NumOpsWithSameOpcodeParent < SameOpNumber) { in getBestLaneToStartReordering()
1639 SameOpNumber = NumFreeOpsHash.NumOpsWithSameOpcodeParent; in getBestLaneToStartReordering()
1642 NumFreeOpsHash.NumOpsWithSameOpcodeParent == SameOpNumber) { in getBestLaneToStartReordering()
1669 unsigned NumOpsWithSameOpcodeParent = 0; member
1696 unsigned NumOpsWithSameOpcodeParent = 0; in getMaxNumOperandsThatCanBeReordered() local
1709 if (NumOpsWithSameOpcodeParent == 0) { in getMaxNumOperandsThatCanBeReordered()
1710 NumOpsWithSameOpcodeParent = 1; in getMaxNumOperandsThatCanBeReordered()
1714 --NumOpsWithSameOpcodeParent; in getMaxNumOperandsThatCanBeReordered()
1717 ++NumOpsWithSameOpcodeParent; in getMaxNumOperandsThatCanBeReordered()
[all …]