Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2781 SameOpNumber = NumFreeOpsHash.NumOpsWithSameOpcodeParent; in getBestLaneToStartReordering()
2785 NumFreeOpsHash.NumOpsWithSameOpcodeParent < SameOpNumber) { in getBestLaneToStartReordering()
2788 SameOpNumber = NumFreeOpsHash.NumOpsWithSameOpcodeParent; in getBestLaneToStartReordering()
2791 NumFreeOpsHash.NumOpsWithSameOpcodeParent == SameOpNumber) { in getBestLaneToStartReordering()
2817 unsigned NumOpsWithSameOpcodeParent = 0; member
2844 unsigned NumOpsWithSameOpcodeParent = 0; in getMaxNumOperandsThatCanBeReordered() local
2857 if (NumOpsWithSameOpcodeParent == 0) { in getMaxNumOperandsThatCanBeReordered()
2858 NumOpsWithSameOpcodeParent = 1; in getMaxNumOperandsThatCanBeReordered()
2862 --NumOpsWithSameOpcodeParent; in getMaxNumOperandsThatCanBeReordered()
2865 ++NumOpsWithSameOpcodeParent; in getMaxNumOperandsThatCanBeReordered()
[all …]