Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp359 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()
[all …]