Home
last modified time | relevance | path

Searched refs:NewInstr (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp189 if (auto *NewInstr = dyn_cast<Instruction>(BO)) { in visitImpl() local
190 NewInstr->copyIRFlags(I); in visitImpl()
191 NewInstr->setName(I->getName() + ".neg"); in visitImpl()
282 if (auto *NewInstr = dyn_cast<Instruction>(BO)) in visitImpl() local
283 NewInstr->setIsExact(I->isExact()); in visitImpl()
H A DInstCombineAddSub.cpp678 void FAddCombine::createInstPostProc(Instruction *NewInstr, bool NoNumber) { in createInstPostProc() argument
679 NewInstr->setDebugLoc(Instr->getDebugLoc()); in createInstPostProc()
686 NewInstr->setFastMathFlags(Instr->getFastMathFlags()); in createInstPostProc()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp7174 auto NewInstr = in moveToVALUImpl() local
7179 NewInstr in moveToVALUImpl()
7186 NewInstr in moveToVALUImpl()
7296 NewInstr.addImm(0); in moveToVALUImpl()
7310 NewInstr.addImm(0); in moveToVALUImpl()
7315 NewInstr.addImm(0); in moveToVALUImpl()
7331 NewInstr.addImm(0); in moveToVALUImpl()
7336 NewInstr.addImm(0); in moveToVALUImpl()
7340 NewInstr.addImm(0); in moveToVALUImpl()
7342 NewInstr.addImm(0); in moveToVALUImpl()
[all …]
H A DR600MachineCFGStructurizer.cpp485 MachineInstr *NewInstr = MF->CreateMachineInstr(TII->get(NewOpcode), DL); in insertCondBranchBefore() local
487 blk->insert(I, NewInstr); in insertCondBranchBefore()
488 MachineInstrBuilder(*MF, NewInstr).addReg(RegNum, false); in insertCondBranchBefore()
489 SHOWNEWINSTR(NewInstr); in insertCondBranchBefore()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp323 MachineInstrBuilder NewInstr = in insertSEH() local
325 NewInstr.add(MBBI->getOperand(0)); in insertSEH()
326 NewInstr.add(t1CondCodeOp(/*isDead=*/true)); in insertSEH()
328 NewInstr.add(MO); in insertSEH()
329 MachineBasicBlock::iterator NewMBBI = MBB->insertAfter(MBBI, NewInstr); in insertSEH()
421 MachineInstrBuilder NewInstr = in insertSEH() local
424 NewInstr.add(MBBI->getOperand(i)); in insertSEH()
425 MachineBasicBlock::iterator NewMBBI = MBB->insertAfter(MBBI, NewInstr); in insertSEH()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp1992 MachineInstr *NewInstr = in combineSEXTAndSHL() local
1999 (void)NewInstr; in combineSEXTAndSHL()
2002 LLVM_DEBUG(NewInstr->dump()); in combineSEXTAndSHL()
2008 addRegToUpdate(NewInstr->getOperand(1).getReg()); in combineSEXTAndSHL()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp442 MachineInstr *NewInstr = BuildMI(MBB, MBBI, DL, TII->get(X86::LCMPXCHG16B)); in ExpandMI() local
445 NewInstr->addOperand(MBBI->getOperand(Idx)); in ExpandMI()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp146 bool NewInstr = false; in getOrCreateConstIntReg() local
160 NewInstr = true; in getOrCreateConstIntReg()
162 return std::make_tuple(Res, CI, NewInstr); in getOrCreateConstIntReg()