Searched refs:AddReg (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PreLegalizerCombiner.cpp | 594 Register AddReg = in applyPushAddSubExt() local 601 B.buildInstr(Opc, {DstReg}, {AddReg}); in applyPushAddSubExt() 603 B.buildSExt(DstReg, AddReg); in applyPushAddSubExt()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 4915 unsigned AddReg = emitAdd_ri_(VT, Src0Reg, Pow2MinusOne); in selectSDiv() local 4916 if (!AddReg) in selectSDiv() 4932 Register SelectReg = fastEmitInst_rri(SelectOpc, RC, AddReg, Src0Reg, in selectSDiv()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.cpp | 7912 Register AddReg = MRI.createVirtualRegister(&AMDGPU::VGPR_32RegClass); in splitScalarSMulU64() local 7913 MachineInstr *Add = BuildMI(MBB, MII, DL, get(AMDGPU::V_ADD_U32_e32), AddReg) in splitScalarSMulU64() 7919 .addReg(AddReg) in splitScalarSMulU64()
|