Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DPGOMemOPSizeOpt.cpp447 MemOp NewMO = MO.clone(); in perform() local
449 auto *SizeType = dyn_cast<IntegerType>(NewMO.getLength()->getType()); in perform()
452 NewMO.setLength(CaseSizeId); in perform()
453 CaseBB->getInstList().push_back(NewMO.I); in perform()
458 PHI->addIncoming(NewMO.I, CaseBB); in perform()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DImplicitNullChecks.cpp645 MachineOperand NewMO = MO; in insertFaultingInstr() local
647 NewMO.setIsKill(false); in insertFaultingInstr()
650 NewMO.setIsDead(false); in insertFaultingInstr()
652 MIB.add(NewMO); in insertFaultingInstr()
DMachineInstr.cpp263 MachineOperand *NewMO = new (Operands + OpNo) MachineOperand(Op); in addOperand() local
264 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()
/external/llvm-project/llvm/lib/CodeGen/
DImplicitNullChecks.cpp739 MachineOperand NewMO = MO; in insertFaultingInstr() local
741 NewMO.setIsKill(false); in insertFaultingInstr()
744 NewMO.setIsDead(false); in insertFaultingInstr()
746 MIB.add(NewMO); in insertFaultingInstr()
DMachineInstr.cpp271 MachineOperand *NewMO = new (Operands + OpNo) MachineOperand(Op); in addOperand() local
272 NewMO->ParentMI = this; in addOperand()
275 if (NewMO->isReg()) { in addOperand()
277 NewMO->Contents.Reg.Prev = nullptr; in addOperand()
279 NewMO->TiedTo = 0; in addOperand()
282 MRI->addRegOperandToUseList(NewMO); in addOperand()
288 if (NewMO->isUse()) { in addOperand()
295 NewMO->setIsEarlyClobber(true); in addOperand()
DMachineFunction.cpp976 auto &NewMO = New.getOperand(I); in substituteDebugValuesForInst() local
977 (void)NewMO; in substituteDebugValuesForInst()
981 assert(NewMO.isDef()); in substituteDebugValuesForInst()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp831 MachineOperand *NewMO = new (Operands + OpNo) MachineOperand(Op); in addOperand() local
832 NewMO->ParentMI = this; in addOperand()
835 if (NewMO->isReg()) { in addOperand()
837 NewMO->Contents.Reg.Prev = nullptr; in addOperand()
839 NewMO->TiedTo = 0; in addOperand()
842 MRI->addRegOperandToUseList(NewMO); in addOperand()
848 if (NewMO->isUse()) { in addOperand()
855 NewMO->setIsEarlyClobber(true); in addOperand()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMExpandPseudoInsts.cpp821 MachineOperand NewMO = MO; in makeImplicit() local
822 NewMO.setImplicit(); in makeImplicit()
823 return NewMO; in makeImplicit()
/external/llvm-project/llvm/lib/Target/ARM/
DARMExpandPseudoInsts.cpp852 MachineOperand NewMO = MO; in makeImplicit() local
853 NewMO.setImplicit(); in makeImplicit()
854 return NewMO; in makeImplicit()