Lines Matching refs:MachineLoc
359 struct MachineLoc { struct
362 bool operator==(const MachineLoc &Other) const { in operator ==() argument
375 bool operator<(const MachineLoc &Other) const { in operator <() argument
399 SmallVector<MachineLoc, 8> Locs;
415 MachineLoc ML = GetLocForOp(Op); in VarLoc()
435 static MachineLoc GetLocForOp(const MachineOperand &Op) { in GetLocForOp()
501 static VarLoc CreateCopyLoc(const VarLoc &OldVL, const MachineLoc &OldML, in CreateCopyLoc()
515 static VarLoc CreateSpillLoc(const VarLoc &OldVL, const MachineLoc &OldML, in CreateSpillLoc()
619 MachineLoc RegML; in usesReg()
647 return any_of(Locs, [](VarLoc::MachineLoc ML) { in containsSpillLocs()
655 MachineLoc SpillML; in usesSpillLoc()
681 for (const MachineLoc &MLoc : Locs) { in dump()
973 const VarLoc::MachineLoc &OldLoc,
1393 const VarLoc::MachineLoc &OldLoc, Register NewReg) { in insertTransferDebugPair()
1634 VarLoc::MachineLoc OldLoc = VL.Locs[SpillLocIdx]; in transferSpillOrRestoreInst()
1683 VarLoc::MachineLoc MLoc = VL.Locs[LocIdx]; in transferSpillOrRestoreInst()
1757 VarLoc::MachineLoc MLoc{VarLoc::MachineLocKind::RegisterKind, Loc}; in transferRegisterCopy()