Searched refs:NewInstr (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp178 if (auto *NewInstr = dyn_cast<Instruction>(BO)) {
179 NewInstr->copyIRFlags(I);
180 NewInstr->setName(I->getName() + ".neg");
223 if (auto *NewInstr = dyn_cast<Instruction>(BO))
224 NewInstr->setIsExact(I->isExact());
H A DInstCombineAddSub.cpp686 void FAddCombine::createInstPostProc(Instruction *NewInstr, bool NoNumber) { argument
687 NewInstr->setDebugLoc(Instr->getDebugLoc());
694 NewInstr->setFastMathFlags(Instr->getFastMathFlags());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp357 MachineInstr *NewInstr = BuildMI(MBB, MBBI, DL, TII->get(ActualOpc)); local
360 NewInstr->addOperand(MBBI->getOperand(Idx));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp507 MachineInstr *NewInstr = MF->CreateMachineInstr(TII->get(NewOpcode), DL); local
509 blk->insert(I, NewInstr);
510 MachineInstrBuilder(*MF, NewInstr).addReg(RegNum, false);
511 SHOWNEWINSTR(NewInstr);
H A DSIInstrInfo.cpp5384 MachineInstr *NewInstr = BuildMI(*MBB, &Inst, DL, get(Opc), DestReg) local
5390 legalizeOperands(*NewInstr, MDT);
5393 addUsersToMoveToVALUWorklist(NewInstr->getOperand(0).getReg(), MRI,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp1628 MachineInstr *NewInstr = local
1635 (void)NewInstr;
1638 LLVM_DEBUG(NewInstr->dump());

Completed in 118 milliseconds