Lines Matching refs:MachineLoc
342 struct MachineLoc { struct
345 bool operator==(const MachineLoc &Other) const { in operator ==() argument
358 bool operator<(const MachineLoc &Other) const { in operator <() argument
382 SmallVector<MachineLoc, 8> Locs;
397 MachineLoc ML = GetLocForOp(Op); in VarLoc()
417 static MachineLoc GetLocForOp(const MachineOperand &Op) { in GetLocForOp()
483 static VarLoc CreateCopyLoc(const VarLoc &OldVL, const MachineLoc &OldML, in CreateCopyLoc()
486 for (MachineLoc &ML : VL.Locs) in CreateCopyLoc()
497 static VarLoc CreateSpillLoc(const VarLoc &OldVL, const MachineLoc &OldML, in CreateSpillLoc()
500 for (MachineLoc &ML : VL.Locs) in CreateSpillLoc()
600 MachineLoc RegML; in usesReg()
628 return any_of(Locs, [](VarLoc::MachineLoc ML) { in containsSpillLocs()
636 MachineLoc SpillML; in usesSpillLoc()
662 for (const MachineLoc &MLoc : Locs) { in dump()
958 const VarLoc::MachineLoc &OldLoc,
1428 const VarLoc::MachineLoc &OldLoc, Register NewReg) { in insertTransferDebugPair()
1677 VarLoc::MachineLoc OldLoc = VL.Locs[SpillLocIdx]; in transferSpillOrRestoreInst()
1726 VarLoc::MachineLoc MLoc = VL.Locs[LocIdx]; in transferSpillOrRestoreInst()
1800 VarLoc::MachineLoc MLoc{VarLoc::MachineLocKind::RegisterKind, Loc}; in transferRegisterCopy()