Lines Matching refs:MLoc
662 for (const MachineLoc &MLoc : Locs) { in dump() local
663 if (Locs.begin() != &MLoc) in dump()
665 switch (MLoc.Kind) { in dump()
667 Out << printReg(MLoc.Value.RegNo, TRI); in dump()
670 Out << printReg(MLoc.Value.SpillLocation.SpillBase, TRI); in dump()
671 Out << "[" << MLoc.Value.SpillLocation.SpillOffset.getFixed() << " + " in dump()
672 << MLoc.Value.SpillLocation.SpillOffset.getScalable() in dump()
677 Out << MLoc.Value.Immediate; in dump()
1726 VarLoc::MachineLoc MLoc = VL.Locs[LocIdx]; in transferSpillOrRestoreInst() local
1728 MLoc, Reg); in transferSpillOrRestoreInst()
1800 VarLoc::MachineLoc MLoc{VarLoc::MachineLocKind::RegisterKind, Loc}; in transferRegisterCopy() local
1802 TransferKind::TransferCopy, MLoc, DestReg); in transferRegisterCopy()