Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveDebugVariables.cpp233 unsigned getLocationNo(const MachineOperand &LocMO) { in getLocationNo() argument
234 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() argument
264 DbgValueLocation Loc(getLocationNo(LocMO), IsIndirect); in addDef()
738 const MachineOperand &LocMO = locations[Loc.locNo()]; in computeIntervals() local
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveDebugVariables.cpp177 unsigned getLocationNo(const MachineOperand &LocMO) { in getLocationNo() argument
178 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() argument
208 I.insert(Idx, Idx.getNextSlot(), getLocationNo(LocMO)); in addDef()
211 I.setValue(getLocationNo(LocMO)); in addDef()
/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()