Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp366 if (LocMO.isReg()) { in getLocationNo()
367 if (LocMO.getReg() == 0) in getLocationNo()
377 if (LocMO.isIdenticalTo(locations[i])) in getLocationNo()
379 locations.push_back(LocMO); in getLocationNo()
1122 if (!LocMO.isReg() || !LocMO.getReg().isVirtual()) { in computeIntervals()
1123 ShouldExtendDef |= !LocMO.isReg(); in computeIntervals()
1129 if (LIS.hasInterval(LocMO.getReg())) { in computeIntervals()
1145 if (LocMO.getSubReg()) { in computeIntervals()
1640 for (const MachineOperand &LocMO : LocMOs) in findNextInsertLocation() local
1641 if (LocMO.isReg()) in findNextInsertLocation()
[all …]