Searched refs:LocMO (Results 1 – 1 of 1) sorted by relevance
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()