Searched defs:NewInstr (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineNegator.cpp | 194 if (auto *NewInstr = dyn_cast<Instruction>(BO)) { in visitImpl() local 286 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()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ExpandPseudo.cpp | 441 MachineInstr *NewInstr = BuildMI(MBB, MBBI, DL, TII->get(X86::LCMPXCHG16B)); in ExpandMI() local
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMFrameLowering.cpp | 323 MachineInstrBuilder NewInstr = in insertSEH() local 421 MachineInstrBuilder NewInstr = in insertSEH() local
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCMIPeephole.cpp | 1737 MachineInstr *NewInstr = in combineSEXTAndSHL() local
|
/openbsd/gnu/llvm/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 | 6400 MachineInstr *NewInstr = BuildMI(*MBB, &Inst, DL, get(Opc), DestReg) in moveToVALU() local 6438 MachineInstr *NewInstr = in moveToVALU() local 6496 auto NewInstr = BuildMI(*MBB, Inst, Inst.getDebugLoc(), get(NewOpcode)) in moveToVALU() local
|
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.cpp | 128 bool NewInstr = false; in getOrCreateConstIntReg() local
|