Searched refs:LocMO (Results 1 – 1 of 1) sorted by relevance
364 unsigned getLocationNo(const MachineOperand &LocMO) { in getLocationNo() argument365 if (LocMO.isReg()) { in getLocationNo()366 if (LocMO.getReg() == 0) in getLocationNo()371 locations[i].getReg() == LocMO.getReg() && in getLocationNo()372 locations[i].getSubReg() == LocMO.getSubReg()) in getLocationNo()376 if (LocMO.isIdenticalTo(locations[i])) in getLocationNo()378 locations.push_back(LocMO); in getLocationNo()1120 const MachineOperand &LocMO = locations[LocNo]; in computeIntervals() local1121 if (!LocMO.isReg() || !LocMO.getReg().isVirtual()) { in computeIntervals()1122 ShouldExtendDef |= !LocMO.isReg(); in computeIntervals()[all …]