Searched refs:MinIdx (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 1843 Opcode(Opc), MinIdx(min), MaxIdx(max) { } in costAndCollectOperands() 1845 size_t MinIdx; in costAndCollectOperands() member 1862 unsigned MinIdx = 0, in costAndCollectOperands() 1864 Operations.emplace_back(Opcode, MinIdx, MaxIdx); in costAndCollectOperands() 1869 auto CmpSelCost = [&](unsigned Opcode, unsigned NumRequired, unsigned MinIdx, in costAndCollectOperands() argument 1871 Operations.emplace_back(Opcode, MinIdx, MaxIdx); in costAndCollectOperands() 1959 size_t MinIdx = std::max(SCEVOp.index(), CostOp.MinIdx); in costAndCollectOperands() local 1960 size_t OpIdx = std::min(MinIdx, CostOp.MaxIdx); in costAndCollectOperands()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 5228 size_t MinIdx = 0; in NarrowSearchSpaceByDeletingCostlyFormulas() local 5254 MinIdx = i; in NarrowSearchSpaceByDeletingCostlyFormulas() 5257 LLVM_DEBUG(dbgs() << " The formula "; LU.Formulae[MinIdx].print(dbgs()); in NarrowSearchSpaceByDeletingCostlyFormulas() 5259 if (MinIdx != 0) in NarrowSearchSpaceByDeletingCostlyFormulas() 5260 std::swap(LU.Formulae[MinIdx], LU.Formulae[0]); in NarrowSearchSpaceByDeletingCostlyFormulas()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 10794 unsigned MinIdx = NElts, MaxIdx = 0; in canReuseExtract() local 10811 if (MinIdx > ExtIdx) in canReuseExtract() 10812 MinIdx = ExtIdx; in canReuseExtract() 10816 if (MaxIdx - MinIdx + 1 > E) in canReuseExtract() 10819 MinIdx = 0; in canReuseExtract() 10832 const unsigned ExtIdx = Indices[I] - MinIdx; in canReuseExtract()
|