Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp368 struct MachineLoc { struct
386 bool operator<(const MachineLoc &Other) const { in operator <() argument
415 SmallVector<MachineLoc, 8> Locs;
430 MachineLoc ML = GetLocForOp(Op); in VarLoc()
520 for (MachineLoc &ML : VL.Locs) in CreateCopyLoc()
534 for (MachineLoc &ML : VL.Locs) in CreateSpillLoc()
638 MachineLoc RegML; in usesReg()
674 MachineLoc SpillML; in usesSpillLoc()
699 MachineLoc WasmML; in usesWasmLoc()
716 for (const MachineLoc &MLoc : Locs) { in dump()
[all …]