Searched refs:NewMO (Results 1 – 3 of 3) sorted by relevance
645 MachineOperand NewMO = MO; in insertFaultingInstr() local647 NewMO.setIsKill(false); in insertFaultingInstr()650 NewMO.setIsDead(false); in insertFaultingInstr()652 MIB.add(NewMO); in insertFaultingInstr()
263 MachineOperand *NewMO = new (Operands + OpNo) MachineOperand(Op); in addOperand() local264 NewMO->ParentMI = this; in addOperand()267 if (NewMO->isReg()) { in addOperand()269 NewMO->Contents.Reg.Prev = nullptr; in addOperand()271 NewMO->TiedTo = 0; in addOperand()274 MRI->addRegOperandToUseList(NewMO); in addOperand()280 if (NewMO->isUse()) { in addOperand()287 NewMO->setIsEarlyClobber(true); in addOperand()
821 MachineOperand NewMO = MO; in makeImplicit() local822 NewMO.setImplicit(); in makeImplicit()823 return NewMO; in makeImplicit()