Home
last modified time | relevance | path

Searched refs:MachineLoc (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp370 struct MachineLoc { struct
373 bool operator==(const MachineLoc &Other) const { in operator ==() argument
388 bool operator<(const MachineLoc &Other) const { in operator <() argument
417 SmallVector<MachineLoc, 8> Locs;
432 MachineLoc ML = GetLocForOp(Op); in VarLoc()
452 static MachineLoc GetLocForOp(const MachineOperand &Op) { in GetLocForOp()
519 static VarLoc CreateCopyLoc(const VarLoc &OldVL, const MachineLoc &OldML, in CreateCopyLoc()
522 for (MachineLoc &ML : VL.Locs) in CreateCopyLoc()
533 static VarLoc CreateSpillLoc(const VarLoc &OldVL, const MachineLoc &OldML, in CreateSpillLoc()
536 for (MachineLoc &ML : VL.Locs) in CreateSpillLoc()
[all …]