Lines Matching defs:MLoc
719 for (const MachineLoc &MLoc : Locs) {
720 if (Locs.begin() != &MLoc)
722 switch (MLoc.Kind) {
724 Out << printReg(MLoc.Value.RegNo, TRI);
727 Out << printReg(MLoc.Value.SpillLocation.SpillBase, TRI);
728 Out << "[" << MLoc.Value.SpillLocation.SpillOffset.getFixed() << " + "
729 << MLoc.Value.SpillLocation.SpillOffset.getScalable()
734 Out << MLoc.Value.Immediate;
741 return I.first == MLoc.Value.WasmLocation.Index;
745 if (MLoc.Value.WasmLocation.Offset > 0)
746 Out << " + " << MLoc.Value.WasmLocation.Offset;
1841 VarLoc::MachineLoc MLoc = VL.Locs[LocIdx];
1843 MLoc, Reg);
1915 VarLoc::MachineLoc MLoc{VarLoc::MachineLocKind::RegisterKind, Loc};
1917 TransferKind::TransferCopy, MLoc, DestReg);