Searched refs:OpStart (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp490 unsigned OpStart; local
503 OpStart = 4;
515 OpStart = 3;
530 OpStart = 4;
538 for (unsigned i = OpStart; i < OpEnd; ++i)
547 unsigned OpStart = 0; local
563 OpStart = 4;
572 OpStart = 3;
583 OpStart = 3;
589 for (unsigned i = OpStart;
633 unsigned OpStart; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3516 uint64_t OpStart = MI.getOperand(2).getImm(); local
3521 if (SrcStart + NarrowSize <= OpStart || SrcStart >= OpStart + OpSize) {
3524 } else if (SrcStart == OpStart && NarrowTy == MRI.getType(OpReg)) {
3534 if (OpStart < SrcStart) {
3536 SegSize = std::min(NarrowSize, OpStart + OpSize - SrcStart);
3538 ExtractOffset = OpStart - SrcStart;
3539 SegSize = std::min(SrcStart + NarrowSize - OpStart, OpSize);
3583 uint64_t OpStart = MI.getOperand(3).getImm(); local
3588 if (DstStart + NarrowSize <= OpStart || DstStar
[all...]

Completed in 121 milliseconds