Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1810 SameOpNumber = NumFreeOpsHash.NumOpsWithSameOpcodeParent; in getBestLaneToStartReordering()
1814 NumFreeOpsHash.NumOpsWithSameOpcodeParent < SameOpNumber) { in getBestLaneToStartReordering()
1817 SameOpNumber = NumFreeOpsHash.NumOpsWithSameOpcodeParent; in getBestLaneToStartReordering()
1820 NumFreeOpsHash.NumOpsWithSameOpcodeParent == SameOpNumber) { in getBestLaneToStartReordering()
1847 unsigned NumOpsWithSameOpcodeParent = 0; member
1874 unsigned NumOpsWithSameOpcodeParent = 0; in getMaxNumOperandsThatCanBeReordered() local
1887 if (NumOpsWithSameOpcodeParent == 0) { in getMaxNumOperandsThatCanBeReordered()
1888 NumOpsWithSameOpcodeParent = 1; in getMaxNumOperandsThatCanBeReordered()
1892 --NumOpsWithSameOpcodeParent; in getMaxNumOperandsThatCanBeReordered()
1895 ++NumOpsWithSameOpcodeParent; in getMaxNumOperandsThatCanBeReordered()
[all …]