Searched defs:NewInstr (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineNegator.cpp | 189 if (auto *NewInstr = dyn_cast<Instruction>(BO)) { visitImpl() local 282 if (auto *NewInstr = dyn_cast<Instruction>(BO)) visitImpl() local
|
H A D | InstCombineAddSub.cpp | 678 void FAddCombine::createInstPostProc(Instruction *NewInstr, bool NoNumber) { in createInstPostProc() argument
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ExpandPseudo.cpp | 442 MachineInstr *NewInstr = BuildMI(MBB, MBBI, DL, TII->get(X86::LCMPXCHG16B)); expandMI() local
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFrameLowering.cpp | 324 MachineInstrBuilder NewInstr = insertSEH() local 422 MachineInstrBuilder NewInstr = insertSEH() local
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.cpp | 170 bool NewInstr = false; getOrCreateConstIntReg() local 206 bool NewInstr = false; getOrCreateConstFloatReg() local
|
/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 | 7228 MachineInstr *NewInstr = BuildMI(*MBB, &Inst, DL, get(Opc), DestReg) moveToVALUImpl() local 7290 auto NewInstr = moveToVALUImpl() local 7337 MachineInstr *NewInstr = BuildMI(*MBB, Inst, DL, get(NewOpcode), NewDst) moveToVALUImpl() local 7405 auto NewInstr = BuildMI(*MBB, Inst, Inst.getDebugLoc(), get(NewOpcode)) moveToVALUImpl() local [all...] |
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMIPeephole.cpp | 2009 MachineInstr *NewInstr = combineSEXTAndSHL() local
|