Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp350 MachineInstr *NewInstr = BuildMI(MBB, MBBI, DL, TII->get(ActualOpc)); in ExpandMI() local
353 NewInstr->addOperand(MBBI->getOperand(Idx)); in ExpandMI()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp507 MachineInstr *NewInstr = MF->CreateMachineInstr(TII->get(NewOpcode), DL); in insertCondBranchBefore() local
509 blk->insert(I, NewInstr); in insertCondBranchBefore()
510 MachineInstrBuilder(*MF, NewInstr).addReg(RegNum, false); in insertCondBranchBefore()
511 SHOWNEWINSTR(NewInstr); in insertCondBranchBefore()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp688 void FAddCombine::createInstPostProc(Instruction *NewInstr, bool NoNumber) { in createInstPostProc() argument
689 NewInstr->setDebugLoc(Instr->getDebugLoc()); in createInstPostProc()
696 NewInstr->setFastMathFlags(Instr->getFastMathFlags()); in createInstPostProc()