Searched refs:NewInstr (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineNegator.cpp | 196 if (auto *NewInstr = dyn_cast<Instruction>(BO)) { in visitImpl() local 197 NewInstr->copyIRFlags(I); in visitImpl() 198 NewInstr->setName(I->getName() + ".neg"); in visitImpl() 275 if (auto *NewInstr = dyn_cast<Instruction>(BO)) in visitImpl() local 276 NewInstr->setIsExact(I->isExact()); in visitImpl()
|
| H A D | InstCombineAddSub.cpp | 679 void FAddCombine::createInstPostProc(Instruction *NewInstr, bool NoNumber) { in createInstPostProc() argument 680 NewInstr->setDebugLoc(Instr->getDebugLoc()); in createInstPostProc() 687 NewInstr->setFastMathFlags(Instr->getFastMathFlags()); in createInstPostProc()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | R600MachineCFGStructurizer.cpp | 485 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()
|
| H A D | SIInstrInfo.cpp | 6283 MachineInstr *NewInstr = BuildMI(*MBB, &Inst, DL, get(Opc), DestReg) in moveToVALU() local 6289 CreatedBBTmp = legalizeOperands(*NewInstr, MDT); in moveToVALU() 6294 addUsersToMoveToVALUWorklist(NewInstr->getOperand(0).getReg(), MRI, in moveToVALU() 6321 MachineInstr *NewInstr = in moveToVALU() local 6325 legalizeOperands(*NewInstr, MDT); in moveToVALU()
|
| /llvm-project-15.0.7/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVGlobalRegistry.cpp | 127 bool NewInstr = false; in getOrCreateConstIntReg() local 140 NewInstr = true; in getOrCreateConstIntReg() 142 return std::make_tuple(Res, CI, NewInstr); in getOrCreateConstIntReg()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMFrameLowering.cpp | 323 MachineInstrBuilder NewInstr = in insertSEH() local 325 NewInstr.add(MBBI->getOperand(0)); in insertSEH() 326 NewInstr.add(t1CondCodeOp(/*isDead=*/true)); in insertSEH() 328 NewInstr.add(MBBI->getOperand(i)); in insertSEH() 329 MachineBasicBlock::iterator NewMBBI = MBB->insertAfter(MBBI, NewInstr); in insertSEH() 393 MachineInstrBuilder NewInstr = in insertSEH() local 396 NewInstr.add(MBBI->getOperand(i)); in insertSEH() 397 MachineBasicBlock::iterator NewMBBI = MBB->insertAfter(MBBI, NewInstr); in insertSEH()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ExpandPseudo.cpp | 438 MachineInstr *NewInstr = BuildMI(MBB, MBBI, DL, TII->get(X86::LCMPXCHG16B)); in ExpandMI() local 441 NewInstr->addOperand(MBBI->getOperand(Idx)); in ExpandMI()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCMIPeephole.cpp | 1710 MachineInstr *NewInstr = in combineSEXTAndSHL() local 1717 (void)NewInstr; in combineSEXTAndSHL() 1720 LLVM_DEBUG(NewInstr->dump()); in combineSEXTAndSHL()
|