Searched refs:BestIdx (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp558 unsigned BestIdx = 0; local
569 BestIdx = Idx;
581 BestIdx = Idx;
586 if (BestIdx == 0)
590 BestIdx, DestLI, Late, SlotIndex());
594 LaneBitmask LanesLeft = LaneMask & ~(TRI.getSubRegIndexLaneMask(BestIdx));
596 unsigned BestIdx = 0; local
602 BestIdx = Idx;
612 BestIdx = Idx;
616 if (BestIdx
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1290 Optional<unsigned> BestIdx = local
1295 if (BestIdx) {
1298 swap(OpIdx, BestIdx.getValue(), Lane);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4544 unsigned BestIdx = 0; local
4572 BestIdx = i;
4586 BestIdx = i;
4591 OpInfo.ConstraintCode = OpInfo.Codes[BestIdx];

Completed in 205 milliseconds