Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/
HDLiveDebugVariables.cpp186 unsigned getLocationNo(const MachineOperand &LocMO) { in getLocationNo() argument
187 if (LocMO.isReg()) { in getLocationNo()
188 if (LocMO.getReg() == 0) in getLocationNo()
193 locations[i].getReg() == LocMO.getReg() && in getLocationNo()
194 locations[i].getSubReg() == LocMO.getSubReg()) in getLocationNo()
198 if (LocMO.isIdenticalTo(locations[i])) in getLocationNo()
200 locations.push_back(LocMO); in getLocationNo()
213 void addDef(SlotIndex Idx, const MachineOperand &LocMO) { in addDef() argument
217 I.insert(Idx, Idx.getNextSlot(), getLocationNo(LocMO)); in addDef()
220 I.setValue(getLocationNo(LocMO)); in addDef()