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