Searched refs:LocMO (Results 1 – 3 of 3) sorted by relevance
233 unsigned getLocationNo(const MachineOperand &LocMO) { in getLocationNo() argument234 if (LocMO.isReg()) { in getLocationNo()235 if (LocMO.getReg() == 0) in getLocationNo()240 locations[i].getReg() == LocMO.getReg() && in getLocationNo()241 locations[i].getSubReg() == LocMO.getSubReg()) in getLocationNo()245 if (LocMO.isIdenticalTo(locations[i])) in getLocationNo()247 locations.push_back(LocMO); in getLocationNo()263 void addDef(SlotIndex Idx, const MachineOperand &LocMO, bool IsIndirect) { in addDef() argument264 DbgValueLocation Loc(getLocationNo(LocMO), IsIndirect); in addDef()738 const MachineOperand &LocMO = locations[Loc.locNo()]; in computeIntervals() local[all …]
177 unsigned getLocationNo(const MachineOperand &LocMO) { in getLocationNo() argument178 if (LocMO.isReg()) { in getLocationNo()179 if (LocMO.getReg() == 0) in getLocationNo()184 locations[i].getReg() == LocMO.getReg() && in getLocationNo()185 locations[i].getSubReg() == LocMO.getSubReg()) in getLocationNo()189 if (LocMO.isIdenticalTo(locations[i])) in getLocationNo()191 locations.push_back(LocMO); in getLocationNo()204 void addDef(SlotIndex Idx, const MachineOperand &LocMO) { in addDef() argument208 I.insert(Idx, Idx.getNextSlot(), getLocationNo(LocMO)); in addDef()211 I.setValue(getLocationNo(LocMO)); in addDef()
187 unsigned getLocationNo(const MachineOperand &LocMO) { in getLocationNo() argument188 if (LocMO.isReg()) { in getLocationNo()189 if (LocMO.getReg() == 0) in getLocationNo()194 locations[i].getReg() == LocMO.getReg() && in getLocationNo()195 locations[i].getSubReg() == LocMO.getSubReg()) in getLocationNo()199 if (LocMO.isIdenticalTo(locations[i])) in getLocationNo()201 locations.push_back(LocMO); in getLocationNo()214 void addDef(SlotIndex Idx, const MachineOperand &LocMO) { in addDef() argument218 I.insert(Idx, Idx.getNextSlot(), getLocationNo(LocMO)); in addDef()221 I.setValue(getLocationNo(LocMO)); in addDef()