Searched refs:OldInst (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameToArgsOffsetElim.cpp57 MachineInstr &OldInst = *MBBI; local
58 Register Reg = OldInst.getOperand(0).getReg();
60 OldInst.eraseFromParent();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.h141 /// Delete the instruction OldInst and everything after it, replacing it
143 void replaceTailWithBranchTo(MachineBasicBlock::iterator OldInst,
H A DBranchFolding.cpp358 void BranchFolder::replaceTailWithBranchTo(MachineBasicBlock::iterator OldInst, argument
361 // OldInst should always point to an instruction.
362 MachineBasicBlock &OldMBB = *OldInst->getParent();
370 } while (I != OldInst);
384 BuildMI(OldMBB, OldInst, DL, TII->get(TargetOpcode::IMPLICIT_DEF), Reg);
388 TII->ReplaceTailWithBranchTo(OldInst, &NewDest);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp816 MachineInstrBuilder &NewInstBuilder, const MachineInstr &OldInst,
818 assert(OldInst.getOpcode() == TargetOpcode::G_FCONSTANT &&
821 APFloat FPImmValue = OldInst.getOperand(1).getFPImm()->getValueAPF();
829 MachineInstrBuilder &NewInstBuilder, const MachineInstr &OldInst, int OpIdx) const {
830 assert(OldInst.getOpcode() == TargetOpcode::G_FCONSTANT &&
833 APFloat FPImmValue = OldInst.getOperand(1).getFPImm()->getValueAPF();
815 renderVFPF32Imm( MachineInstrBuilder &NewInstBuilder, const MachineInstr &OldInst, int OpIdx) const argument
828 renderVFPF64Imm( MachineInstrBuilder &NewInstBuilder, const MachineInstr &OldInst, int OpIdx) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp353 MachineBasicBlock::iterator OldInst = I; local
360 OldInst->eraseFromParent();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp376 const SwitchInst *OldInst = I->first; local
377 Value *NewI = VMap.lookup(OldInst);
381 NewLoopProps.UnswitchedVals[NewInst] = OldLoopProps.UnswitchedVals[OldInst];
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2554 Instruction *OldInst = getDebugLocFromInstOrOperands(OldInduction);
2555 setDebugLocFromInst(Builder, OldInst);
2559 setDebugLocFromInst(Builder, OldInst);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3063 MachineBasicBlock::iterator OldInst = I; local
3071 OldInst->eraseFromParent();

Completed in 273 milliseconds