Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugVariables.cpp239 unsigned getLocationNo(const MachineOperand &LocMO) { in getLocationNo() argument
240 if (LocMO.isReg()) { in getLocationNo()
241 if (LocMO.getReg() == 0) in getLocationNo()
246 locations[i].getReg() == LocMO.getReg() && in getLocationNo()
247 locations[i].getSubReg() == LocMO.getSubReg()) in getLocationNo()
251 if (LocMO.isIdenticalTo(locations[i])) in getLocationNo()
253 locations.push_back(LocMO); in getLocationNo()
288 void addDef(SlotIndex Idx, const MachineOperand &LocMO, bool IsIndirect) { in addDef() argument
289 DbgValueLocation Loc(getLocationNo(LocMO), IsIndirect); in addDef()
864 const MachineOperand &LocMO = locations[Loc.locNo()]; in computeIntervals() local
[all …]
/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp187 unsigned getLocationNo(const MachineOperand &LocMO) { in getLocationNo() argument
188 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() argument
218 I.insert(Idx, Idx.getNextSlot(), getLocationNo(LocMO)); in addDef()
221 I.setValue(getLocationNo(LocMO)); in addDef()