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.cpp2030 SameOpNumber = NumFreeOpsHash.NumOpsWithSameOpcodeParent; in getBestLaneToStartReordering()
2034 NumFreeOpsHash.NumOpsWithSameOpcodeParent < SameOpNumber) { in getBestLaneToStartReordering()
2037 SameOpNumber = NumFreeOpsHash.NumOpsWithSameOpcodeParent; in getBestLaneToStartReordering()
2040 NumFreeOpsHash.NumOpsWithSameOpcodeParent == SameOpNumber) { in getBestLaneToStartReordering()
2067 unsigned NumOpsWithSameOpcodeParent = 0; member
2094 unsigned NumOpsWithSameOpcodeParent = 0; in getMaxNumOperandsThatCanBeReordered() local
2107 if (NumOpsWithSameOpcodeParent == 0) { in getMaxNumOperandsThatCanBeReordered()
2108 NumOpsWithSameOpcodeParent = 1; in getMaxNumOperandsThatCanBeReordered()
2112 --NumOpsWithSameOpcodeParent; in getMaxNumOperandsThatCanBeReordered()
2115 ++NumOpsWithSameOpcodeParent; in getMaxNumOperandsThatCanBeReordered()
[all...]