Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp413 MemOp NewMO = MO.clone(); in perform() local
415 auto *SizeType = dyn_cast<IntegerType>(NewMO.getLength()->getType()); in perform()
418 NewMO.setLength(CaseSizeId); in perform()
419 NewMO.I->insertInto(CaseBB, CaseBB->end()); in perform()
424 PHI->addIncoming(NewMO.I, CaseBB); in perform()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp736 MachineOperand NewMO = MO; in insertFaultingInstr() local
738 NewMO.setIsKill(false); in insertFaultingInstr()
741 NewMO.setIsDead(false); in insertFaultingInstr()
743 MIB.add(NewMO); in insertFaultingInstr()
H A DMachineInstr.cpp134 MachineOperand &NewMO = getOperand(i); in MachineInstr() local
136 NewMO.TiedTo = OrigMO.TiedTo; in MachineInstr()
262 MachineOperand *NewMO = new (Operands + OpNo) MachineOperand(Op); in addOperand() local
263 NewMO->ParentMI = this; in addOperand()
266 if (NewMO->isReg()) { in addOperand()
268 NewMO->Contents.Reg.Prev = nullptr; in addOperand()
270 NewMO->TiedTo = 0; in addOperand()
273 MRI->addRegOperandToUseList(NewMO); in addOperand()
279 if (NewMO->isUse()) { in addOperand()
286 NewMO->setIsEarlyClobber(true); in addOperand()
[all …]
H A DMachineFunction.cpp980 auto &NewMO = New.getOperand(I); in substituteDebugValuesForInst() local
981 (void)NewMO; in substituteDebugValuesForInst()
985 assert(NewMO.isDef()); in substituteDebugValuesForInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp949 MachineOperand NewMO = MO; in makeImplicit() local
950 NewMO.setImplicit(); in makeImplicit()
951 return NewMO; in makeImplicit()