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.cpp368 struct MachineLoc { struct
371 bool operator==(const MachineLoc &Other) const { in operator ==() argument
386 bool operator<(const MachineLoc &Other) const { in operator <() argument
415 SmallVector<MachineLoc, 8> Locs;
430 MachineLoc ML = GetLocForOp(Op); in VarLoc()
450 static MachineLoc GetLocForOp(const MachineOperand &Op) { in GetLocForOp()
517 static VarLoc CreateCopyLoc(const VarLoc &OldVL, const MachineLoc &OldML, in CreateCopyLoc()
520 for (MachineLoc &ML : VL.Locs) in CreateCopyLoc()
531 static VarLoc CreateSpillLoc(const VarLoc &OldVL, const MachineLoc &OldML, in CreateSpillLoc()
534 for (MachineLoc &ML : VL.Locs) in CreateSpillLoc()
[all …]