Lines Matching refs:MLoc
716 for (const MachineLoc &MLoc : Locs) { in dump() local
717 if (Locs.begin() != &MLoc) in dump()
719 switch (MLoc.Kind) { in dump()
721 Out << printReg(MLoc.Value.RegNo, TRI); in dump()
724 Out << printReg(MLoc.Value.SpillLocation.SpillBase, TRI); in dump()
725 Out << "[" << MLoc.Value.SpillLocation.SpillOffset.getFixed() << " + " in dump()
726 << MLoc.Value.SpillLocation.SpillOffset.getScalable() in dump()
731 Out << MLoc.Value.Immediate; in dump()
738 return I.first == MLoc.Value.WasmLocation.Index; in dump()
742 if (MLoc.Value.WasmLocation.Offset > 0) in dump()
743 Out << " + " << MLoc.Value.WasmLocation.Offset; in dump()
1827 VarLoc::MachineLoc MLoc = VL.Locs[LocIdx]; in transferSpillOrRestoreInst() local
1829 MLoc, Reg); in transferSpillOrRestoreInst()
1901 VarLoc::MachineLoc MLoc{VarLoc::MachineLocKind::RegisterKind, Loc}; in transferRegisterCopy() local
1903 TransferKind::TransferCopy, MLoc, DestReg); in transferRegisterCopy()