Searched defs:NewInstr (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineNegator.cpp | 189 if (auto *NewInstr = dyn_cast<Instruction>(BO)) { in visitImpl() local 287 if (auto *NewInstr = dyn_cast<Instruction>(BO)) in visitImpl() local
|
H A D | InstCombineAddSub.cpp | 678 void FAddCombine::createInstPostProc(Instruction *NewInstr, bool NoNumber) { in createInstPostProc()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ExpandPseudo.cpp | 442 MachineInstr *NewInstr = BuildMI(MBB, MBBI, DL, TII->get(X86::LCMPXCHG16B)); in expandMI() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFrameLowering.cpp | 324 MachineInstrBuilder NewInstr = in insertSEH() local 422 MachineInstrBuilder NewInstr = in insertSEH() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.cpp | 170 bool NewInstr = false; in getOrCreateConstIntReg() local 206 bool NewInstr = false; in getOrCreateConstFloatReg() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600MachineCFGStructurizer.cpp | 485 MachineInstr *NewInstr = MF->CreateMachineInstr(TII->get(NewOpcode), DL); in insertCondBranchBefore() local
|
H A D | SIInstrInfo.cpp | 7235 MachineInstr *NewInstr = BuildMI(*MBB, &Inst, DL, get(Opc), DestReg) in moveToVALUImpl() local 7297 auto NewInstr = in moveToVALUImpl() local 7344 MachineInstr *NewInstr = BuildMI(*MBB, Inst, DL, get(NewOpcode), NewDst) in moveToVALUImpl() local 7412 auto NewInstr = BuildMI(*MBB, Inst, Inst.getDebugLoc(), get(NewOpcode)) in moveToVALUImpl() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMIPeephole.cpp | 2013 MachineInstr *NewInstr = in combineSEXTAndSHL() local
|