Searched refs:OpStart (Results 1 – 3 of 3) sorted by relevance
490 unsigned OpStart; in changeLoad() local503 OpStart = 4; in changeLoad()515 OpStart = 3; in changeLoad()530 OpStart = 4; in changeLoad()538 for (unsigned i = OpStart; i < OpEnd; ++i) in changeLoad()547 unsigned OpStart = 0; in changeStore() local563 OpStart = 4; in changeStore()573 OpStart = 3; in changeStore()582 OpStart = 3; in changeStore()589 for (unsigned i = OpStart; i < OpEnd; ++i) in changeStore()[all …]
212 unsigned OpStart = 1; in expandCALL_RVMARKER() local214 for (; OpStart < MI.getNumOperands(); ++OpStart) { in expandCALL_RVMARKER()215 MachineOperand &Op = MI.getOperand(OpStart); in expandCALL_RVMARKER()
4898 uint64_t OpStart = MI.getOperand(2).getImm(); in narrowScalarExtract() local4903 if (SrcStart + NarrowSize <= OpStart || SrcStart >= OpStart + OpSize) { in narrowScalarExtract()4906 } else if (SrcStart == OpStart && NarrowTy == MRI.getType(OpReg)) { in narrowScalarExtract()4916 if (OpStart < SrcStart) { in narrowScalarExtract()4918 SegSize = std::min(NarrowSize, OpStart + OpSize - SrcStart); in narrowScalarExtract()4920 ExtractOffset = OpStart - SrcStart; in narrowScalarExtract()4921 SegSize = std::min(SrcStart + NarrowSize - OpStart, OpSize); in narrowScalarExtract()4967 uint64_t OpStart = MI.getOperand(3).getImm(); in narrowScalarInsert() local4972 if (DstStart + NarrowSize <= OpStart || DstStart >= OpStart + OpSize) { in narrowScalarInsert()4976 } else if (DstStart == OpStart && NarrowTy == MRI.getType(OpReg)) { in narrowScalarInsert()[all …]